svn commit: r494882 - in head/archivers/peazip: . files

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu Mar 7 04:58:55 UTC 2019


Author: acm
Date: Thu Mar  7 04:58:53 2019
New Revision: 494882
URL: https://svnweb.freebsd.org/changeset/ports/494882

Log:
  - Update to 6.7.0
  - Remove files/pealauncher.in

Deleted:
  head/archivers/peazip/files/pealauncher.in
Modified:
  head/archivers/peazip/Makefile
  head/archivers/peazip/distinfo
  head/archivers/peazip/pkg-plist

Modified: head/archivers/peazip/Makefile
==============================================================================
--- head/archivers/peazip/Makefile	Thu Mar  7 04:57:13 2019	(r494881)
+++ head/archivers/peazip/Makefile	Thu Mar  7 04:58:53 2019	(r494882)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	peazip
-PORTVERSION=	6.6.1
-PORTREVISION=	1
+PORTVERSION=	6.7.0
 CATEGORIES=	archivers
 PKGNAMESUFFIX=	${LAZARUS_PKGNAMESUFFIX}
 MASTER_SITES=	https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/
@@ -14,14 +13,14 @@ COMMENT=	Free archiver and file compressor
 LICENSE=	LGPL3
 
 USES=		dos2unix fpc lazarus:flavors zip
-USE_FPC=	cairo chm fcl-base fcl-image pasjpeg rtl-objpas x11
+USE_FPC=	cairo chm fcl-base fcl-image fcl-xml pasjpeg rtl-objpas x11
 USE_XORG=	x11
 
-SUB_FILES=	pea pealauncher peazip
+SUB_FILES=	pea peazip
 
 DOS2UNIX_REGEX=		.*\.([txt]|pas|lpi|txt)
 
-LAZARUS_PROJECT_FILES=	project_pea.lpi project_peach.lpi project_gwrap.lpi
+LAZARUS_PROJECT_FILES=	project_pea.lpi project_peach.lpi
 LAZBUILD_ARGS=		-d
 LLD_UNSAFE=		yes
 
@@ -41,6 +40,7 @@ UNACE_DESC=		Unace file archiver support
 OPTIONS_DEFAULT=	7Z
 
 .if ${FLAVOR:Ugtk2:Mgtk2}
+USES+=		gnome
 USE_GNOME+=	cairo
 .endif
 
@@ -93,11 +93,11 @@ do-install:
 .endfor
 	@cd ${WRKSRC}/res && ${COPYTREE_SHARE} "icons lang themes" ${STAGEDIR}${DATADIR}/res
 	@cd ${WRKSRC} && ${INSTALL_DATA} altconf.txt ${STAGEDIR}${DATADIR}/res && \
-			${INSTALL_PROGRAM} pea pealauncher ${STAGEDIR}${DATADIR}/res && \
+			${INSTALL_PROGRAM} pea ${STAGEDIR}${DATADIR}/res && \
 			${INSTALL_PROGRAM} peazip ${STAGEDIR}${DATADIR}
 	@cd ${WRKSRC}/FreeDesktop_integration && \
 		${INSTALL_DATA} peazip.desktop ${STAGEDIR}${DESKTOPDIR} && \
 		${INSTALL_DATA} peazip.png ${STAGEDIR}${PREFIX}/share/pixmaps/
-	${INSTALL_SCRIPT} ${WRKDIR}/pea ${WRKDIR}/pealauncher ${WRKDIR}/peazip ${STAGEDIR}${PREFIX}/bin/
+	${INSTALL_SCRIPT} ${WRKDIR}/pea ${WRKDIR}/peazip ${STAGEDIR}${PREFIX}/bin/
 
 .include <bsd.port.mk>

Modified: head/archivers/peazip/distinfo
==============================================================================
--- head/archivers/peazip/distinfo	Thu Mar  7 04:57:13 2019	(r494881)
+++ head/archivers/peazip/distinfo	Thu Mar  7 04:58:53 2019	(r494882)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1542832979
-SHA256 (peazip-6.6.1.src.zip) = ed5f788ba544eab5ad17d254f902682dbd711638d8821d29704e99699e9411d4
-SIZE (peazip-6.6.1.src.zip) = 4415848
+TIMESTAMP = 1551639319
+SHA256 (peazip-6.7.0.src.zip) = 6efdef81081843bc6e6b6dc5a21184cde8666bed2e44b01f183c5735d3fa1267
+SIZE (peazip-6.7.0.src.zip) = 4115257

Modified: head/archivers/peazip/pkg-plist
==============================================================================
--- head/archivers/peazip/pkg-plist	Thu Mar  7 04:57:13 2019	(r494881)
+++ head/archivers/peazip/pkg-plist	Thu Mar  7 04:58:53 2019	(r494882)
@@ -1,5 +1,4 @@
 bin/pea
-bin/pealauncher
 bin/peazip
 share/applications/peazip.desktop
 share/pixmaps/peazip.png
@@ -52,7 +51,6 @@ share/pixmaps/peazip.png
 %%DATADIR%%/res/lang/uz.txt
 %%DATADIR%%/res/lang/vn.txt
 %%DATADIR%%/res/pea
-%%DATADIR%%/res/pealauncher
 %%DATADIR%%/res/themes/classic.theme.7z
 %%DATADIR%%/res/themes/experience.theme.7z
 %%DATADIR%%/res/themes/firecrystal.theme.7z


More information about the svn-ports-all mailing list