diff options
author | feld <feld@FreeBSD.org> | 2015-08-15 04:38:38 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-08-15 04:38:38 +0800 |
commit | 2bc0a204a3d5660a7377a312d1ff1554b41ca0ff (patch) | |
tree | 29fd333634eaaa947571ce5d4388fa3b32ffb13b | |
parent | 9fc7f0739cc05ad72c6d25dc7f0bae6df9de6ead (diff) | |
download | freebsd-ports-gnome-2bc0a204a3d5660a7377a312d1ff1554b41ca0ff.tar.gz freebsd-ports-gnome-2bc0a204a3d5660a7377a312d1ff1554b41ca0ff.tar.zst freebsd-ports-gnome-2bc0a204a3d5660a7377a312d1ff1554b41ca0ff.zip |
Update MASTER_SITES to fix fetching problem due to abnormal version number
PR: 202332
-rw-r--r-- | security/gnutls/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 08e43139d173..a851a29c3ddb 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnutls PORTVERSION= 3.3.17.1 CATEGORIES= security net -MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R} +MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R:R} MAINTAINER= bdrewery@FreeBSD.org COMMENT= GNU Transport Layer Security library |