- Update to bsd.java.mk 2.0 - Install JAR in ${JAVASHAREDIR}/${PORTNAME} (${JAVAJARDIR} is for JAR libraries used by other ports) - Register an explicit dependency on java/javavmwrapper - Set JAVA_VERSION in the launcher script so that a correct JVM is chosen - Use 'exec' to launch JVM (as encouraged in the Porter's Handbook) - Use SUB_FILES to build the launcher script (some substitutions are provided by default, such as %%JAVA_VERSION%%) - Add $FreeBSD$ tags - Bump PORTREVISION because of packing list changes Added file(s): - files/ppower4.sh.in Removed file(s): - files/ppower4 Port maintainer (stefan@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->stefan Over to maintainer
I don't know how but I forgot a "@comment" in pkg-plist. The strange thing is that the port seems to deinstall even without it...
Herve Quiroz, 17.08.06, 18:50h CEST: > I don't know how but I forgot a "@comment" in pkg-plist. The strange > thing is that the port seems to deinstall even without it... Yep, I just noticed that, too. It's not strange, though - it's just interpreted as the name of a file which cannot be found. There's a warning, but the rest is deinstalled as it should. One question: Would you be interested in maintaining the port? It's not a burden since there hasn't been an update of the software for quite a while, but I haven't used it for ages, so if you want to take maintainership, you'd be welcome. Regards, Stefan
On Thu, Aug 17, 2006 at 07:08:52PM +0200, Stefan Walter wrote: > One question: Would you be interested in maintaining the port? It's not a > burden since there hasn't been an update of the software for quite a > while, but I haven't used it for ages, so if you want to take > maintainership, you'd be welcome. Actually I don't use this port. I just updated it because of the "bsd.java.mk 2.0 porting effort" [1] I run ATM. Herve [1] Java ports monitoring http://pages-perso.esil.univ-mrs.fr/~hquiroz/freebsd/java-ports-monitoring.html
State Changed From-To: open->closed Committed, thanks!