Date: Sun, 4 May 2003 22:07:47 +0200 From: Cyrille Lefevre <cyrille.lefevre@laposte.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/51762: Maintainer update: archivers/gzip (1.3.5) Message-ID: <20030504200747.GA84387@gits.dyndns.org> Resent-Message-ID: <200305042010.h44KAIcv040246@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 51762 >Category: ports >Synopsis: Maintainer update: archivers/gzip (1.3.5) >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: Sun May 04 13:10:17 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 5.0-RELEASE-p7 i386 >Organization: ACME >Environment: System: FreeBSD gits 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #12: Wed Apr 30 16:52:24 CEST 2003 root@gits:/disk3/freebsd/current/obj/disk3/freebsd/current/src/sys/CUSTOM i386 >Description: Makefile PORTVERSION bumped MASTER_SITE_SUBDIR deleted EXTRACT_SUFX added DOC_FILES added distinfo updated pkg-plist doc files added >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/gzip/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 21 Feb 2003 10:42:55 -0000 1.3 +++ Makefile 30 Apr 2003 20:40:58 -0000 @@ -6,15 +6,8 @@ # PORTNAME= gzip -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.5 CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} -MASTER_SITE_SUBDIR= ${PORTNAME} -# EXTRACT_SUFX= .tar - -MAINTAINER= cyrille.lefevre@laposte.net -COMMENT= A compression utility designed to be a replacement for compress - MASTER_SITES= ftp://ftp.digex.net/pub/linux/slackware/slackware-8.1/source/a/gzip/ \ ftp://sunfreeware.risq.qc.ca/SOURCES/ \ ftp://ftp.muug.mb.ca/mirror/slackware/slackware/slackware-8.1/source/a/gzip/ \ @@ -26,6 +19,10 @@ ftp://ftp.carrier.kiev.ua/pub/Linux/slackware/source/a/gzip/ \ ftp://ftp.is.co.za/linux/distributions/slackware/slackware-8.1/source/a/gzip/ \ ftp://ftp.monash.edu.au/pub/disk10/slackware/slackware-8.1/source/a/gzip/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= cyrille.lefevre@laposte.net +COMMENT= A compression utility designed to be a replacement for compress USE_REINPLACE= yes GNU_CONFIGURE= yes @@ -33,7 +30,18 @@ MAN1= gunzip.1 gzexe.1 gzip.1 zcat.1 zcmp.1 zdiff.1 zforce.1 \ zgrep.1 zless.1 zmore.1 znew.1 +DOC_FILES= AUTHORS COPYING INSTALL NEWS README README-alpha \ + THANKS TODO + post-configure: @${REINPLACE_CMD} -e 's|^SHELL =.*|SHELL=/bin/sh|' ${WRKSRC}/Makefile + +post-install: +.if !defined(NOPORTSDOC) + @${MKDIR} ${DOCSDIR} +.for file in ${DOC_FILES} + @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/archivers/gzip/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 11 Sep 2002 14:27:23 -0000 1.1 +++ distinfo 30 Apr 2003 18:02:02 -0000 @@ -1 +1 @@ -MD5 (gzip-1.3.3.tar.gz) = 52eaf713673507d21f7abefee98ba662 +MD5 (gzip-1.3.5.tar.Z) = 2215e466021d2dabca8a4ddd17d322bc Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/archivers/gzip/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 11 Sep 2002 14:27:23 -0000 1.1 +++ pkg-plist 30 Apr 2003 20:35:23 -0000 @@ -15,3 +15,12 @@ @unexec install-info --quiet --delete %D/info/gzip.info %D/info/dir info/gzip.info @exec install-info %D/info/gzip.info %D/info/dir +%%PORTDOCS%%share/doc/gzip/AUTHORS +%%PORTDOCS%%share/doc/gzip/COPYING +%%PORTDOCS%%share/doc/gzip/INSTALL +%%PORTDOCS%%share/doc/gzip/NEWS +%%PORTDOCS%%share/doc/gzip/README +%%PORTDOCS%%share/doc/gzip/README-alpha +%%PORTDOCS%%share/doc/gzip/THANKS +%%PORTDOCS%%share/doc/gzip/TODO +%%PORTDOCS%%@dirrm share/doc/gzip >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030504200747.GA84387>