mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Use the data from the FTP server instead of the HTTP server. The HTTP
server now provides XML by default and text if requested, however, the text is no longer in the format that rfc expects. This fixes the functionality of the -p option. Reported by: Torfinn Ingolfsen
This commit is contained in:
parent
6a4758a427
commit
9f472f0c2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284743
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= rfc
|
||||
PORTVERSION= 3.2.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.dewn.com/rfc/
|
||||
|
||||
@ -27,6 +27,7 @@ do-configure:
|
||||
s|/usr/local/etc/nmap|${PREFIX}/share/misc/nmap| ; \
|
||||
s|400k|1024k| ; \
|
||||
s|http://ftp.isi.edu/in-notes|http://www.ietf.org/rfc| ; \
|
||||
s|http://www.iana|ftp://ftp.iana| ; \
|
||||
s|/usr/bin/perl|${PERL}|' ${WRKSRC}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user