svn commit: r399475 - head/deskutils/ganttproject

John Marino marino at FreeBSD.org
Fri Oct 16 13:53:53 UTC 2015


Author: marino
Date: Fri Oct 16 13:53:51 2015
New Revision: 399475
URL: https://svnweb.freebsd.org/changeset/ports/399475

Log:
  deskutils/ganttproject: Upgrade version 2.6.2 => 2.7.1
  
  PR:		199223
  Submitted by:	ports fury

Modified:
  head/deskutils/ganttproject/Makefile
  head/deskutils/ganttproject/distinfo
  head/deskutils/ganttproject/pkg-descr
  head/deskutils/ganttproject/pkg-plist

Modified: head/deskutils/ganttproject/Makefile
==============================================================================
--- head/deskutils/ganttproject/Makefile	Fri Oct 16 13:48:46 2015	(r399474)
+++ head/deskutils/ganttproject/Makefile	Fri Oct 16 13:53:51 2015	(r399475)
@@ -2,27 +2,38 @@
 # $FreeBSD$
 
 PORTNAME=	ganttproject
-PORTVERSION=	2.6.2
-PORTREVISION=	1
+PORTVERSION=	2.7.1
+DISTVERSIONSUFFIX=	-r1924
 CATEGORIES=	deskutils java
-MASTER_SITES=	GOOGLE_CODE
-DISTNAME=	${PORTNAME}-${PORTVERSION}-r1544
+MASTER_SITES=	https://dl.ganttproject.biz/%SUBDIR%/
+MASTER_SITE_SUBDIR=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Gantt chart based project scheduling and management tool
 
 LICENSE=	GPLv3
 
+NO_ARCH=	yes
+NO_BUILD=	yes
+
 USES=		shebangfix zip
 SHEBANG_FILES=	ganttproject
+bash_CMD=	${SH}
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
-NO_BUILD=	yes
+INSTALLS_ICONS=	yes
+
+DESKTOP_ENTRIES="GanttProject" "" "ganttproject" "ganttproject" "" ""
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}
-	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}
-	${CHMOD} 0755 ${STAGEDIR}${DATADIR}/ganttproject
-	${LN} -sf ${DATADIR}/ganttproject ${STAGEDIR}${PREFIX}/bin
+	@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
+	@${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/ganttproject
+	@${LN} -sf ${DATADIR}/ganttproject ${STAGEDIR}${PREFIX}/bin
+.for i in 16 24 32 48 64
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps
+	${LN} -sf ${DATADIR}/plugins/net.sourceforge.ganttproject/data/resources/logos/icon${i}.png \
+		${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/ganttproject.png
+.endfor
 
 .include <bsd.port.mk>

Modified: head/deskutils/ganttproject/distinfo
==============================================================================
--- head/deskutils/ganttproject/distinfo	Fri Oct 16 13:48:46 2015	(r399474)
+++ head/deskutils/ganttproject/distinfo	Fri Oct 16 13:53:51 2015	(r399475)
@@ -1,2 +1,2 @@
-SHA256 (ganttproject-2.6.2-r1544.zip) = 3cec1fb1dcdb6846af98797cbc70995024bf5fa2fbd30b471b146c8812a11cf1
-SIZE (ganttproject-2.6.2-r1544.zip) = 13985585
+SHA256 (ganttproject-2.7.1-r1924.zip) = b0a981bc7c92d8a4eb3bc1e1bc365b8c9603fa2fa87f5207fa8a1bce456d3e5b
+SIZE (ganttproject-2.7.1-r1924.zip) = 13698982

Modified: head/deskutils/ganttproject/pkg-descr
==============================================================================
--- head/deskutils/ganttproject/pkg-descr	Fri Oct 16 13:48:46 2015	(r399474)
+++ head/deskutils/ganttproject/pkg-descr	Fri Oct 16 13:53:51 2015	(r399475)
@@ -1,9 +1,9 @@
-GanttProject is a free and easy to use Gantt chart based project scheduling and
-management tool. With GanttProject you can:
+GanttProject is a free and easy to use Gantt chart based project
+scheduling and management tool. With GanttProject you can:
 
 * Create work breakdown structure, draw dependencies, define milestones.
-* Assign human resources to work on tasks, see their allocation on the Resource
-  Load chart.
+* Assign human resources to work on tasks, see their allocation on the
+  Resource Load chart.
 * Generate PERT chart from Gantt chart.
 * Save charts as PNG images, generate PDF and HTML reports.
 * Import projects from and export them to Microsoft Project formats.

Modified: head/deskutils/ganttproject/pkg-plist
==============================================================================
--- head/deskutils/ganttproject/pkg-plist	Fri Oct 16 13:48:46 2015	(r399474)
+++ head/deskutils/ganttproject/pkg-plist	Fri Oct 16 13:53:51 2015	(r399475)
@@ -9,23 +9,32 @@ bin/ganttproject
 %%DATADIR%%/ganttproject.exe
 %%DATADIR%%/ganttproject_16.ico
 %%DATADIR%%/ganttproject_32_2.ico
+%%DATADIR%%/lib/javagalician.jar
 %%DATADIR%%/plugins/biz.ganttproject.core/ganttproject-core.jar
 %%DATADIR%%/plugins/biz.ganttproject.core/lib/ganttproject-guava.jar
 %%DATADIR%%/plugins/biz.ganttproject.core/plugin.xml
 %%DATADIR%%/plugins/biz.ganttproject.core/resources/img/notes.png
+%%DATADIR%%/plugins/biz.ganttproject.impex.ical/ganttproject-ical.jar
+%%DATADIR%%/plugins/biz.ganttproject.impex.ical/lib/backport-util-concurrent-3.1.jar
+%%DATADIR%%/plugins/biz.ganttproject.impex.ical/lib/commons-codec-1.5.jar
+%%DATADIR%%/plugins/biz.ganttproject.impex.ical/lib/commons-lang-2.6.jar
+%%DATADIR%%/plugins/biz.ganttproject.impex.ical/lib/ical4j-1.0.3.jar
+%%DATADIR%%/plugins/biz.ganttproject.impex.ical/plugin.xml
 %%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/ganttproject-msproject2.jar
 %%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/lib/mpxj.jar
 %%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/lib/mspdi_fix.xsl
-%%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/lib/poi-3.7-20101029.jar
+%%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/lib/poi-3.10-PATCHED.jar
 %%DATADIR%%/plugins/biz.ganttproject.impex.msproject2/plugin.xml
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_ch.calendar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_cn.calendar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_de.calendar
+%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_de_austria.calendar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_en_australia.calendar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_en_canada.calendar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_en_england.calendar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_es.calendar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_es_AR.calendar
+%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_es_cl.calendar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_es_colombia.calendar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_fr.calendar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_hr.calendar
@@ -37,8 +46,13 @@ bin/ganttproject
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_pl.calendar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_pt_brazil.calendar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_pt_portugal.calendar
+%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_ru.calendar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_sk.calendar
+%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_sr.calendar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_tg_non_working_days.calendar
+%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_uk_england.calendar
+%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_uk_northern_ireland.calendar
+%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_uk_scotland.calendar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/calendar/i18n_us.calendar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/charsets.properties
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/chart.properties
@@ -284,20 +298,19 @@ bin/ganttproject
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_fi.properties
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_fr.properties
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_gl.properties
-%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_hi.properties
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_hr.properties
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_hu.properties
-%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_id.properties
-%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_in.properties
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_it.properties
+%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_iw_IL.properties
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_ja_JP.properties
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_ko_KR.properties
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_lt.properties
+%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_lv.properties
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_nl.properties
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_no.properties
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_pl.properties
-%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_pt.properties
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_pt_BR.properties
+%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_pt_PT.properties
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_ro_RO.properties
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_ru.properties
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_sk.properties
@@ -309,7 +322,6 @@ bin/ganttproject
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_vi.properties
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_zh_CN.properties
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/i18n_zh_TW.properties
-%%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/language/index.html
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logging.properties
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/bee-element-01.svg
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/logos/bee-element-02.svg
@@ -349,20 +361,22 @@ bin/ganttproject
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/data/resources/xslt/gantt.xsl
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/ganttproject.jar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/AppleJavaExtensions.jar
-%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/balloontip-1.2.1.jar
+%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/balloontip-1.2.4.1.jar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/commons-codec-1.4.jar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/commons-csv.jar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/commons-io.jar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/commons-logging.jar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/commons-net-ftpclient-3.0.1.jar
+%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/concurrentlinkedhashmap-lru-1.3.2.jar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/endrick-cache-1.7.9.jar
+%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/endrick-common-1.7.9.jar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/ganttproject-jxbusycomponent-1.2.2.jar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/httpclient-4.2.1.jar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/httpcore-4.2.1.jar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/jcommander-1.17.jar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/jdom-1.0.jar
-%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/jgoodies-common-1.1.1.jar
-%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/jgoodies-looks-2.4.0.jar
+%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/jgoodies-common-1.7.0.jar
+%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/jgoodies-looks-2.5.3.jar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/jxlayer.jar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/licenses/apple.LICENSE
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/licenses/commons-csv.LICENSE
@@ -370,21 +384,17 @@ bin/ganttproject
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/licenses/jakarta-slide-webdavlib.LICENSE
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/licenses/jdnc.LICENSE
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/licenses/jgoodies-looks.LICENSE
-%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/milton-api-2.0.1.jar
-%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/milton-client-2.0.1.jar
+%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/milton-api-2.6.2.4.jar
+%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/milton-client-2.6.2.4.jar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/slf4j-api-1.5.11.jar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/slf4j-simple-1.5.11.jar
-%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/swingx-1.6.3.jar
+%%DATADIR%%/plugins/net.sourceforge.ganttproject/lib/core/swingx-1.6.4.jar
 %%DATADIR%%/plugins/net.sourceforge.ganttproject/plugin.xml
 %%DATADIR%%/plugins/org.ganttproject.chart.pert/pert.jar
 %%DATADIR%%/plugins/org.ganttproject.chart.pert/plugin.xml
 %%DATADIR%%/plugins/org.ganttproject.chart.pert/resources/icons/pert_16.gif
 %%DATADIR%%/plugins/org.ganttproject.chart.pert/resources/icons/pert_24.gif
 %%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/ganttproject-htmlpdf.jar
-%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/lib/fop-font-metrics.jar
-%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/lib/fop.jar
-%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/lib/ganttproject-avalon.jar
-%%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/lib/ganttproject-batik.jar
 %%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/lib/itextpdf-5.3.1.jar
 %%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/plugin.xml
 %%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/fonts/LiberationSans-Regular.ttf
@@ -417,3 +427,8 @@ bin/ganttproject
 %%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/pdf-export-themes/samara/samara-generic.xml
 %%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/pdf-export-themes/samara/samara-landscape.xsl
 %%DATADIR%%/plugins/org.ganttproject.impex.htmlpdf/resource/pdf-export-themes/samara/samara-portrait.xsl
+share/icons/hicolor/16x16/apps/ganttproject.png
+share/icons/hicolor/24x24/apps/ganttproject.png
+share/icons/hicolor/32x32/apps/ganttproject.png
+share/icons/hicolor/48x48/apps/ganttproject.png
+share/icons/hicolor/64x64/apps/ganttproject.png


More information about the svn-ports-all mailing list