diff options
-rw-r--r-- | cad/openvsp/Makefile | 2 | ||||
-rw-r--r-- | devel/cpptest/Makefile | 12 | ||||
-rw-r--r-- | devel/cpptest/distinfo | 5 | ||||
-rw-r--r-- | devel/cpptest/pkg-plist | 4 |
4 files changed, 14 insertions, 9 deletions
diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index b64889294c93..b3726036f72a 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -3,7 +3,7 @@ PORTNAME= openvsp DISTVERSIONPREFIX= ${GH_PROJECT}_ DISTVERSION= 3.16.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MAINTAINER= fernape@FreeBSD.org diff --git a/devel/cpptest/Makefile b/devel/cpptest/Makefile index 7238e6e2c6bd..8d1acc282845 100644 --- a/devel/cpptest/Makefile +++ b/devel/cpptest/Makefile @@ -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> diff --git a/devel/cpptest/distinfo b/devel/cpptest/distinfo index 8dbe781f8235..e64159dd0c19 100644 --- a/devel/cpptest/distinfo +++ b/devel/cpptest/distinfo @@ -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 diff --git a/devel/cpptest/pkg-plist b/devel/cpptest/pkg-plist index 7fbc891cf875..7ba6e1d105d8 100644 --- a/devel/cpptest/pkg-plist +++ b/devel/cpptest/pkg-plist @@ -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 |