1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

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
This commit is contained in:
Fernando Apesteguía 2019-01-07 18:51:22 +00:00
parent 141d8ee2d2
commit 89d7edb3c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489605
4 changed files with 15 additions and 10 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= openvsp
DISTVERSIONPREFIX= ${GH_PROJECT}_
DISTVERSION= 3.16.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= cad
MAINTAINER= fernape@FreeBSD.org

View File

@ -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
GNU_CONFIGURE= yes
USES= gmake libtool pathfix
INSTALL_TARGET= install-strip
USES= autoreconf gmake libtool pathfix
USE_GITHUB= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
MAKE_ARGS= CC=${CC} CCC=${CXX}
#pre-configure:
# @cd ${WRKSRC} && ./autogen.sh
.include <bsd.port.mk>

View File

@ -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

View File

@ -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