mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04: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:
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
|
@ -3,7 +3,7 @@
|
||||||
PORTNAME= openvsp
|
PORTNAME= openvsp
|
||||||
DISTVERSIONPREFIX= ${GH_PROJECT}_
|
DISTVERSIONPREFIX= ${GH_PROJECT}_
|
||||||
DISTVERSION= 3.16.2
|
DISTVERSION= 3.16.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= cad
|
CATEGORIES= cad
|
||||||
|
|
||||||
MAINTAINER= fernape@FreeBSD.org
|
MAINTAINER= fernape@FreeBSD.org
|
||||||
|
|
|
@ -1,19 +1,23 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= cpptest
|
PORTNAME= cpptest
|
||||||
PORTVERSION= 1.1.2
|
PORTVERSION= 2.0.0
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
||||||
|
|
||||||
MAINTAINER= fernape@FreeBSD.org
|
MAINTAINER= fernape@FreeBSD.org
|
||||||
COMMENT= Unit testing framework for handling automated tests in C++
|
COMMENT= Unit testing framework for handling automated tests in C++
|
||||||
|
|
||||||
LICENSE= LGPL3
|
LICENSE= LGPL3
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
USES= autoreconf gmake libtool pathfix
|
||||||
USES= gmake libtool pathfix
|
USE_GITHUB= yes
|
||||||
INSTALL_TARGET= install-strip
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
MAKE_ARGS= CC=${CC} CCC=${CXX}
|
MAKE_ARGS= CC=${CC} CCC=${CXX}
|
||||||
|
|
||||||
|
#pre-configure:
|
||||||
|
# @cd ${WRKSRC} && ./autogen.sh
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (cpptest-1.1.2.tar.gz) = 9e4fdf156b709397308536eb6b921e3aea1f463c6613f9a0c1dfec9614386027
|
TIMESTAMP = 1546875145
|
||||||
SIZE (cpptest-1.1.2.tar.gz) = 458982
|
SHA256 (cpptest-cpptest-2.0.0_GH0.tar.gz) = 09d35d6ecc0e801925579b18efa0adfaa18e8fed19b2f4f743ec7a53f510e409
|
||||||
|
SIZE (cpptest-cpptest-2.0.0_GH0.tar.gz) = 141505
|
||||||
|
|
|
@ -10,6 +10,6 @@ include/cpptest-time.h
|
||||||
include/cpptest.h
|
include/cpptest.h
|
||||||
lib/libcpptest.a
|
lib/libcpptest.a
|
||||||
lib/libcpptest.so
|
lib/libcpptest.so
|
||||||
lib/libcpptest.so.0
|
lib/libcpptest.so.1
|
||||||
lib/libcpptest.so.0.0.7
|
lib/libcpptest.so.1.0.8
|
||||||
libdata/pkgconfig/libcpptest.pc
|
libdata/pkgconfig/libcpptest.pc
|
||||||
|
|
Loading…
Add table
Reference in a new issue