FreeBSD Bugzilla – Attachment 54259 Details for
Bug 82108
[patch] Update port: ftp/curlpp to 0.3.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
curlpp_update-0.3.1_0.3.3.diff
curlpp_update-0.3.1_0.3.3.diff (text/plain), 4.77 KB, created by
Vasil Dimov
on 2005-06-10 11:40:07 UTC
(
hide
)
Description:
curlpp_update-0.3.1_0.3.3.diff
Filename:
MIME Type:
Creator:
Vasil Dimov
Created:
2005-06-10 11:40:07 UTC
Size:
4.77 KB
patch
obsolete
>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@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 >-@dirrm include/curlpp/utilspp/mutex >-@dirrm include/curlpp/utilspp/singleton >-@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%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 82108
: 54259