aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2019-01-07 18:51:22 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2019-01-07 18:51:22 +0000
commit89d7edb3c4a2158e46d8b67b30ea3f5f366b6f2a (patch)
tree5662475e443b53252e8ad122aa2286654f1339c8 /cad
parent141d8ee2d2e1b03c5c45a78af7528ff082ae26ac (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/Makefile2
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