diff options
author | Allan Jude <allanjude@FreeBSD.org> | 2021-05-28 19:16:04 +0000 |
---|---|---|
committer | Allan Jude <allanjude@FreeBSD.org> | 2021-05-28 19:38:02 +0000 |
commit | 2113156d2667921157b8fe9a19130fe1cb3a9d6a (patch) | |
tree | 3247b977d3703f68ba0d6ac111cb64ba5ed35098 | |
parent | f45d21ec05cc03b2e85e8d8a9aab31ede4af112c (diff) |
www/varnish-libvmod-maxminddb: Fix version
v1.0.2 is less than 1.0.2, use DISTVERSIONPREFIX
Reported by: mat
Approved by: jrm
-rw-r--r-- | www/varnish-libvmod-maxminddb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/varnish-libvmod-maxminddb/Makefile b/www/varnish-libvmod-maxminddb/Makefile index dfaf11d7253b..5dbb4c42c954 100644 --- a/www/varnish-libvmod-maxminddb/Makefile +++ b/www/varnish-libvmod-maxminddb/Makefile @@ -1,5 +1,6 @@ PORTNAME= libvmod-maxminddb -DISTVERSION= v1.0.2 +DISTVERSIONPREFIX= v +DISTVERSION= 1.0.2 CATEGORIES= www PKGNAMEPREFIX= varnish- |