diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-09 20:29:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-09 20:29:38 +0800 |
commit | 14f51571396a64baedd67b9a9970ab52c27600c3 (patch) | |
tree | 68f2e13b76e16ab265b31add54152ffd7b5bc99f /ftp/curl | |
parent | 48b0de1e8ad13e83b32f7cdfb62ec36cb4ea2667 (diff) | |
download | freebsd-ports-gnome-14f51571396a64baedd67b9a9970ab52c27600c3.tar.gz freebsd-ports-gnome-14f51571396a64baedd67b9a9970ab52c27600c3.tar.zst freebsd-ports-gnome-14f51571396a64baedd67b9a9970ab52c27600c3.zip |
- Update to 0.13.0
- Bump PORTREVISION for dns/libpsl shlib change
Changes: https://github.com/rockdaboot/libpsl/blob/master/NEWS
Diffstat (limited to 'ftp/curl')
-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 d90503ba35b0..524eca55b0e7 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -3,7 +3,7 @@ PORTNAME= curl PORTVERSION= 7.48.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet |