From owner-svn-ports-head@freebsd.org Mon Feb 20 15:09:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41A83CE5D82; Mon, 20 Feb 2017 15:09:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3E70122A; Mon, 20 Feb 2017 15:08:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1KF8xH7035126; Mon, 20 Feb 2017 15:08:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1KF8wG6035123; Mon, 20 Feb 2017 15:08:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702201508.v1KF8wG6035123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 20 Feb 2017 15:08:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434446 - head/ftp/curlpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2017 15:09:00 -0000 Author: sunpoet Date: Mon Feb 20 15:08:58 2017 New Revision: 434446 URL: https://svnweb.freebsd.org/changeset/ports/434446 Log: Update to 0.8.0 Changes: https://github.com/jpbarrette/curlpp/releases Modified: head/ftp/curlpp/Makefile head/ftp/curlpp/distinfo head/ftp/curlpp/pkg-plist Modified: head/ftp/curlpp/Makefile ============================================================================== --- head/ftp/curlpp/Makefile Mon Feb 20 15:07:37 2017 (r434445) +++ head/ftp/curlpp/Makefile Mon Feb 20 15:08:58 2017 (r434446) @@ -2,26 +2,22 @@ # $FreeBSD$ PORTNAME= curlpp -PORTVERSION= 0.7.4 +PORTVERSION= 0.8.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= ftp MAINTAINER= sunpoet@FreeBSD.org COMMENT= C++ wrapper for libcurl LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/doc/LICENSE LIB_DEPENDS= libcurl.so:ftp/curl -OPTIONS_DEFINE= BOOST DOCS EXAMPLES +OPTIONS_DEFINE= DOCS EXAMPLES -CONFIGURE_ARGS= --disable-ewarning -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= autoreconf libtool localbase pathfix +USES= cmake localbase pathfix PORTDOCS= * PORTEXAMPLES= * @@ -29,19 +25,11 @@ PORTEXAMPLES= * GH_ACCOUNT= jpbarrette USE_GITHUB= yes -BOOST_BUILD_DEPENDS= boost-libs>=1.20.0:devel/boost-libs -BOOST_RUN_DEPENDS= ${BOOST_BUILD_DEPENDS} -BOOST_CONFIGURE_ON= --with-boost=${LOCALBASE} -BOOST_CONFIGURE_OFF= --without-boost - -post-patch: - @${REINPLACE_CMD} -e 's| -lstdc++||' ${WRKSRC}/configure.ac - post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/guide.pdf ${STAGEDIR}${DOCSDIR}/ -post-install-EXAMPLES-on: +x-post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/examples/README ${WRKSRC}/examples/example*.cpp ${STAGEDIR}${EXAMPLESDIR}/ Modified: head/ftp/curlpp/distinfo ============================================================================== --- head/ftp/curlpp/distinfo Mon Feb 20 15:07:37 2017 (r434445) +++ head/ftp/curlpp/distinfo Mon Feb 20 15:08:58 2017 (r434446) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483558371 -SHA256 (jpbarrette-curlpp-v0.7.4_GH0.tar.gz) = 3316741ec4c140f42c3d3f1ee421739ae4ae4266371aa9846edc4844da39c4df -SIZE (jpbarrette-curlpp-v0.7.4_GH0.tar.gz) = 1474205 +TIMESTAMP = 1487527714 +SHA256 (jpbarrette-curlpp-v0.8.0_GH0.tar.gz) = 721271db0279fffeea94241650b6ceac3fdb767c0dcdf4f262859ab096066030 +SIZE (jpbarrette-curlpp-v0.8.0_GH0.tar.gz) = 145022 Modified: head/ftp/curlpp/pkg-plist ============================================================================== --- head/ftp/curlpp/pkg-plist Mon Feb 20 15:07:37 2017 (r434445) +++ head/ftp/curlpp/pkg-plist Mon Feb 20 15:08:58 2017 (r434446) @@ -13,9 +13,6 @@ include/curlpp/OptionBase.hpp include/curlpp/Options.hpp include/curlpp/Types.hpp include/curlpp/cURLpp.hpp -include/curlpp/config.h.in -include/curlpp/config.h.sample -include/curlpp/config.win32.h include/curlpp/internal/CurlHandle.hpp include/curlpp/internal/CurlHandle.inl include/curlpp/internal/OptionContainer.hpp @@ -25,13 +22,9 @@ include/curlpp/internal/OptionList.hpp include/curlpp/internal/OptionSetter.hpp include/curlpp/internal/OptionSetter.inl include/curlpp/internal/SList.hpp -include/curlpp/internal/buildconfig.h -include/curlpp/internal/global.h include/utilspp/EmptyType.hpp -include/utilspp/Functors.hpp include/utilspp/NonCopyable.hpp include/utilspp/NullType.hpp -include/utilspp/Singleton.hpp include/utilspp/SmartPtr.hpp include/utilspp/ThreadingFactoryMutex.hpp include/utilspp/ThreadingFactoryMutex.inl @@ -40,31 +33,6 @@ include/utilspp/ThreadingSingle.inl include/utilspp/TypeList.hpp include/utilspp/TypeTrait.hpp include/utilspp/clone_ptr.hpp -include/utilspp/functor/Binder.hpp -include/utilspp/functor/Functor.hpp -include/utilspp/functor/FunctorHandler.hpp -include/utilspp/functor/FunctorImpl.hpp -include/utilspp/functor/MemFunHandler.hpp -include/utilspp/singleton/CreationStatic.hpp -include/utilspp/singleton/CreationStatic.inl -include/utilspp/singleton/CreationUsingNew.hpp -include/utilspp/singleton/CreationUsingNew.inl -include/utilspp/singleton/LifetimeDefault.hpp -include/utilspp/singleton/LifetimeDefault.inl -include/utilspp/singleton/LifetimeLibrary.hpp -include/utilspp/singleton/LifetimeLibrary.inl -include/utilspp/singleton/LifetimeWithLongevity.hpp -include/utilspp/singleton/LifetimeWithLongevity.inl -include/utilspp/singleton/PrivateMembers.hpp -include/utilspp/singleton/PrivateMembers.inl -include/utilspp/singleton/SingletonHolder.hpp -include/utilspp/singleton/SingletonHolder.inl -lib/libcurlpp.a lib/libcurlpp.so -lib/libcurlpp.so.0 -lib/libcurlpp.so.0.0.2 -lib/libutilspp.a -lib/libutilspp.so -lib/libutilspp.so.0 -lib/libutilspp.so.0.0.0 +lib/static/libcurlpp_static.a libdata/pkgconfig/curlpp.pc