git: 4a66a5f93ab7 - main - deskutils/projectlibre: Update to 1.9.3

Rainer Hurling rhurlin at FreeBSD.org
Mon Aug 30 07:08:14 UTC 2021


The branch main has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4a66a5f93ab7553db8eca162a279988e8308e16a

commit 4a66a5f93ab7553db8eca162a279988e8308e16a
Author:     VVD <vvd at unislabs.com>
AuthorDate: 2021-08-30 06:54:57 +0000
Commit:     Rainer Hurling <rhurlin at FreeBSD.org>
CommitDate: 2021-08-30 07:07:11 +0000

    deskutils/projectlibre: Update to 1.9.3
    
    - Fix for locale search in classloader
    - New translations added. New dialog to configure locales
    - Import/export improvements
    - Fix issues when importing old POD file
    - Java 11, 10, 9 support without the need of bundled jre
    - Updated russian localization
    - Fix untranslated dialogs
    
    Changelog: https://sourceforge.net/p/projectlibre/code/ci/20814e88dc83694f9fc6780c2550ca5c8a87aa16/log/
    
    PR:             258155
---
 deskutils/projectlibre/Makefile  | 13 +++++--------
 deskutils/projectlibre/distinfo  |  6 +++---
 deskutils/projectlibre/pkg-descr |  2 +-
 deskutils/projectlibre/pkg-plist |  6 +++---
 4 files changed, 12 insertions(+), 15 deletions(-)

diff --git a/deskutils/projectlibre/Makefile b/deskutils/projectlibre/Makefile
index b0caf2a3e117..92af379df6a5 100644
--- a/deskutils/projectlibre/Makefile
+++ b/deskutils/projectlibre/Makefile
@@ -1,8 +1,7 @@
 # Created by: Joseph Benden <joe at thrallingpenguin.com>
 
 PORTNAME=	projectlibre
-PORTVERSION=	1.8.0
-PORTREVISION=	1
+PORTVERSION=	1.9.3
 CATEGORIES=	deskutils editors java
 MASTER_SITES=	SF/${PORTNAME}/ProjectLibre/${PORTVERSION:S/.0$//} \
 		LOCAL/cpm/projectlibre/:icons
@@ -18,21 +17,19 @@ LICENSE=	CPAL-1.0
 
 USE_JAVA=	yes
 
-NO_ARCH=	yes
-NO_BUILD=	yes
-
 DATADIR=	${JAVASHAREDIR}/${PORTNAME}-${PORTVERSION}
-DATAFILES=	lib projectlibre.jar readme.html
-
 DESKTOP_ENTRIES="ProjectLibre" \
 		"" \
 		"${PREFIX}/share/pixmaps/projectlibre.png" \
 		"${PORTNAME}" \
 		"Office;ProjectManagement;" \
 		false
-
+NO_ARCH=	yes
+NO_BUILD=	yes
 SUB_FILES=	projectlibre.sh
 
+DATAFILES=	lib projectlibre.jar readme.html
+
 do-install:
 	cd ${WRKSRC} && ${COPYTREE_SHARE} "${DATAFILES}" ${STAGEDIR}${DATADIR}
 	${INSTALL_SCRIPT} ${WRKDIR}/projectlibre.sh ${STAGEDIR}${PREFIX}/bin/projectlibre
diff --git a/deskutils/projectlibre/distinfo b/deskutils/projectlibre/distinfo
index 2084db4eff5b..0e8c2a4c1276 100644
--- a/deskutils/projectlibre/distinfo
+++ b/deskutils/projectlibre/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1531060836
-SHA256 (projectlibre/projectlibre-1.8.0.tar.gz) = 5341154a14718b8d070d7ea0d35a1686a3c37c78ced2a1ef9a0bed3adfab0bae
-SIZE (projectlibre/projectlibre-1.8.0.tar.gz) = 16711375
+TIMESTAMP = 1618497494
+SHA256 (projectlibre/projectlibre-1.9.3.tar.gz) = b5391c4b060b9722f85759128c85644b61ab0ed9fc004c87f5f311311c276bac
+SIZE (projectlibre/projectlibre-1.9.3.tar.gz) = 18213632
 SHA256 (projectlibre/projectlibre.png) = e47c00710f67e0e07a5baa7fa3ad12ff13c709867f910fd3ce2831764399b36e
 SIZE (projectlibre/projectlibre.png) = 8070
diff --git a/deskutils/projectlibre/pkg-descr b/deskutils/projectlibre/pkg-descr
index ca16b02d4372..b2499fed22f9 100644
--- a/deskutils/projectlibre/pkg-descr
+++ b/deskutils/projectlibre/pkg-descr
@@ -2,4 +2,4 @@ ProjectLibre is an open source project management software. It intends
 to be a complete desktop replacement for Microsoft Project. ProjectLibre
 is compatible with Microsoft Project 2003, 2007 and 2010 files.
 
-WWW: http://www.projectlibre.org/product/projectlibre-open-source
+WWW: https://www.projectlibre.com/product/1-alternative-microsoft-project-open-source
diff --git a/deskutils/projectlibre/pkg-plist b/deskutils/projectlibre/pkg-plist
index c81cce1286ff..4cbc20601463 100644
--- a/deskutils/projectlibre/pkg-plist
+++ b/deskutils/projectlibre/pkg-plist
@@ -1,7 +1,7 @@
 bin/projectlibre
-%%DATADIR%%/lib/openproj-contrib.jar
-%%DATADIR%%/lib/openproj-reports.jar
-%%DATADIR%%/lib/openproj-script.jar
+%%DATADIR%%/lib/projectlibre-contrib.jar
+%%DATADIR%%/lib/projectlibre-reports.jar
+%%DATADIR%%/lib/projectlibre-script.jar
 %%DATADIR%%/projectlibre.jar
 %%DATADIR%%/readme.html
 share/pixmaps/projectlibre.png


More information about the dev-commits-ports-main mailing list