From owner-freebsd-ports Thu Sep 27 4:35:34 2001 Delivered-To: freebsd-ports@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id 452A937B40E; Thu, 27 Sep 2001 04:35:28 -0700 (PDT) Received: from naos.dbai.tuwien.ac.at (naos [128.130.111.28]) by vexpert.dbai.tuwien.ac.at (8.11.6/8.11.6) with ESMTP id f8RBZMf17322; Thu, 27 Sep 2001 13:35:23 +0200 (MET DST) Date: Thu, 27 Sep 2001 13:35:22 +0200 (CEST) From: Gerald Pfeifer To: , , Cc: Subject: Re: ports/30786: LPRng-3.7.5: Checksum mismatch, no in 4.4-RELEASE, not up-to-date In-Reply-To: <200109241310.f8ODA0L77041@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The patch below fixes all of the problems mentioned in the PR and updates the sysutils/LPRng port from 3.7.5 to 3.7.6. Given that the port is currently broken and has been for a while, this should go in ASAP (and files/patch-aj removed) without waiting for maintainer approval. Gerald Index: Makefile =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/sysutils/LPRng/Makefile,v retrieving revision 1.18 diff -u -3 -p -r1.18 Makefile --- Makefile 2001/07/30 18:18:38 1.18 +++ Makefile 2001/09/27 09:08:21 @@ -6,7 +6,7 @@ # PORTNAME= LPRng -PORTVERSION= 3.7.5 +PORTVERSION= 3.7.6 CATEGORIES= sysutils print MASTER_SITES= ftp://ftp.lprng.com/pub/%SUBDIR%/ \ ftp://ftp.astart.com/pub/%SUBDIR%/ \ @@ -40,7 +40,10 @@ MANCOMPRESSED= yes post-install: ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 0555 ${DOCSDIR} - ${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} -m 0444 ${WRKSRC}/HOWTO/* ${DOCSDIR} + ${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} -m 0444 ${WRKSRC}/HOWTO/CHANGES ${DOCSDIR} + ${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} -m 0444 ${WRKSRC}/HOWTO/LPRng-HOWTO.* ${DOCSDIR} + ${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} -m 0444 ${WRKSRC}/HOWTO/*.jpg ${DOCSDIR} + ${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} -m 0444 ${WRKSRC}/HOWTO/LISA98.ppt ${DOCSDIR} @${CAT} ${PKGMESSAGE} | ${SED} -e "s|@@PREFIX@@|${PREFIX}|g" .include Index: distinfo =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/sysutils/LPRng/distinfo,v retrieving revision 1.9 diff -u -3 -p -r1.9 distinfo --- distinfo 2001/07/30 18:18:38 1.9 +++ distinfo 2001/09/27 08:33:04 @@ -1 +1 @@ -MD5 (LPRng-3.7.5.tgz) = 422f7d67fabecee21d3426b440ede039 +MD5 (LPRng-3.7.6.tgz) = 5dbc702b4052f754bfdb310d873de4f2 Index: pkg-plist =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/sysutils/LPRng/pkg-plist,v retrieving revision 1.11 diff -u -3 -p -r1.11 pkg-plist --- pkg-plist 2001/07/30 18:18:38 1.11 +++ pkg-plist 2001/09/27 09:12:30 @@ -9,7 +9,6 @@ etc/lpd.conf.sample @unexec if [ -f %D/etc/lpd.perms ]; then cmp -s %D/etc/lpd.perms.sample %D/etc/lpd.perms && rm -f %D/etc/lpd.perms || echo "If you are permanently removing this port, you should do a ``rm ${PKG_PREFIX}/etc/lpd.perms`` to remove config files left." | fmt ; fi etc/lpd.perms.sample etc/lprng.sh -etc/printcap.sample etc/rc.d/lprng.sh libexec/filters/lpbanner libexec/filters/lpf @@ -28,18 +27,5 @@ share/doc/LPRng/LPRng-HOWTO.sgml share/doc/LPRng/LPRng.jpg share/doc/LPRng/LPRngT-L.jpg share/doc/LPRng/LPRngT-S.jpg -share/doc/LPRng/Makefile -share/doc/LPRng/Makefile.in -share/doc/LPRng/REDIRECT.LPRng.html -share/doc/LPRng/collateindex.pl -share/doc/LPRng/dict -share/doc/LPRng/genindex.sgml -share/doc/LPRng/license.enc -share/doc/LPRng/license.txt -share/doc/LPRng/rfc1179.txt -share/doc/LPRng/updateheader -share/doc/LPRng/updatesgmlmirrors -share/doc/LPRng/updateversion -share/doc/LPRng/y2k.txt @dirrm libexec/filters @dirrm share/doc/LPRng To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message