diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-04-25 15:36:09 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-04-25 15:36:09 +0000 |
commit | 82bca2371bdf52f9edadc532238077d9332a93a5 (patch) | |
tree | 5afaa140eb347a5ea609f69802f880783a23562b /ftp/curl/Makefile | |
parent | e61a47fd5b8007f85e9aff2fe60cbe82da4f505b (diff) |
Notes
Diffstat (limited to 'ftp/curl/Makefile')
-rw-r--r-- | ftp/curl/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index b06a5085669e..a01b600fee49 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -6,8 +6,7 @@ # PORTNAME= curl -PORTVERSION= 7.10.3 -PORTREVISION= 2 +PORTVERSION= 7.10.4 CATEGORIES= ftp ipv6 www MASTER_SITES= http://curl.haxx.se/download/ \ ${MASTER_SITE_SOURCEFORGE} \ @@ -16,11 +15,6 @@ MASTER_SITES= http://curl.haxx.se/download/ \ ftp://crydee.sai.msu.ru/zeus/unix/WWW/tools/mirror/ MASTER_SITE_SUBDIR= curl -PATCHFILES= curl-lib-url.c-netrc.patch -PATCH_SITES= ${MASTER_SITE_LOCAL} \ - http://people.FreeBSD.org/~roam/ports/patches/ftp/curl/ -PATCH_SITE_SUBDIR= roam - MAINTAINER= roam@FreeBSD.org COMMENT= "Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers" |