diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2010-04-24 10:30:09 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2010-04-24 10:30:09 +0800 |
commit | b5ad152627aca8d93e26a300a3e2eca52a31f013 (patch) | |
tree | b6a1f826db827e4f01c66989e5271389218aa72f /astro | |
parent | 26752401446392b0037ee8477c2134cd6bd42345 (diff) | |
download | freebsd-ports-gnome-b5ad152627aca8d93e26a300a3e2eca52a31f013.tar.gz freebsd-ports-gnome-b5ad152627aca8d93e26a300a3e2eca52a31f013.tar.zst freebsd-ports-gnome-b5ad152627aca8d93e26a300a3e2eca52a31f013.zip |
- Update to 9
- Change script name to not contain version number and still not conflict with graphviz' bin/prune
Diffstat (limited to 'astro')
-rw-r--r-- | astro/prune/Makefile | 7 | ||||
-rw-r--r-- | astro/prune/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/astro/prune/Makefile b/astro/prune/Makefile index 7a6397fa1df6..4af5cef08362 100644 --- a/astro/prune/Makefile +++ b/astro/prune/Makefile @@ -6,8 +6,7 @@ # PORTNAME= prune -PORTVERSION= 7 -PORTREVISION= 2 +PORTVERSION= 9 CATEGORIES= astro java MASTER_SITES= http://activityworkshop.net/software/prune/ \ http://mirror.amdmi3.ru/distfiles/ @@ -27,11 +26,11 @@ JAVA_VERSION= 1.5+ SUB_FILES= prune.sh SUB_LIST= JARNAME=${DISTNAME} -PLIST_FILES= bin/prune${PORTVERSION} ${JAVAJARDIR:C,${PREFIX}/?,,}/${DISTNAME} +PLIST_FILES= bin/prune-gps-tool ${JAVAJARDIR:C,${PREFIX}/?,,}/${DISTNAME} do-install: ${MKDIR} ${JAVAJARDIR}/ ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${JAVAJARDIR}/ - ${INSTALL_SCRIPT} ${WRKDIR}/prune.sh ${PREFIX}/bin/prune${PORTVERSION} + ${INSTALL_SCRIPT} ${WRKDIR}/prune.sh ${PREFIX}/bin/prune-gps-tool .include <bsd.port.mk> diff --git a/astro/prune/distinfo b/astro/prune/distinfo index e62f947456c3..67faccfb2bd4 100644 --- a/astro/prune/distinfo +++ b/astro/prune/distinfo @@ -1,3 +1,3 @@ -MD5 (prune_07.jar) = 4e49ec5854946de73a7045fadafadd88 -SHA256 (prune_07.jar) = 064d93369c2a512eda7674358f384a56b676da6b856e19eb92367b5cd31ab633 -SIZE (prune_07.jar) = 403911 +MD5 (prune_09.jar) = 6df78ae78498188f7348c6e9bca9500e +SHA256 (prune_09.jar) = a91f5c854bfdbd261b7d63ed66255888996307729449d03fac4f37cbe9a47601 +SIZE (prune_09.jar) = 538922 |