Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2001 13:35:22 +0200 (CEST)
From:      Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
To:        <gnats-admin@freebsd.org>, <freebsd-ports@freebsd.org>, <desmo@bandwidth.org>
Cc:        <admin@dbai.tuwien.ac.at>
Subject:   Re: ports/30786: LPRng-3.7.5: Checksum mismatch, no in 4.4-RELEASE, not up-to-date
Message-ID:  <Pine.BSF.4.33.0109271331120.737-100000@naos.dbai.tuwien.ac.at>
In-Reply-To: <200109241310.f8ODA0L77041@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33.0109271331120.737-100000>