diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-06-03 22:41:40 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-06-03 22:41:40 +0000 |
commit | 64b64d5ff70dae7baae7d1c4985bfe485e310ca3 (patch) | |
tree | 3ba02a3613025d14be6bb631b3d27f3f9746aa88 /ftp/curlpp | |
parent | - Update to 1.0.0 pre5 (diff) |
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
Notes
Notes:
svn path=/head/; revision=110800
Diffstat (limited to 'ftp/curlpp')
-rw-r--r-- | ftp/curlpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index e83d032ae8dd..3e1aa987b102 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -8,7 +8,7 @@ PORTNAME= curlpp PORTVERSION= 0.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= roam@FreeBSD.org COMMENT= A C++ wrapper for libcurl -LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl USE_GCC= 3.3 USE_REINPLACE= yes |