svn commit: r369532 - head/archivers/xarchiver

Danilo Egea Gondolfo danilo at FreeBSD.org
Mon Sep 29 15:41:18 UTC 2014


Author: danilo
Date: Mon Sep 29 15:41:16 2014
New Revision: 369532
URL: http://svnweb.freebsd.org/changeset/ports/369532
QAT: https://qat.redports.org/buildarchive/r369532/

Log:
  - Update from 0.5.3 to 0.5.4
  - Take maintainership

Modified:
  head/archivers/xarchiver/Makefile
  head/archivers/xarchiver/distinfo

Modified: head/archivers/xarchiver/Makefile
==============================================================================
--- head/archivers/xarchiver/Makefile	Mon Sep 29 15:40:14 2014	(r369531)
+++ head/archivers/xarchiver/Makefile	Mon Sep 29 15:41:16 2014	(r369532)
@@ -2,19 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	xarchiver
-PORTVERSION=	0.5.3
+PORTVERSION=	0.5.4
 CATEGORIES=	archivers
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	${PORTNAME:tl}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	danilo at FreeBSD.org
 COMMENT=	Desktop-agnostic GTK+2 frontend to various archiving tools
 
 LICENSE=	GPLv2
 
 RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/xdg-utils \
-	7zr:${PORTSDIR}/archivers/p7zip \
-	zip:${PORTSDIR}/archivers/zip
+		7zr:${PORTSDIR}/archivers/p7zip \
+		zip:${PORTSDIR}/archivers/zip
 
 USES=		tar:bzip2 gmake pkgconfig desktop-file-utils
 USE_GNOME=	glib20 gtk20 intltool
@@ -24,7 +24,7 @@ INSTALLS_ICONS=	yes
 OPTIONS_DEFINE=	DOCS NLS
 OPTIONS_SUB=	yes
 
-NLS_USES=		gettext
+NLS_USES=	gettext
 NLS_CPPFLAGS+=	-I${LOCALBASE}/include
 NLS_LDFLAGS+=	-L${LOCALBASE}/lib
 

Modified: head/archivers/xarchiver/distinfo
==============================================================================
--- head/archivers/xarchiver/distinfo	Mon Sep 29 15:40:14 2014	(r369531)
+++ head/archivers/xarchiver/distinfo	Mon Sep 29 15:41:16 2014	(r369532)
@@ -1,2 +1,2 @@
-SHA256 (xarchiver-0.5.3.tar.bz2) = c5899cb495e83a63f89b5eea002d2dd1c691db8d7b6343b3c182ce6e00c16d81
-SIZE (xarchiver-0.5.3.tar.bz2) = 778871
+SHA256 (xarchiver-0.5.4.tar.bz2) = e63fa73979fcc56efe8cca9095fd915d31a1714ce9676246b8626f164e452ef4
+SIZE (xarchiver-0.5.4.tar.bz2) = 1003045


More information about the svn-ports-head mailing list