Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2000 13:29:53 +0100 (BST)
From:      Dom.Mitchell@palmerharvey.co.uk
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ache@FreeBSD.org
Subject:   ports/18075: New version of unzip - 5.41
Message-ID:  <20000418122953.C75561B4@voodoo.pandhm.co.uk>

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

>Number:         18075
>Category:       ports
>Synopsis:       New version of unzip - 5.41
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 18 05:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Mitchell
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
Palmer & Harvey McLane Ltd.
>Environment:

FreeBSD voodoo.pandhm.co.uk 3.4-STABLE FreeBSD 3.4-STABLE #9: Fri Feb 25 15:24:52 GMT 2000     dom@voodoo.pandhm.co.uk:/usr/src/sys/compile/VOODOO  i386

>Description:

This patch updates the unzip port to 5.41, the latest version (which
includes encryption).

>How-To-Repeat:

	n/a

>Fix:
	
	Here's the patch:

diff -urN /usr/ports/archivers/unzip/Makefile unzip/Makefile
--- /usr/ports/archivers/unzip/Makefile	Sat Apr 15 00:09:14 2000
+++ unzip/Makefile	Tue Apr 18 13:27:18 2000
@@ -6,16 +6,16 @@
 #
 
 PORTNAME=	unzip
-PORTVERSION=	5.40
+PORTVERSION=	5.41
 CATEGORIES=	archivers
-MASTER_SITES=	ftp://ftp.cdrom.com/pub/infozip/src/
-DISTNAME=	unzip540
+MASTER_SITES=	ftp://ftp.freesoftware.com/pub/infozip/src/
+DISTNAME=	unzip541
 
 MAINTAINER=	ache@FreeBSD.org
 
 Y2K=		http://www.cdrom.com/pub/infozip/FAQ.html#Y2K
 
-WRKSRC=         ${WRKDIR}/unzip-5.40
+WRKSRC=         ${WRKDIR}/unzip-5.41
 MAKEFILE=       unix/Makefile
 MAKE_FLAGS=     LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" -f
 MAN1=           funzip.1 unzip.1 unzipsfx.1 zipgrep.1 zipinfo.1
@@ -26,7 +26,7 @@
 	${LN} -sf unzip ${PREFIX}/bin/zipinfo
 	cd ${WRKSRC}/unix && \
 		${INSTALL_SCRIPT} zipgrep ${PREFIX}/bin
-	cd ${WRKSRC}/unix && \
+	cd ${WRKSRC}/man && \
 		${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
 	${INSTALL} -d -m 555 -o ${SHAREOWN} -g ${SHAREGRP} ${PREFIX}/share/doc/unzip
 	cd ${WRKSRC} && \
diff -urN /usr/ports/archivers/unzip/files/md5 unzip/files/md5
--- /usr/ports/archivers/unzip/files/md5	Mon Dec 28 01:43:39 1998
+++ unzip/files/md5	Tue Apr 18 13:21:13 2000
@@ -1 +1 @@
-MD5 (unzip540.tar.gz) = 062a9a8ad80f0bf8a307063958f1de2a
+MD5 (unzip541.tar.gz) = d5fb7ca068da949765abb8c6bc71666e

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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