ports/94531: [PATCH] misc/rfc: update to 3.2.3
Sean Farley
sean-freebsd at farley.org
Thu Mar 16 15:09:59 UTC 2006
>Number: 94531
>Category: ports
>Synopsis: [PATCH] misc/rfc: update to 3.2.3
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Mar 16 15:09:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Sean Farley
>Release: FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD thor.farley.org 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Sun Feb 5 13:57:10 CST
>Description:
- Update to 3.2.3
- Use perl set within ports environment (${PERL}). Correct?
- Attempt removal of rfc-index upon uninstall.
- Removed obsolete USE_REINPLACE variable.
Port maintainer (jedgar at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- rfc-3.2.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/misc/rfc.orig/Makefile /usr/ports/misc/rfc/Makefile
--- /usr/ports/misc/rfc.orig/Makefile Fri Feb 6 07:11:51 2004
+++ /usr/ports/misc/rfc/Makefile Wed Mar 15 22:10:39 2006
@@ -6,7 +6,7 @@
#
PORTNAME= rfc
-PORTVERSION= 3.2.2
+PORTVERSION= 3.2.3
CATEGORIES= misc
MASTER_SITES= http://www.dewn.com/rfc/
@@ -16,15 +16,15 @@
RUN_DEPENDS= w3m:${PORTSDIR}/www/w3m
NO_BUILD= yes
-USE_REINPLACE= yes
MAN1= rfc.1
-PLIST_FILES= bin/rfc
+PLIST_FILES= bin/rfc \
+ "@unexec rm -f %%PREFIX%%/etc/rfc-index"
do-configure:
@${REINPLACE_CMD} -e 's|/usr/local/etc/rfc|${PREFIX}/etc/rfc| ; \
- s|/usr/local/etc/nmap|${PREFIX}/share/misc/nmap|' \
- ${WRKSRC}/${PORTNAME}-${PORTVERSION}
+ s|/usr/local/etc/nmap|${PREFIX}/share/misc/nmap| ; \
+ s|/usr/bin/perl|${PERL}|' ${WRKSRC}/${PORTNAME}-${PORTVERSION}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-${PORTVERSION} ${PREFIX}/bin/${PORTNAME}
diff -ruN --exclude=CVS /usr/ports/misc/rfc.orig/distinfo /usr/ports/misc/rfc/distinfo
--- /usr/ports/misc/rfc.orig/distinfo Sun Jan 22 06:59:38 2006
+++ /usr/ports/misc/rfc/distinfo Wed Mar 15 13:38:37 2006
@@ -1,3 +1,3 @@
-MD5 (rfc-3.2.2.tar.gz) = 733d9e1c940493e86403c65d01378865
-SHA256 (rfc-3.2.2.tar.gz) = 591c574e8f9f9cf9d3ee04b22494a569660e08e81f4d98c2f5f74f66ef57da1f
-SIZE (rfc-3.2.2.tar.gz) = 10429
+MD5 (rfc-3.2.3.tar.gz) = d40ed11198b51d4c3e5c316ac81cd146
+SHA256 (rfc-3.2.3.tar.gz) = 894ca3d84bbe354748a4808e60f3d35879637b0fb5a6f9e47a1ece3314231950
+SIZE (rfc-3.2.3.tar.gz) = 10469
--- rfc-3.2.3.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list