mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 2.0.1
PR: 99137 Submitted by: maintainer
This commit is contained in:
parent
431920de4b
commit
11124706d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165759
4 changed files with 12 additions and 14 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ganttproject
|
||||
PORTVERSION= 2.0
|
||||
PORTVERSION= 2.0.1
|
||||
CATEGORIES= deskutils java
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -15,7 +15,7 @@ EXTRACT_SUFX= -src.zip
|
|||
MAINTAINER= rainer.alves@gmail.com
|
||||
COMMENT= Plan projects using a Gantt chart
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}-builder
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src/${PORTNAME}-builder
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
|
@ -32,7 +32,8 @@ SUB_FILES= ${PORTNAME}.sh
|
|||
do-install:
|
||||
@${MKDIR} -m 0755 -p ${DATADIR}
|
||||
(cd ${WRKSRC}/dist-bin && \
|
||||
${FIND} . | ${GREP} -v './.*\.\(sh\|bat\)' | \
|
||||
${CP} ${WRKSRC}/ganttproject-eclipsito-config.xml ${WRKSRC}/dist-bin && \
|
||||
${FIND} . | ${GREP} -v './.*\.\(sh\|bat\|command\)' | \
|
||||
${CPIO} ${CPIOARGS} ${LIBOWN}:${LIBGRP} ${DATADIR})
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (ganttproject-2.0-src.zip) = 569f41d3fb72b24d3dfbd9edb09d1d89
|
||||
SHA256 (ganttproject-2.0-src.zip) = f0e8ad7613d32554ff7def8e82490ee471cfbaff1d6d357e19aca2fd968bb96a
|
||||
SIZE (ganttproject-2.0-src.zip) = 9763796
|
||||
MD5 (ganttproject-2.0.1-src.zip) = 39cf3816f77afb4651274ba8b8fd567b
|
||||
SHA256 (ganttproject-2.0.1-src.zip) = 2d7672086f3c7e235c1aed9a7e7cd0fd9307411e801839e1ce237e471d6c9938
|
||||
SIZE (ganttproject-2.0.1-src.zip) = 9780912
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
LOCAL_CLASSPATH="%%DATADIR%%/eclipsito.jar"
|
||||
CONFIGURATION_FILE="%%DATADIR%%/ganttproject-eclipsito-config.xml"
|
||||
CONFIGURATION_FILE="ganttproject-eclipsito-config.xml"
|
||||
|
||||
cd %%DATADIR%%
|
||||
|
||||
JAVA_VERSION="%%JAVA_VERSION%%" \
|
||||
exec "%%LOCALBASE%%/bin/java" \
|
||||
|
|
|
@ -420,6 +420,7 @@ bin/ganttproject
|
|||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/icons/zoomp_16.gif
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/icons/zoomp_24.gif
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/icons/zoomp_32.gif
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/keyboard.properties
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/language/i18n.properties
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/language/i18n_bg.properties
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/language/i18n_cz.properties
|
||||
|
@ -430,6 +431,7 @@ bin/ganttproject
|
|||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/language/i18n_en_GB.properties
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/language/i18n_es.properties
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/language/i18n_et.properties
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/language/i18n_fi.properties
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/language/i18n_fr.properties
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/language/i18n_hu.properties
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/language/i18n_it.properties
|
||||
|
@ -452,10 +454,7 @@ bin/ganttproject
|
|||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/language/i18n_zh.properties
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/language/i18n_zh_CN.properties
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/language/i18n_zh_TW.properties
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/logos/bee-element-01.png
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/logos/bee-element-01.svg
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/logos/bee-element-01.svg-g1576-231.png
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/logos/bee-element-01.svg-g1576-691.png
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/logos/bee-element-02.svg
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/logos/bee-element.svg
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/logos/cell01.png
|
||||
|
@ -463,9 +462,6 @@ bin/ganttproject
|
|||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/logos/cell03.png
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/logos/concepts-icons.svg
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/logos/concepts-logo.svg
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/logos/g1576.png
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/logos/g2418.gif
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/logos/g2418.png
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/logos/icon16.gif
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/logos/icon16.ico
|
||||
%%DATADIR%%/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/logos/icon16.png
|
||||
|
@ -537,7 +533,6 @@ bin/ganttproject
|
|||
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf_2.0.0/resource/html-export-themes/striped_blue/images/menu.jpg
|
||||
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf_2.0.0/resource/html-export-themes/striped_blue/images/top.jpg
|
||||
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf_2.0.0/resource/pdf-export-themes/basic_landscape/ganttproject.xsl
|
||||
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf_2.0.0/resource/pdf-export-themes/basic_landscape/ganttproject.xsl.bak
|
||||
%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf_2.0.0/resource/pdf-export-themes/ganttproject.xsl
|
||||
%%DATADIR%%/plugins/org.ganttproject.impex.msproject_2.0.0/ganttproject-msproject.jar
|
||||
%%DATADIR%%/plugins/org.ganttproject.impex.msproject_2.0.0/lib/mpxj/jakarta-poi-2.5.jar
|
||||
|
|
Loading…
Add table
Reference in a new issue