[Midnightbsd-cvs] mports: archivers/unzip: Add license As stevan@ pointed out, the

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Oct 9 11:09:16 EDT 2007


Log Message:
-----------
Add license

As stevan@ pointed out, the mirrors use different suffixes.  In this case, we'll just go right to the source (ftp.info-zip.org)

Fix up distinfo file

Modified Files:
--------------
    mports/archivers/unzip:
        Makefile (r1.2 -> r1.3)
        distinfo (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/archivers/unzip/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -Larchivers/unzip/Makefile -Larchivers/unzip/Makefile -u -r1.2 -r1.3
--- archivers/unzip/Makefile
+++ archivers/unzip/Makefile
@@ -8,14 +8,15 @@
 
 PORTNAME=	unzip
 PORTVERSION=	5.52
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES?=	archivers
-MASTER_SITES=	ftp://ftp.info-zip.org/pub/infozip/src/ ${MASTER_SITE_TEX_CTAN}
+MASTER_SITES=	ftp://ftp.info-zip.org/pub/infozip/src/
 MASTER_SITE_SUBDIR=	tools/zip/info-zip/src
 DISTNAME=	${PORTNAME}552
 
 MAINTAINER?=	ports at MidnightBSD.org
 COMMENT?=	List, test and extract compressed files in a ZIP archive
+LICENSE=	unknown
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 MAKEFILE=	unix/Makefile
@@ -23,10 +24,11 @@
 PLIST_FILES=	bin/unzip bin/funzip bin/unzipsfx bin/zipgrep bin/zipinfo
 PORTDOCS=	README WHERE
 MAN1=		funzip.1 unzip.1 unzipsfx.1 zipgrep.1 zipinfo.1
+EXTRACT_SUFX=	.tgz
 
 .if defined(WITH_UNZIP_UNREDUCE)
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} unreduce_full.zip
-EXTRACT_ONLY=	${PORTNAME}552.tar.gz
+EXTRACT_ONLY=	${PORTNAME}552${EXTRACT_SUFX}
 MAKE_ENV=	LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK -DUSE_SMITH_CODE"
 .endif
 
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/archivers/unzip/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -Larchivers/unzip/distinfo -Larchivers/unzip/distinfo -u -r1.1 -r1.2
--- archivers/unzip/distinfo
+++ archivers/unzip/distinfo
@@ -1,6 +1,6 @@
-MD5 (unzip552.tar.gz) = 9d23919999d6eac9217d1f41472034a9
-SHA256 (unzip552.tar.gz) = 145d95e2ef1ef9add2e3c97d1340907e33ab8749eb1235372e7f0b7af600a8e9
-SIZE (unzip552.tar.gz) = 1140291
+MD5 (unzip552.tgz) = 9d23919999d6eac9217d1f41472034a9
+SHA256 (unzip552.tgz) = 145d95e2ef1ef9add2e3c97d1340907e33ab8749eb1235372e7f0b7af600a8e9
+SIZE (unzip552.tgz) = 1140291
 MD5 (unreduce_full.zip) = b7cde206d69b403e7551b9b0c25bd345
 SHA256 (unreduce_full.zip) = 1f4d93d2250dc1a1d1d2b8aac09d9989d4f9dd2cb0967373bf41fdf5f108cec1
 SIZE (unreduce_full.zip) = 2849


More information about the Midnightbsd-cvs mailing list