mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
- Update to 3.2.3
- Attempt removal of rfc-index upon uninstall - Remove obsolete USE_REINPLACE PR: 94531 Submitted by: Sean Farley <sean-freebsd@farley.org>
This commit is contained in:
parent
1e5dfa1d9e
commit
a6f7588d4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159371
@ -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 @@ COMMENT= Perl script to search for RFC's
|
||||
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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user