svn commit: r343670 - head/archivers/xarchiver

Olivier Duchateau olivierd at FreeBSD.org
Mon Feb 10 18:26:14 UTC 2014


Author: olivierd
Date: Mon Feb 10 18:26:13 2014
New Revision: 343670
URL: http://svnweb.freebsd.org/changeset/ports/343670
QAT: https://qat.redports.org/buildarchive/r343670/

Log:
  - Update to 0.5.3

Modified:
  head/archivers/xarchiver/Makefile
  head/archivers/xarchiver/distinfo
  head/archivers/xarchiver/pkg-plist

Modified: head/archivers/xarchiver/Makefile
==============================================================================
--- head/archivers/xarchiver/Makefile	Mon Feb 10 18:26:02 2014	(r343669)
+++ head/archivers/xarchiver/Makefile	Mon Feb 10 18:26:13 2014	(r343670)
@@ -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 at 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>

Modified: head/archivers/xarchiver/distinfo
==============================================================================
--- head/archivers/xarchiver/distinfo	Mon Feb 10 18:26:02 2014	(r343669)
+++ head/archivers/xarchiver/distinfo	Mon Feb 10 18:26:13 2014	(r343670)
@@ -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

Modified: head/archivers/xarchiver/pkg-plist
==============================================================================
--- head/archivers/xarchiver/pkg-plist	Mon Feb 10 18:26:02 2014	(r343669)
+++ head/archivers/xarchiver/pkg-plist	Mon Feb 10 18:26:13 2014	(r343670)
@@ -70,12 +70,10 @@ share/icons/hicolor/scalable/apps/xarchi
 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%%
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true


More information about the svn-ports-head mailing list