Date: Mon, 7 Jan 2019 18:51:22 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489605 - in head: cad/openvsp devel/cpptest Message-ID: <201901071851.x07IpMIW092643@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Mon Jan 7 18:51:22 2019 New Revision: 489605 URL: https://svnweb.freebsd.org/changeset/ports/489605 Log: devel/cpptest: update to 2.0.0 * Move to USES_GITHUB * The port now USES autoreconf * Reorder some variables * Bump PORTREVISION for dependent port From the ChangeLog: https://github.com/cpptest/cpptest/blob/2.0.0/NEWS - Move to C++11 (GitHub issue #9): - Replace deprecated auto_ptr by unique_ptr - Remove deprecated dynamic exception specification (e.g. "throw ()") - Note: soname bumped to 1:8:0 Modified: head/cad/openvsp/Makefile head/devel/cpptest/Makefile head/devel/cpptest/distinfo head/devel/cpptest/pkg-plist Modified: head/cad/openvsp/Makefile ============================================================================== --- head/cad/openvsp/Makefile Mon Jan 7 18:32:00 2019 (r489604) +++ head/cad/openvsp/Makefile Mon Jan 7 18:51:22 2019 (r489605) @@ -3,7 +3,7 @@ PORTNAME= openvsp DISTVERSIONPREFIX= ${GH_PROJECT}_ DISTVERSION= 3.16.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MAINTAINER= fernape@FreeBSD.org Modified: head/devel/cpptest/Makefile ============================================================================== --- head/devel/cpptest/Makefile Mon Jan 7 18:32:00 2019 (r489604) +++ head/devel/cpptest/Makefile Mon Jan 7 18:51:22 2019 (r489605) @@ -1,19 +1,23 @@ # $FreeBSD$ PORTNAME= cpptest -PORTVERSION= 1.1.2 +PORTVERSION= 2.0.0 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= fernape@FreeBSD.org COMMENT= Unit testing framework for handling automated tests in C++ LICENSE= LGPL3 +USES= autoreconf gmake libtool pathfix +USE_GITHUB= yes +USE_LDCONFIG= yes + GNU_CONFIGURE= yes -USES= gmake libtool pathfix INSTALL_TARGET= install-strip -USE_LDCONFIG= yes MAKE_ARGS= CC=${CC} CCC=${CXX} + +#pre-configure: +# @cd ${WRKSRC} && ./autogen.sh .include <bsd.port.mk> Modified: head/devel/cpptest/distinfo ============================================================================== --- head/devel/cpptest/distinfo Mon Jan 7 18:32:00 2019 (r489604) +++ head/devel/cpptest/distinfo Mon Jan 7 18:51:22 2019 (r489605) @@ -1,2 +1,3 @@ -SHA256 (cpptest-1.1.2.tar.gz) = 9e4fdf156b709397308536eb6b921e3aea1f463c6613f9a0c1dfec9614386027 -SIZE (cpptest-1.1.2.tar.gz) = 458982 +TIMESTAMP = 1546875145 +SHA256 (cpptest-cpptest-2.0.0_GH0.tar.gz) = 09d35d6ecc0e801925579b18efa0adfaa18e8fed19b2f4f743ec7a53f510e409 +SIZE (cpptest-cpptest-2.0.0_GH0.tar.gz) = 141505 Modified: head/devel/cpptest/pkg-plist ============================================================================== --- head/devel/cpptest/pkg-plist Mon Jan 7 18:32:00 2019 (r489604) +++ head/devel/cpptest/pkg-plist Mon Jan 7 18:51:22 2019 (r489605) @@ -10,6 +10,6 @@ include/cpptest-time.h include/cpptest.h lib/libcpptest.a lib/libcpptest.so -lib/libcpptest.so.0 -lib/libcpptest.so.0.0.7 +lib/libcpptest.so.1 +lib/libcpptest.so.1.0.8 libdata/pkgconfig/libcpptest.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901071851.x07IpMIW092643>