diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-22 09:32:58 +0800 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-22 09:32:58 +0800 |
commit | fd4f159a1d9a7089897b7658ae207ef4511017ef (patch) | |
tree | a87fe0926d7e4b927b4a0bd947caaf67a3c660c0 /ftp | |
parent | 98f54bf0c2835b4aa8f6e04da588914af705374e (diff) | |
download | freebsd-ports-gnome-fd4f159a1d9a7089897b7658ae207ef4511017ef.tar.gz freebsd-ports-gnome-fd4f159a1d9a7089897b7658ae207ef4511017ef.tar.zst freebsd-ports-gnome-fd4f159a1d9a7089897b7658ae207ef4511017ef.zip |
- Bump PORTREVISION for c-ares update. I had thought this was done
and that the shlib change was missed. I was looking at the wrong
port log.
Reported by: miwi
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 51728fa8e0f5..b0e19f34bba8 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -3,7 +3,7 @@ PORTNAME= curl PORTVERSION= 7.24.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp ipv6 www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet |