diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-04-27 14:14:26 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-04-27 14:14:26 +0000 |
commit | 3643dcf0db352178fb94ef38d802cf2526dea4ab (patch) | |
tree | 61e9f016a826601879f43dc4f7677b8592830dfc /time | |
parent | f555e0c6f9088cad73a51f0d785c643fe28b9691 (diff) | |
download | pkgsrc-3643dcf0db352178fb94ef38d802cf2526dea4ab.tar.gz |
projectlibre: Update to 1.9.3
* Use bash for projectlibre.sh.
Changelog:
Not available.
Diffstat (limited to 'time')
-rw-r--r-- | time/projectlibre/Makefile | 9 | ||||
-rw-r--r-- | time/projectlibre/PLIST | 9 | ||||
-rw-r--r-- | time/projectlibre/distinfo | 10 |
3 files changed, 15 insertions, 13 deletions
diff --git a/time/projectlibre/Makefile b/time/projectlibre/Makefile index b55b2774e48..918fc77b3c4 100644 --- a/time/projectlibre/Makefile +++ b/time/projectlibre/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2018/01/01 18:16:39 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2021/04/27 14:14:26 ryoon Exp $ -DISTNAME= projectlibre-1.6.1 +DISTNAME= projectlibre-1.9.3 CATEGORIES= time MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=projectlibre/} @@ -8,10 +8,11 @@ MAINTAINER= asau@inbox.ru HOMEPAGE= http://www.projectlibre.org/ COMMENT= Project management software +USE_TOOLS+= bash:run USE_JAVA= run USE_JAVA2= 7 -REPLACE_SH= projectlibre.sh +REPLACE_BASH= projectlibre.sh SUBST_CLASSES+= set-java set-base @@ -23,7 +24,7 @@ SUBST_SED.set-java= -e '/^JAVA_EXE=/s,java,${PKG_JAVA_HOME}/bin/java,' SUBST_STAGE.set-base= post-configure SUBST_MESSAGE.set-base= Setting package base path. SUBST_FILES.set-base= projectlibre.sh -SUBST_SED.set-base= -e '/^OPENPROJ_HOME0=/s,^.*$$,OPENPROJ_HOME0=${PREFIX}/share/${PKGBASE},' +SUBST_SED.set-base= -e '/^PROJECTLIBRE_HOME0=/s,^.*$$,PROJECTLIBRE_HOME0=${PREFIX}/share/${PKGBASE},' NO_BUILD= yes diff --git a/time/projectlibre/PLIST b/time/projectlibre/PLIST index 45034ec99bb..1006f3e05b0 100644 --- a/time/projectlibre/PLIST +++ b/time/projectlibre/PLIST @@ -1,11 +1,12 @@ -@comment $NetBSD: PLIST,v 1.2 2018/01/01 22:30:01 rillig Exp $ +@comment $NetBSD: PLIST,v 1.3 2021/04/27 14:14:26 ryoon Exp $ bin/projectlibre -share/projectlibre/lib/openproj-contrib.jar -share/projectlibre/lib/openproj-reports.jar -share/projectlibre/lib/openproj-script.jar +share/projectlibre/lib/projectlibre-contrib.jar +share/projectlibre/lib/projectlibre-reports.jar +share/projectlibre/lib/projectlibre-script.jar share/projectlibre/license/index.html share/projectlibre/license/index_html_0.gif share/projectlibre/license/license.rtf +share/projectlibre/license/license.txt share/projectlibre/license/third-party/Apache-LICENSE-2.0.txt share/projectlibre/license/third-party/CDDL.txt share/projectlibre/license/third-party/Jasper-LGPL.txt diff --git a/time/projectlibre/distinfo b/time/projectlibre/distinfo index 31b5119ea81..6dbf4d93267 100644 --- a/time/projectlibre/distinfo +++ b/time/projectlibre/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/02 23:31:43 agc Exp $ +$NetBSD: distinfo,v 1.3 2021/04/27 14:14:26 ryoon Exp $ -SHA1 (projectlibre-1.6.1.tar.gz) = 438a0d2f42dc5f35fe4af57742de8615d6ef5b27 -RMD160 (projectlibre-1.6.1.tar.gz) = 1e36c60c0ec819e0039a9677c7fb4d5f1d6914fa -SHA512 (projectlibre-1.6.1.tar.gz) = df928b4437d77a3257f9438e8f9c373d20b47e2dac2783d03e133e0c37979934167faa02d72370bf5499588278fe78b8acb5267df4447779a05912929808dd23 -Size (projectlibre-1.6.1.tar.gz) = 12360179 bytes +SHA1 (projectlibre-1.9.3.tar.gz) = 030b79f6d34baf0d4307d770ed1d173b9f339512 +RMD160 (projectlibre-1.9.3.tar.gz) = a3e8b4ef40ffa154d74f09cc119171be4445fd1b +SHA512 (projectlibre-1.9.3.tar.gz) = fa96123dc51c3a145cbdfbe1e6a8612a50d793e7aa254fd72265cea4adbf84953a1d730fe4fc8cbd2369c2b713728862a27aa3ed9fa9693569bfa775ab9db18b +Size (projectlibre-1.9.3.tar.gz) = 18213632 bytes |