ports/82108: [patch] Update port: ftp/curlpp to 0.3.3

Vasil Dimov vd at datamax.bg
Fri Jun 10 10:40:08 UTC 2005


>Number:         82108
>Category:       ports
>Synopsis:       [patch] Update port: ftp/curlpp to 0.3.3
>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 Jun 10 10:40:07 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
DataMax
>Environment:

>Description:

Update ftp/curlpp to the most recent version.

The list of changes can be found here:
http://rrette.com/curlpp.html#news

Archive is not currently fetchable from sourceforge, maybe the author
has not yet uploaded it there, or maybe he will never do it. If it does
not appear there for some time we should remove
${MASTER_SITE_SOURCEFORGE} from MASTER_SITES.

>How-To-Repeat:

>Fix:

--- curlpp_update-0.3.1_0.3.3.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/ftp/curlpp/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	30 Sep 2004 05:31:52 -0000	1.10
+++ Makefile	10 Jun 2005 07:01:23 -0000
@@ -7,10 +7,10 @@
 #
 
 PORTNAME=	curlpp
-PORTVERSION=	0.3.1
-PORTREVISION=	1
+PORTVERSION=	0.3.3
 CATEGORIES=	ftp
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES=	http://rrette.com/ \
+		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	roam at FreeBSD.org
@@ -35,8 +35,10 @@
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${EXAMPLESDIR}
-	${INSTALL_DATA} ${WRKSRC}/test/README ${EXAMPLESDIR}
-	${INSTALL_DATA} ${WRKSRC}/test/example*.cpp ${EXAMPLESDIR}
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/examples/README ${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/examples/example*.cpp ${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/guide.pdf ${DOCSDIR}
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/ftp/curlpp/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	10 Aug 2004 14:29:30 -0000	1.3
+++ distinfo	10 Jun 2005 07:01:23 -0000
@@ -1,2 +1,2 @@
-MD5 (curlpp-0.3.1.tar.gz) = fe735d11d8bdf0115c11d12b002c3f44
-SIZE (curlpp-0.3.1.tar.gz) = 257749
+MD5 (curlpp-0.3.3.tar.gz) = de71a6cf541db1abaa54037aa67b5849
+SIZE (curlpp-0.3.3.tar.gz) = 405504
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/ftp/curlpp/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	10 Aug 2004 14:29:30 -0000	1.2
+++ pkg-plist	10 Jun 2005 07:01:23 -0000
@@ -5,71 +5,36 @@
 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/registerer.hpp
-include/curlpp/registerer.inl
-include/curlpp/registries.hpp
-include/curlpp/registry.hpp
-include/curlpp/registry.inl
-include/curlpp/registry_base.hpp
-include/curlpp/registry_base.inl
-include/curlpp/registry_manager.hpp
-include/curlpp/registry_manager.inl
-include/curlpp/registry_manager_base.hpp
-include/curlpp/registry_manager_impl.hpp
-include/curlpp/registry_manager_impl.inl
 include/curlpp/slist.hpp
 include/curlpp/storage.hpp
 include/curlpp/storage_trait.hpp
 include/curlpp/stream_trait.hpp
 include/curlpp/types.hpp
-include/curlpp/utilspp/mutex/factory_mutex.hpp
-include/curlpp/utilspp/mutex/factory_mutex_base.hpp
-include/curlpp/utilspp/mutex/factory_mutex_container.hpp
-include/curlpp/utilspp/mutex/factory_mutex_container.inl
-include/curlpp/utilspp/mutex/mutex_factory.hpp
-include/curlpp/utilspp/mutex/mutex_factory.inl
-include/curlpp/utilspp/non_copyable.hpp
-include/curlpp/utilspp/null_type.hpp
-include/curlpp/utilspp/singleton.hpp
-include/curlpp/utilspp/singleton/creation_static.hpp
-include/curlpp/utilspp/singleton/creation_using_new.hpp
-include/curlpp/utilspp/singleton/lifetime_default.hpp
-include/curlpp/utilspp/singleton/lifetime_library.hpp
-include/curlpp/utilspp/singleton/lifetime_library.inl
-include/curlpp/utilspp/singleton/lifetime_with_longevity.hpp
-include/curlpp/utilspp/singleton/lifetime_with_longevity.inl
-include/curlpp/utilspp/singleton/private_members.hpp
-include/curlpp/utilspp/singleton/private_members.inl
-include/curlpp/utilspp/singleton/singleton_holder.hpp
-include/curlpp/utilspp/singleton/singleton_holder.inl
-include/curlpp/utilspp/singleton/threading_single.hpp
-include/curlpp/utilspp/smart_ptr.hpp
-include/curlpp/utilspp/type_list.hpp
-include/curlpp/utilspp/type_trait.hpp
- at dirrm include/curlpp/utilspp/mutex
- at dirrm include/curlpp/utilspp/singleton
- at dirrm include/curlpp/utilspp
 @dirrm include/curlpp
+lib/libcurlpp.a
 lib/libcurlpp.so
 lib/libcurlpp.so.0
-lib/libmutex.so
-lib/libmutex.so.0
-lib/libsingleton.so
-lib/libsingleton.so.0
-lib/libutilspp.so
-lib/libutilspp.so.0
+lib/pkgconfig/curlpp.pc
+%%PORTDOCS%%%%DOCSDIR%%/guide.pdf
 %%PORTDOCS%%%%EXAMPLESDIR%%/README
 %%PORTDOCS%%%%EXAMPLESDIR%%/example01.cpp
+%%PORTDOCS%%%%EXAMPLESDIR%%/example02.cpp
 %%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%%/example16.cpp
+%%PORTDOCS%%%%EXAMPLESDIR%%/example14.cpp
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
--- curlpp_update-0.3.1_0.3.3.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list