Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2003 17:33:51 -0800 (PST)
From:      Foxfair Hu <foxfair@FreeBSD.org>
To:        dmagda+fbugs@ee.ryerson.ca, foxfair@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47778: sysutils/LPRng port is outdated by 10 months (no maintainer response)
Message-ID:  <200303070133.h271XpDP013320@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: sysutils/LPRng port is outdated by 10 months (no maintainer response)

State-Changed-From-To: open->closed
State-Changed-By: foxfair
State-Changed-When: Thu Mar 6 17:29:25 PST 2003
State-Changed-Why: 
See PR/47778 please.

http://www.freebsd.org/cgi/query-pr.cgi?pr=41976
State-Changed-From-To: open->feedback
State-Changed-By: foxfair
State-Changed-When: Thu Mar 6 17:29:25 PST 2003
State-Changed-Why: 
I submitted this patch to the MAINTAINER(papowell@astart.com) and got no
response yet. So I take this chance to put my patch here, please review 
it. I will commit it after ports tree unfrozen:

diff -ruN /usr/ports/sysutils/LPRng/Makefile ./Makefile
--- /usr/ports/sysutils/LPRng/Makefile	Wed Feb 26 14:46:42 2003
+++ ./Makefile	Tue Mar  4 12:35:16 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	LPRng
-PORTVERSION=	3.8.10
+PORTVERSION=	3.8.20
 CATEGORIES=	sysutils print
 MASTER_SITES=	ftp://ftp.lprng.com/pub/%SUBDIR%/ \
 		ftp://ftp.astart.com/pub/%SUBDIR%/ \
@@ -34,8 +34,8 @@
 USE_LIBTOOL=	yes
 
 MAN1=		cancel.1 lp.1 lpbanner.1 lpf.1 \
-		lpq.1 lpr.1 lprm.1 lpstat.1 monitor.1 \
-		pclbanner.1 psbanner.1
+		lpq.1 lpr.1 lprm.1 lprng_certs.1 lprng_index_certs.1 \
+		lpstat.1 monitor.1 pclbanner.1 psbanner.1
 MAN5=		lpd.conf.5 lpd.perms.5 printcap.5
 MAN8=		checkpc.8 lpc.8 lpd.8
 MANCOMPRESSED=	yes
diff -ruN /usr/ports/sysutils/LPRng/distinfo ./distinfo
--- /usr/ports/sysutils/LPRng/distinfo	Tue Jul  2 13:58:20 2002
+++ ./distinfo	Tue Mar  4 12:26:13 2003
@@ -1 +1 @@
-MD5 (LPRng-3.8.10.tgz) = 3127e3793b94bd4a403a3809b1d8467b
+MD5 (LPRng-3.8.20.tgz) = 84a7dc3c7076a1efb2682c63313fad74
diff -ruN /usr/ports/sysutils/LPRng/files/patch-src_common_lpd__jobs.c ./files/patch-src_common_lpd__jobs.c
--- /usr/ports/sysutils/LPRng/files/patch-src_common_lpd__jobs.c	Tue Dec 31 04:14:32 2002
+++ ./files/patch-src_common_lpd__jobs.c	Thu Jan  1 08:00:00 1970
@@ -1,13 +0,0 @@
-
-$FreeBSD: ports/sysutils/LPRng/files/patch-src_common_lpd__jobs.c,v 1.1 2002/12/30 20:14:32 naddy Exp $
-
---- src/common/lpd_jobs.c.orig	Mon Dec 30 20:33:17 2002
-+++ src/common/lpd_jobs.c	Mon Dec 30 20:33:27 2002
-@@ -189,7 +189,6 @@
- {   
-     struct line_list *l, *r;
- 	int tr, tl;
--	tr = (int)p;
- 	l = ((struct line_list **)left)[0];
- 	r = ((struct line_list **)right)[0];
- 	tl = Find_flag_value(l,DONE_TIME,Value_sep);
diff -ruN /usr/ports/sysutils/LPRng/pkg-descr ./pkg-descr
--- /usr/ports/sysutils/LPRng/pkg-descr	Tue Jul  2 13:58:24 2002
+++ ./pkg-descr	Tue Mar  4 12:26:41 2003
@@ -9,4 +9,5 @@
 greatly improved permission and authorization mechanism.
 
 Author: Patrick Powell <papowell@lprng.com>
-WWW: http://www.astart.com/lprng/LPRng.html
+WWW: http://www.lprng.com/
+
diff -ruN /usr/ports/sysutils/LPRng/pkg-plist ./pkg-plist
--- /usr/ports/sysutils/LPRng/pkg-plist	Sun Sep 15 22:24:24 2002
+++ ./pkg-plist	Tue Mar  4 12:33:37 2003
@@ -11,8 +11,6 @@
 etc/lprng.sh
 etc/printcap.sample
 etc/rc.d/lprng.sh
-lib/liblpr.a
-lib/liblpr.la
 lib/liblpr.so
 lib/liblpr.so.0
 libexec/filters/lpbanner
@@ -22,6 +20,8 @@
 sbin/checkpc
 sbin/lpc
 sbin/lpd
+sbin/lprng_certs
+sbin/lprng_index_certs
 share/doc/LPRng/CHANGES
 share/doc/LPRng/LISA98.ppt
 share/doc/LPRng/LPRng-HOWTO.dsl

http://www.freebsd.org/cgi/query-pr.cgi?pr=47778

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




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