Date: Thu, 15 Aug 2019 17:27:46 +0000 (UTC) From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509012 - head/archivers/peazip Message-ID: <201908151727.x7FHRkGX041220@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: acm Date: Thu Aug 15 17:27:46 2019 New Revision: 509012 URL: https://svnweb.freebsd.org/changeset/ports/509012 Log: - Update to 6.8.1 - Remove LD_UNSAFE Modified: head/archivers/peazip/Makefile head/archivers/peazip/distinfo head/archivers/peazip/pkg-plist Modified: head/archivers/peazip/Makefile ============================================================================== --- head/archivers/peazip/Makefile Thu Aug 15 17:12:58 2019 (r509011) +++ head/archivers/peazip/Makefile Thu Aug 15 17:27:46 2019 (r509012) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= peazip -PORTVERSION= 6.7.0 +PORTVERSION= 6.8.1 CATEGORIES= archivers PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} MASTER_SITES= https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/ @@ -12,7 +12,7 @@ COMMENT= Free archiver and file compressor LICENSE= LGPL3 -USES= dos2unix fpc lazarus:flavors zip +USES= desktop-file-utils dos2unix fpc lazarus:flavors zip USE_FPC= cairo chm fcl-base fcl-image fcl-xml pasjpeg rtl-objpas x11 USE_XORG= x11 @@ -22,7 +22,6 @@ DOS2UNIX_REGEX= .*\.([txt]|pas|lpi|txt) LAZARUS_PROJECT_FILES= project_pea.lpi project_peach.lpi LAZBUILD_ARGS= -d -LLD_UNSAFE= yes gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5 qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 @@ -94,9 +93,10 @@ do-install: @cd ${WRKSRC} && ${INSTALL_DATA} altconf.txt ${STAGEDIR}${DATADIR}/res && \ ${INSTALL_PROGRAM} pea ${STAGEDIR}${DATADIR}/res && \ ${INSTALL_PROGRAM} peazip ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps @cd ${WRKSRC}/FreeDesktop_integration && \ ${INSTALL_DATA} peazip.desktop ${STAGEDIR}${DESKTOPDIR} && \ - ${INSTALL_DATA} peazip.png ${STAGEDIR}${PREFIX}/share/pixmaps/ + ${INSTALL_DATA} peazip.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/${PORTNAME}.png ${INSTALL_SCRIPT} ${WRKDIR}/pea ${WRKDIR}/peazip ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.mk> Modified: head/archivers/peazip/distinfo ============================================================================== --- head/archivers/peazip/distinfo Thu Aug 15 17:12:58 2019 (r509011) +++ head/archivers/peazip/distinfo Thu Aug 15 17:27:46 2019 (r509012) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551639319 -SHA256 (peazip-6.7.0.src.zip) = 6efdef81081843bc6e6b6dc5a21184cde8666bed2e44b01f183c5735d3fa1267 -SIZE (peazip-6.7.0.src.zip) = 4115257 +TIMESTAMP = 1563682851 +SHA256 (peazip-6.8.1.src.zip) = b66e64ebdcb606850ac5c336171e2c231f99eecf7d4b82800cfed1c40fb8de92 +SIZE (peazip-6.8.1.src.zip) = 5026102 Modified: head/archivers/peazip/pkg-plist ============================================================================== --- head/archivers/peazip/pkg-plist Thu Aug 15 17:12:58 2019 (r509011) +++ head/archivers/peazip/pkg-plist Thu Aug 15 17:27:46 2019 (r509012) @@ -1,7 +1,7 @@ bin/pea bin/peazip share/applications/peazip.desktop -share/pixmaps/peazip.png +share/icons/hicolor/256x256/apps/peazip.png %%DATADIR%%/peazip %%DATADIR%%/res/altconf.txt %%DATADIR%%/res/icons/PeaZip.ico
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908151727.x7FHRkGX041220>