Opened 8 years ago
Closed 8 years ago
#51432 closed submission (fixed)
Portfile for Apache Geode (Milestone 2)
Reported by: | kjduling (Kevin Duling) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | g5pw (Aljaž Srebrnič) | |
Port: |
Description
Attached is the port file I've created for Apache Geode. This is milestone 2 of the product as it approaches the 1.0 release.
Attachments (1)
Change History (6)
comment:1 Changed 8 years ago by g5pw (Aljaž Srebrnič)
Cc: | g5pw@… added |
---|
comment:2 Changed 8 years ago by kjduling (Kevin Duling)
geode-M2 is available now under Homebrew, so I wanted to get a macports release out. Yes, it is pure java. I am not sure how far away we are from the 1.0 release. We plan to cut a release for M3 this month or next. Also, I had a request from our Apache mentor to call the package 'apache-geode' rather than just 'geode', but that didn't seem to follow what macports has done with the other Apache projects (Maven, Tomcat, etc.).
comment:3 Changed 8 years ago by nerdling (Jeremy Lavergne)
I'd currently recommend including the -devel
suffix since it isn't a stable release.
Once the stable release occurs, perhaps either:
- the
-devel
Portfile can bereplaced_by
stable Portfile (-devel
version is no longer is used), or -devel
version becomes a subport of the stable Portfile (where both are defined in the same Portfile).
Changed 8 years ago by kjduling (Kevin Duling)
comment:4 Changed 8 years ago by kjduling (Kevin Duling)
Updated Portfile to use -devel and plan to use PortGroup obsolete once 1.0 is released.
comment:5 Changed 8 years ago by g5pw (Aljaž Srebrnič)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Commited in r149272 with the small change of using geode
instead of ${name
} since ${name
} is now geode-devel :).
It looks good to me. It's pure java, right? If it's reaching a stable version soon we might wait for it to stabilize though.