FreeBSD Bugzilla – Attachment 162079 Details for
Bug 199223
[PATCH] deskutils/ganttproject: Update to version 2.7.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
deskutils_ganttproject.diff
deskutils_ganttproject.diff (text/plain), 14.28 KB, created by
tkato432
on 2015-10-15 18:00:16 UTC
(
hide
)
Description:
deskutils_ganttproject.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2015-10-15 18:00:16 UTC
Size:
14.28 KB
patch
obsolete
>diff -urN /usr/ports/deskutils/ganttproject/Makefile deskutils/ganttproject/Makefile >--- /usr/ports/deskutils/ganttproject/Makefile 2015-08-24 03:55:49.641309000 +0900 >+++ deskutils/ganttproject/Makefile 2015-10-16 00:00:04.000000000 +0900 >@@ -2,27 +2,38 @@ > # $FreeBSD: head/deskutils/ganttproject/Makefile 386097 2015-05-11 18:34:57Z mat $ > > 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@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> >diff -urN /usr/ports/deskutils/ganttproject/distinfo deskutils/ganttproject/distinfo >--- /usr/ports/deskutils/ganttproject/distinfo 2015-08-24 03:55:49.648041000 +0900 >+++ deskutils/ganttproject/distinfo 2015-10-16 00:00:04.000000000 +0900 >@@ -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 >diff -urN /usr/ports/deskutils/ganttproject/pkg-descr deskutils/ganttproject/pkg-descr >--- /usr/ports/deskutils/ganttproject/pkg-descr 2015-08-24 03:55:49.653391000 +0900 >+++ deskutils/ganttproject/pkg-descr 2015-10-16 00:00:04.000000000 +0900 >@@ -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. >diff -urN /usr/ports/deskutils/ganttproject/pkg-plist deskutils/ganttproject/pkg-plist >--- /usr/ports/deskutils/ganttproject/pkg-plist 2015-08-24 03:55:49.640516000 +0900 >+++ deskutils/ganttproject/pkg-plist 2015-10-16 00:00:04.000000000 +0900 >@@ -9,23 +9,32 @@ > %%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 @@ > %%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 @@ > %%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 @@ > %%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 @@ > %%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 @@ > %%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 @@ > %%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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 199223
:
155261
|
156706
| 162079