aboutsummaryrefslogtreecommitdiff
path: root/devel/libsimdpp/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2017-12-15 19:26:41 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2017-12-15 19:26:41 +0000
commit20d790b06407dc9ef463a2f60eeff0763f23c1dc (patch)
tree4716cf54f205b0b80812f7b55a8672ac875836b2 /devel/libsimdpp/Makefile
parent4326c8a27ca3cf55f5f065f845def49faf4ac1d4 (diff)
downloadports-20d790b06407dc9ef463a2f60eeff0763f23c1dc.tar.gz
ports-20d790b06407dc9ef463a2f60eeff0763f23c1dc.zip
devel/libsimdpp: Update to 2.1
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13501
Notes
Notes: svn path=/head/; revision=456414
Diffstat (limited to 'devel/libsimdpp/Makefile')
-rw-r--r--devel/libsimdpp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libsimdpp/Makefile b/devel/libsimdpp/Makefile
index ca5bd40f6072..a65e4f2fb12e 100644
--- a/devel/libsimdpp/Makefile
+++ b/devel/libsimdpp/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libsimdpp
DISTVERSIONPREFIX= v
-DISTVERSION= 2.0
+DISTVERSION= 2.1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@@ -18,4 +18,6 @@ NO_BUILD= yes
NO_ARCH= yes
TEST_TARGET= check
+PLIST_SUB= PORTVERSION="${PORTVERSION}"
+
.include <bsd.port.mk>