Date: Mon, 1 Aug 2005 16:17:24 +0300 From: Vasil Dimov <vd@datamax.bg> To: FreeBSD-gnats-submit@FreeBSD.org Cc: roam@FreeBSD.org Subject: ports/84429: Update port: ftp/curlpp to 0.5.2 Message-ID: <20050801131724.GA56264@sinanica.bg.datamax> Resent-Message-ID: <200508011320.j71DKL6o038825@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84429 >Category: ports >Synopsis: Update port: ftp/curlpp to 0.5.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Aug 01 13:20:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Vasil Dimov >Release: FreeBSD 5.4-STABLE i386 >Organization: DataMax >Environment: >Description: Update curlpp from 0.3.3 to 0.5.2 * Add note that the old 0.3.x branch is dead and we have upgraded to 0.5.x (which is incompatible with the old one) * remove unnecessary patch * sync plist This PR supersedes ports/84284 as 0.5.2 came out before the update to 0.5.1 being commited to the ports tree. >How-To-Repeat: >Fix: --- curlpp_0.3.3-0.5.2.diff begins here --- diff -urN --exclude=CVS /usr/ports/ftp/curlpp/Makefile curlpp/Makefile --- /usr/ports/ftp/curlpp/Makefile Tue Jul 19 02:20:58 2005 +++ curlpp/Makefile Mon Aug 1 15:53:55 2005 @@ -7,7 +7,7 @@ # PORTNAME= curlpp -PORTVERSION= 0.3.3 +PORTVERSION= 0.5.2 CATEGORIES= ftp MASTER_SITES= http://rrette.com/ @@ -29,6 +29,12 @@ .if ${ARCH} == "alpha" && ${OSVERSION} < 500000 BROKEN= "Does not compile on alpha 4.x" .endif + +pre-everything:: + @${ECHO} "" + @${ECHO} "NOTE to people using 0.3.x: cURLpp 0.3.x is dead!" + @${ECHO} "The current version ${PORTVERSION} is incompatible with the old 0.3.x versions" + @${ECHO} "" post-patch: @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in diff -urN --exclude=CVS /usr/ports/ftp/curlpp/distinfo curlpp/distinfo --- /usr/ports/ftp/curlpp/distinfo Tue Jul 19 02:20:58 2005 +++ curlpp/distinfo Mon Aug 1 15:54:03 2005 @@ -1,2 +1,2 @@ -MD5 (curlpp-0.3.3.tar.gz) = de71a6cf541db1abaa54037aa67b5849 -SIZE (curlpp-0.3.3.tar.gz) = 405504 +MD5 (curlpp-0.5.2.tar.gz) = 5eea4648956238d3f12ec69da71941d2 +SIZE (curlpp-0.5.2.tar.gz) = 406164 diff -urN --exclude=CVS /usr/ports/ftp/curlpp/files/patch-src::curlpp-config.in curlpp/files/patch-src::curlpp-config.in --- /usr/ports/ftp/curlpp/files/patch-src::curlpp-config.in Tue Aug 10 17:57:51 2004 +++ curlpp/files/patch-src::curlpp-config.in Thu Jan 1 02:00:00 1970 @@ -1,11 +0,0 @@ ---- curlpp-config.in.orig Tue Aug 10 17:37:23 2004 -+++ curlpp-config.in Tue Aug 10 17:37:34 2004 -@@ -70,7 +70,7 @@ - ;; - - --cflags) -- echo -I@includedir@ @CURLPP_CFLAGS@ -+ echo -I@includedir@ @CURLPP_CXXFLAGS@ - ;; - - --libs) diff -urN --exclude=CVS /usr/ports/ftp/curlpp/pkg-plist curlpp/pkg-plist --- /usr/ports/ftp/curlpp/pkg-plist Tue Jul 19 02:20:58 2005 +++ curlpp/pkg-plist Mon Aug 1 15:57:30 2005 @@ -1,20 +1,27 @@ bin/curlpp-config -include/curlpp/buffer.hpp -include/curlpp/curl.hpp -include/curlpp/curlpp.hpp -include/curlpp/easy.hpp -include/curlpp/exception.hpp -include/curlpp/file_trait.hpp -include/curlpp/form.hpp -include/curlpp/ftp_easy.hpp -include/curlpp/http_easy.hpp -include/curlpp/info.hpp -include/curlpp/memory_trait.hpp -include/curlpp/slist.hpp -include/curlpp/storage.hpp -include/curlpp/storage_trait.hpp -include/curlpp/stream_trait.hpp -include/curlpp/types.hpp +include/curlpp/CurlHandle.hpp +include/curlpp/CurlHandle.inl +include/curlpp/Easy.hpp +include/curlpp/Exception.hpp +include/curlpp/Form.hpp +include/curlpp/NonCopyable.hpp +include/curlpp/Option.hpp +include/curlpp/Option.inl +include/curlpp/OptionBase.hpp +include/curlpp/OptionContainer.hpp +include/curlpp/OptionContainer.inl +include/curlpp/OptionContainerType.hpp +include/curlpp/OptionList.hpp +include/curlpp/OptionSetter.hpp +include/curlpp/OptionSetter.inl +include/curlpp/Options.hpp +include/curlpp/SList.hpp +include/curlpp/StorageOptions.hpp +include/curlpp/StorageOptions.inl +include/curlpp/TypeTrait.hpp +include/curlpp/cURL.hpp +include/curlpp/cURLpp.hpp +include/curlpp/dllfct.h @dirrm include/curlpp lib/libcurlpp.a lib/libcurlpp.so @@ -27,14 +34,5 @@ %%PORTDOCS%%%%EXAMPLESDIR%%/example03.cpp %%PORTDOCS%%%%EXAMPLESDIR%%/example04.cpp %%PORTDOCS%%%%EXAMPLESDIR%%/example05.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/example06.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/example07.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/example08.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/example09.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/example10.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/example11.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/example12.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/example13.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/example14.cpp %%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% --- curlpp_0.3.3-0.5.2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050801131724.GA56264>