diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-02-10 18:26:13 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-02-10 18:26:13 +0000 |
commit | 028baaee530c91c54e4abd6db9a4a8fa439f76e2 (patch) | |
tree | 4badd8b4c6ef81f7f272e3b13ab5940b7d6e36a5 /archivers/xarchiver | |
parent | b2f9caff2c8ec7ada300a946391fec87eec8c00a (diff) |
- Update to 0.5.3
Notes
Notes:
svn path=/head/; revision=343670
Diffstat (limited to 'archivers/xarchiver')
-rw-r--r-- | archivers/xarchiver/Makefile | 14 | ||||
-rw-r--r-- | archivers/xarchiver/distinfo | 4 | ||||
-rw-r--r-- | archivers/xarchiver/pkg-plist | 6 |
3 files changed, 9 insertions, 15 deletions
diff --git a/archivers/xarchiver/Makefile b/archivers/xarchiver/Makefile index 6cabeb3a667f..75eb64d4cb77 100644 --- a/archivers/xarchiver/Makefile +++ b/archivers/xarchiver/Makefile @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= xarchiver -PORTVERSION= 0.5.2 -PORTREVISION= 6 +PORTVERSION= 0.5.3 CATEGORIES= archivers MASTER_SITES= SF +MASTER_SITE_SUBDIR= ${PORTNAME:L} MAINTAINER= ports@FreeBSD.org COMMENT= Desktop-agnostic GTK+2 frontend to various archiving tools LICENSE= GPLv2 -RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils +RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ + 7zr:${PORTSDIR}/archivers/p7zip \ + zip:${PORTSDIR}/archivers/zip USES= gmake pkgconfig desktop-file-utils USE_BZIP2= yes @@ -34,9 +36,6 @@ PLIST_SUB+= NLS="@comment " .endif post-patch: - @${REINPLACE_CMD} -e 's|;multipart/x-zip||' \ - ${WRKSRC}/xarchiver.desktop.in - .if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in .endif @@ -44,7 +43,4 @@ post-patch: @${REINPLACE_CMD} -e 's| po | |g' ${WRKSRC}/Makefile.in .endif -post-install: - @-update-desktop-database - .include <bsd.port.mk> diff --git a/archivers/xarchiver/distinfo b/archivers/xarchiver/distinfo index fe8a25582b51..4fa9037178b4 100644 --- a/archivers/xarchiver/distinfo +++ b/archivers/xarchiver/distinfo @@ -1,2 +1,2 @@ -SHA256 (xarchiver-0.5.2.tar.bz2) = cea932ff9d505969201fd502470bbebbc5726ab3d6765e142fc8295aa677ad2a -SIZE (xarchiver-0.5.2.tar.bz2) = 755418 +SHA256 (xarchiver-0.5.3.tar.bz2) = c5899cb495e83a63f89b5eea002d2dd1c691db8d7b6343b3c182ce6e00c16d81 +SIZE (xarchiver-0.5.3.tar.bz2) = 778871 diff --git a/archivers/xarchiver/pkg-plist b/archivers/xarchiver/pkg-plist index e659cdc70d1e..c12922cc4986 100644 --- a/archivers/xarchiver/pkg-plist +++ b/archivers/xarchiver/pkg-plist @@ -70,12 +70,10 @@ share/icons/hicolor/scalable/apps/xarchiver.svg share/pixmaps/xarchiver/xarchiver-add.png share/pixmaps/xarchiver/xarchiver-extract.png share/pixmaps/xarchiver/xarchiver-html.png -%%NLS%%@dirrm share/locale/nb_NO/LC_MESSAGES -%%NLS%%@dirrm share/locale/nb_NO +%%NLS%%@dirrmtry share/locale/nb_NO/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/nb_NO @dirrm share/pixmaps/xarchiver @dirrmtry libexec/thunar-archive-plugin %%PORTDOCS%%@dirrm %%DOCSDIR%%/html/images %%PORTDOCS%%@dirrm %%DOCSDIR%%/html %%PORTDOCS%%@dirrm %%DOCSDIR%% -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |