diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-22 22:58:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-22 22:58:27 +0800 |
commit | ba3d865ec2d3b92bfcef82ee24b42417e3c07258 (patch) | |
tree | 63823c7ae3e82b456dd5ca36b07554b22dd42f45 /ftp | |
parent | 0ef9e28bec7f06961ba22c8ea60c40d8f52c8833 (diff) | |
download | freebsd-ports-gnome-ba3d865ec2d3b92bfcef82ee24b42417e3c07258.tar.gz freebsd-ports-gnome-ba3d865ec2d3b92bfcef82ee24b42417e3c07258.tar.zst freebsd-ports-gnome-ba3d865ec2d3b92bfcef82ee24b42417e3c07258.zip |
- Update MASTER_SITES
- Use PORTDOCS and PORTEXAMPLES
- Update WWW
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curlpp/Makefile | 16 | ||||
-rw-r--r-- | ftp/curlpp/distinfo | 4 | ||||
-rw-r--r-- | ftp/curlpp/pkg-descr | 2 | ||||
-rw-r--r-- | ftp/curlpp/pkg-plist | 26 |
4 files changed, 16 insertions, 32 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index cc4a1f7af75f..83bb96f0c220 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -5,7 +5,6 @@ PORTNAME= curlpp PORTVERSION= 0.7.3 PORTREVISION= 3 CATEGORIES= ftp -MASTER_SITES= GOOGLE_CODE MAINTAINER= sunpoet@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=${LOCALBASE} 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}/ diff --git a/ftp/curlpp/distinfo b/ftp/curlpp/distinfo index fcdfaa680af3..cb07229614b9 100644 --- a/ftp/curlpp/distinfo +++ b/ftp/curlpp/distinfo @@ -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 diff --git a/ftp/curlpp/pkg-descr b/ftp/curlpp/pkg-descr index f2d102caa020..0216ec5a07ae 100644 --- a/ftp/curlpp/pkg-descr +++ b/ftp/curlpp/pkg-descr @@ -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 diff --git a/ftp/curlpp/pkg-plist b/ftp/curlpp/pkg-plist index d21886c67376..01475fc40d1f 100644 --- a/ftp/curlpp/pkg-plist +++ b/ftp/curlpp/pkg-plist @@ -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 |