diff options
author | scf <scf@FreeBSD.org> | 2011-10-31 01:49:02 +0800 |
---|---|---|
committer | scf <scf@FreeBSD.org> | 2011-10-31 01:49:02 +0800 |
commit | 23aae66e5e209f7da79993116773dab5c461b1c0 (patch) | |
tree | 274dd4a9cf5a608c77391e519cc6a246c6338019 /misc | |
parent | 4674aa3c35d859fbf914abafa2b394ea877764e1 (diff) | |
download | freebsd-ports-gnome-23aae66e5e209f7da79993116773dab5c461b1c0.tar.gz freebsd-ports-gnome-23aae66e5e209f7da79993116773dab5c461b1c0.tar.zst freebsd-ports-gnome-23aae66e5e209f7da79993116773dab5c461b1c0.zip |
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
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rfc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/rfc/Makefile b/misc/rfc/Makefile index 1f91155453b5..b0635ca82592 100644 --- a/misc/rfc/Makefile +++ b/misc/rfc/Makefile @@ -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: |