Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2005 20:24:03 GMT
From:      Mark Kane <mark@mkproductions.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/89469: [Maintainer Update] archivers/xarchive update (from 0.2.6.3 to 0.2.8.2)
Message-ID:  <200511232024.jANKO3XV077073@www.freebsd.org>
Resent-Message-ID: <200511232030.jANKULMx003474@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         89469
>Category:       ports
>Synopsis:       [Maintainer Update] archivers/xarchive update (from 0.2.6.3 to 0.2.8.2)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 23 20:30:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Mark Kane
>Release:        FreeBSD 5.4-RELEASE
>Organization:
MKProductions
>Environment:
FreeBSD amd64.localhost 5.4-RELEASE FreeBSD 5.4-RELEASE #4: Sun Aug 28 02:04:13 CDT 2005     mixx941@amd64.localhost:/usr/obj/usr/src/sys/AMD643000  amd64
>Description:
Updating the port from version 0.2.6.3 to 0.2.8.2. Adds support for password protected archives. 

Just a quick note on the diff. I notice the committed distfile has a SHA256 checksum in it as well as the MD5 that I produced with `make makesum`. I read through the porter's handbook again to see if a SHA256 checksum is now required for the port, but I don't see anything about it. I checked other ports and I don't see many that have it either so I hope this is OK.

Thanks
>How-To-Repeat:
              
>Fix:
diff -ruN xarchive.bak/Makefile xarchive/Makefile
--- xarchive.bak/Makefile       Tue Nov 22 17:33:49 2005
+++ xarchive/Makefile   Tue Nov 22 20:01:22 2005
@@ -6,11 +6,11 @@
 #

 PORTNAME=      xarchive
-PORTVERSION=   0.2.6.3
+PORTVERSION=   0.2.8.2
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    ${PORTNAME}
-DISTNAME=      ${PORTNAME}-0.2.6-3
+DISTNAME=      ${PORTNAME}-0.2.8-2

 MAINTAINER=    mark@mkproductions.org
 COMMENT=       A GTK+ front end for archiving tools
diff -ruN xarchive.bak/distinfo xarchive/distinfo
--- xarchive.bak/distinfo       Tue Nov 22 17:33:49 2005
+++ xarchive/distinfo   Wed Nov 23 10:30:01 2005
@@ -1,3 +1,2 @@
-MD5 (xarchive-0.2.6-3.tar.gz) = 5122f3662020ac54560f8a530a64a1f6
-SHA256 (xarchive-0.2.6-3.tar.gz) = 7f9da2b021188831d5d4cef71f5af3a66d9d5ecf071c7a039e3cc375b98c89e6
-SIZE (xarchive-0.2.6-3.tar.gz) = 150530
+MD5 (xarchive-0.2.8-2.tar.gz) = 17d6c49035b1e20d6773e4509f522d45
+SIZE (xarchive-0.2.8-2.tar.gz) = 152928
diff -ruN xarchive.bak/pkg-plist xarchive/pkg-plist
--- xarchive.bak/pkg-plist      Tue Nov 22 17:33:49 2005
+++ xarchive/pkg-plist  Wed Nov 23 11:07:44 2005
@@ -1,5 +1,6 @@
 bin/xarchive
 lib/xarchive/wrappers/7za-wrap.sh
+lib/xarchive/wrappers/ace-wrap.sh
 lib/xarchive/wrappers/arj-wrap.sh
 lib/xarchive/wrappers/deb-wrap.sh
 lib/xarchive/wrappers/rar-wrap.sh

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511232024.jANKO3XV077073>