Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2005 13:18:37 +0300
From:      Vasil Dimov <vd@datamax.bg>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        roam@FreeBSD.org
Subject:   ports/84284: Update port: ftp/curlpp to 0.5.1
Message-ID:  <20050729101837.GA22584@sinanica.bg.datamax>
Resent-Message-ID: <200507291020.j6TAK7EA078756@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         84284
>Category:       ports
>Synopsis:       Update port: ftp/curlpp to 0.5.1
>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:   Fri Jul 29 10:20:07 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.1

* 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

>How-To-Repeat:

>Fix:

--- curlpp_0.3.3-0.5.1_update.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	Fri Jul 29 13:12:04 2005
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	curlpp
-PORTVERSION=	0.3.3
+PORTVERSION=	0.5.1
 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	Tue Jul 26 17:26:59 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.1.tar.gz) = 6d6ab3c9520d25e7cf4a8ab14c507651
+SIZE (curlpp-0.5.1.tar.gz) = 404478
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	Fri Jul 29 13:12:15 2005
@@ -1,20 +1,26 @@
 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
 @dirrm include/curlpp
 lib/libcurlpp.a
 lib/libcurlpp.so
@@ -27,14 +33,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.1_update.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?20050729101837.GA22584>