diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2019-01-07 18:51:22 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2019-01-07 18:51:22 +0000 |
commit | 89d7edb3c4a2158e46d8b67b30ea3f5f366b6f2a (patch) | |
tree | 5662475e443b53252e8ad122aa2286654f1339c8 /cad | |
parent | 141d8ee2d2e1b03c5c45a78af7528ff082ae26ac (diff) |
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
Notes
Notes:
svn path=/head/; revision=489605
Diffstat (limited to 'cad')
-rw-r--r-- | cad/openvsp/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |