Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Oct 1999 08:11:00 -0400 (EDT)
From:      "Chris D. Faulhaber" <jedgar@fxp.org>
To:        mharo@FreeBSD.org
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/14501: Update port: misc/rfc
Message-ID:  <Pine.BSF.4.20.9910270808510.64360-100000@earth.fxp>
In-Reply-To: <199910270735.AAA33261@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 27 Oct 1999 mharo@FreeBSD.org wrote:

> Synopsis: Update port: misc/rfc
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: mharo
> State-Changed-When: Wed Oct 27 00:33:59 PDT 1999
> State-Changed-Why: 
> I'm getting a different MD5 checksum.  Could you verify that the distfile
> on the mastersite is correct and that the md5 changed but nothing else.
> 

Yeah, it appears as though the author added a URL to the script,
misspelled even.  The following shar is updated for this change.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/rfc/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	1999/10/06 15:34:31	1.1.1.1
+++ Makefile	1999/10/27 12:04:06
@@ -1,5 +1,5 @@
 # New ports collection makefile for:	rfc
-# Version required:			1.8
+# Version required:			2.0
 # Date created:				05 October 1999
 # Whom:					Chris D. Faulhaber <jedgar@fxp.org>
 #
@@ -7,13 +7,15 @@
 #
 
 DISTNAME=	rfc
-PKGNAME=	rfc-1.8
+PKGNAME=	rfc-2.0
 CATEGORIES=	misc
 MASTER_SITES=	http://www.dewn.com/rfc/
 EXTRACT_SUFX=
 
 MAINTAINER=	jedgar@fxp.org
 
+RUN_DEPENDS=	lynx:${PORTSDIR}/www/lynx
+
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 
@@ -23,8 +25,10 @@
 
 do-configure:
 	@${MV} ${WRKDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME}.orig
-	@${SED} -e 's|/etc|${PREFIX}/etc|' \
-	   < ${WRKDIR}/${DISTNAME}.orig > ${WRKDIR}/${DISTNAME}
+	@${SED} -e 's|/etc/rfc|${PREFIX}/etc/rfc|' \
+		-e 's|/etc/nmap|${PREFIX}/share/misc/nmap|' \
+		-e 's|inernic|internic|' \
+		< ${WRKDIR}/${DISTNAME}.orig > ${WRKDIR}/${DISTNAME}
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKDIR}/rfc ${PREFIX}/bin/rfc
Index: files/md5
===================================================================
RCS file: /home/ncvs/ports/misc/rfc/files/md5,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 md5
--- md5	1999/10/06 15:34:31	1.1.1.1
+++ md5	1999/10/27 12:04:06
@@ -1 +1 @@
-MD5 (rfc) = d1e36e36295ed7ad3e08e777f29948cc
+MD5 (rfc) = 9d69fb027fcd8473e7e85bf4b8bc5f1d




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.20.9910270808510.64360-100000>