svn commit: r381918 - head/ftp/curlpp
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 22 14:58:29 UTC 2015
Author: sunpoet
Date: Sun Mar 22 14:58:27 2015
New Revision: 381918
URL: https://svnweb.freebsd.org/changeset/ports/381918
QAT: https://qat.redports.org/buildarchive/r381918/
Log:
- Update MASTER_SITES
- Use PORTDOCS and PORTEXAMPLES
- Update WWW
Modified:
head/ftp/curlpp/Makefile
head/ftp/curlpp/distinfo
head/ftp/curlpp/pkg-descr
head/ftp/curlpp/pkg-plist
Modified: head/ftp/curlpp/Makefile
==============================================================================
--- head/ftp/curlpp/Makefile Sun Mar 22 14:47:22 2015 (r381917)
+++ head/ftp/curlpp/Makefile Sun Mar 22 14:58:27 2015 (r381918)
@@ -5,7 +5,6 @@ PORTNAME= curlpp
PORTVERSION= 0.7.3
PORTREVISION= 3
CATEGORIES= ftp
-MASTER_SITES= GOOGLE_CODE
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= C++ wrapper for libcurl
@@ -22,7 +21,18 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
-USES= libtool pathfix
+USES= autoreconf libtool pathfix
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+PORTDOCS= *
+PORTEXAMPLES= *
+
+GH_ACCOUNT= jpbarrette
+GH_PROJECT= ${PORTNAME}
+GH_TAGNAME= v${PORTVERSION}
+USE_GITHUB= yes
+
+PATHFIX_MAKEFILEIN= Makefile.am
BOOST_BUILD_DEPENDS= boost-libs>=1.20.0:${PORTSDIR}/devel/boost-libs
BOOST_RUN_DEPENDS= ${BOOST_BUILD_DEPENDS}
@@ -30,7 +40,7 @@ BOOST_CONFIGURE_ON= --with-boost=${LOCAL
BOOST_CONFIGURE_OFF= --without-boost
post-patch:
- @${REINPLACE_CMD} -e 's| -lstdc++||' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's| -lstdc++||' ${WRKSRC}/configure.ac
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}/
Modified: head/ftp/curlpp/distinfo
==============================================================================
--- head/ftp/curlpp/distinfo Sun Mar 22 14:47:22 2015 (r381917)
+++ head/ftp/curlpp/distinfo Sun Mar 22 14:58:27 2015 (r381918)
@@ -1,2 +1,2 @@
-SHA256 (curlpp-0.7.3.tar.gz) = e3f9427b27c5bddf898d383d45c0d3d5397e2056ff935d9a5cdaef6a9a653bd5
-SIZE (curlpp-0.7.3.tar.gz) = 493966
+SHA256 (jpbarrette-curlpp-0.7.3-v0.7.3_GH0.tar.gz) = b72093f221a9e2d0f7ce0bd0f846587835e01607a7bb0f106ff4317a8c30a81c
+SIZE (jpbarrette-curlpp-0.7.3-v0.7.3_GH0.tar.gz) = 200095
Modified: head/ftp/curlpp/pkg-descr
==============================================================================
--- head/ftp/curlpp/pkg-descr Sun Mar 22 14:47:22 2015 (r381917)
+++ head/ftp/curlpp/pkg-descr Sun Mar 22 14:58:27 2015 (r381918)
@@ -1,4 +1,4 @@
curlpp is a C++ wrapper for libcurl.
WWW: http://www.curlpp.org/
-WWW: http://code.google.com/p/curlpp/
+WWW: https://github.com/jpbarrette/curlpp
Modified: head/ftp/curlpp/pkg-plist
==============================================================================
--- head/ftp/curlpp/pkg-plist Sun Mar 22 14:47:22 2015 (r381917)
+++ head/ftp/curlpp/pkg-plist Sun Mar 22 14:58:27 2015 (r381918)
@@ -68,29 +68,3 @@ lib/libutilspp.so
lib/libutilspp.so.0
lib/libutilspp.so.0.0.0
libdata/pkgconfig/curlpp.pc
-%%PORTDOCS%%%%DOCSDIR%%/guide.pdf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example01.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example02.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example03.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example04.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example05.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example06.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example07.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example08.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example09.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example10.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example11.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example12.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example13.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example14.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example15.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example16.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example17.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example18.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example19.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example20.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example21.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example22.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example23.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example24.cpp
More information about the svn-ports-all
mailing list