ports/96577: update archivers/xarchive to 0.2.8.6

Andrew Pantyukhin infofarmer at gmail.com
Mon May 1 09:40:28 UTC 2006


>Number:         96577
>Category:       ports
>Synopsis:       update archivers/xarchive to 0.2.8.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 01 09:40:27 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Pantyukhin
>Release:        FreeBSD 6.1-RC i386
>Organization:
>Environment:
System: FreeBSD sat64.net17 6.1-RC FreeBSD 6.1-RC #15: Tue Apr 18 00:29:23 MSD 2006 sat at sat64.net17:/usr/obj/usr/src/sys/SATCUR32 i386


	
>Description:
Update to 0.2.8.6
Don't install docs (they are copies of the manpage)
Add support for deb archives
Depends on rpm-3 instead of rpm4
	
>How-To-Repeat:
	
>Fix:

	

--- xarchive.diff begins here ---
diff -urN /usr/ports/archivers/xarchive/Makefile xarchive/Makefile
--- /usr/ports/archivers/xarchive/Makefile	Thu Nov 24 17:38:21 2005
+++ xarchive/Makefile	Mon May  1 13:24:50 2006
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	xarchive
-PORTVERSION=	0.2.8.2
+PORTVERSION=	0.2.8.6
 CATEGORIES=	archivers
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	${PORTNAME}-0.2.8-2
+DISTNAME=	${PORTNAME}-0.2.8-6
 
 MAINTAINER=	mark at mkproductions.org
 COMMENT=	A GTK+ front end for archiving tools
@@ -22,10 +22,13 @@
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20
 USE_X_PREFIX=	yes
+MAKE_ARGS=	-E doc_DATA
+MAKE_ENV=	doc_DATA=""
 
 OPTIONS=	7ZIP "Support for 7zip archives" off \
 		ARJ "Support for ARJ archives" off \
 		ACE "Support for ACE archives" off \
+		DEB "Support for DEB archives" off \
 		RAR "Support for RAR archives" off \
 		RPM "Support for RPM archives" off \
 		ZIP "Support for ZIP archives" off
@@ -44,13 +47,18 @@
 RUN_DEPENDS+=	unace:${PORTSDIR}/archivers/unace
 .endif
 
+.if defined (WITH_DEB)
+RUN_DEPENDS+=	dpkg-deb:${PORTSDIR}/archivers/dpkg
+.endif
+
 .if defined (WITH_RAR)
 RUN_DEPENDS+=	rar:${PORTSDIR}/archivers/rar \
 		unrar:${PORTSDIR}/archivers/unrar
 .endif
 
 .if defined (WITH_RPM)
-RUN_DEPENDS+=	rpm:${PORTSDIR}/archivers/rpm4
+RUN_DEPENDS+=	rpm2cpio:${PORTSDIR}/archivers/rpm2cpio \
+		rpm:${PORTSDIR}/archivers/rpm
 .endif
 
 .if defined (WITH_ZIP)
diff -urN /usr/ports/archivers/xarchive/distinfo xarchive/distinfo
--- /usr/ports/archivers/xarchive/distinfo	Sun Jan 22 09:58:31 2006
+++ xarchive/distinfo	Mon May  1 12:45:14 2006
@@ -1,3 +1,3 @@
-MD5 (xarchive-0.2.8-2.tar.gz) = 17d6c49035b1e20d6773e4509f522d45
-SHA256 (xarchive-0.2.8-2.tar.gz) = ea76cb5d5c1b5d73451de51d97e901090229665e126a9a2b07ffc03b1625a4b3
-SIZE (xarchive-0.2.8-2.tar.gz) = 152928
+MD5 (xarchive-0.2.8-6.tar.gz) = e8df5149477d2ca92d4acca515d60005
+SHA256 (xarchive-0.2.8-6.tar.gz) = a47750aa712396bd341b37bc4a428d1bf267f50f460de29405401ff14f8d0e32
+SIZE (xarchive-0.2.8-6.tar.gz) = 154982
diff -urN /usr/ports/archivers/xarchive/pkg-plist xarchive/pkg-plist
--- /usr/ports/archivers/xarchive/pkg-plist	Sun Jan 22 04:23:00 2006
+++ xarchive/pkg-plist	Mon May  1 13:08:45 2006
@@ -8,10 +8,7 @@
 lib/xarchive/wrappers/tar-wrap.sh
 lib/xarchive/wrappers/zip-wrap.sh
 share/applications/xarchive.desktop
-share/doc/xarchive/xarchive.1.html
-share/doc/xarchive/xarchive.1.txt
 share/pixmaps/xarchive.xpm
- at dirrm share/doc/xarchive
 @dirrmtry share/applications
 @dirrm lib/xarchive/wrappers
 @dirrm lib/xarchive
--- xarchive.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list