diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curlpp/Makefile | 8 | ||||
-rw-r--r-- | ftp/curlpp/distinfo | 4 | ||||
-rw-r--r-- | ftp/curlpp/files/patch-src::curlpp-config.in | 11 | ||||
-rw-r--r-- | ftp/curlpp/pkg-plist | 48 |
4 files changed, 32 insertions, 39 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index 551b89ba6ee2..823dab3c4e47 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -7,7 +7,7 @@ # PORTNAME= curlpp -PORTVERSION= 0.3.3 +PORTVERSION= 0.5.2 CATEGORIES= ftp MASTER_SITES= http://rrette.com/ @@ -30,6 +30,12 @@ INSTALLS_SHLIB= yes 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 --git a/ftp/curlpp/distinfo b/ftp/curlpp/distinfo index 82837dac3961..2b2d7b572d00 100644 --- a/ftp/curlpp/distinfo +++ b/ftp/curlpp/distinfo @@ -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 --git a/ftp/curlpp/files/patch-src::curlpp-config.in b/ftp/curlpp/files/patch-src::curlpp-config.in deleted file mode 100644 index 1bee1c54cc81..000000000000 --- a/ftp/curlpp/files/patch-src::curlpp-config.in +++ /dev/null @@ -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 --git a/ftp/curlpp/pkg-plist b/ftp/curlpp/pkg-plist index 9c504a2ce9a0..6bf34a25533f 100644 --- a/ftp/curlpp/pkg-plist +++ b/ftp/curlpp/pkg-plist @@ -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 @@ libdata/pkgconfig/curlpp.pc %%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%% |