diff options
author | pi <pi@FreeBSD.org> | 2016-04-27 13:28:53 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-04-27 13:28:53 +0800 |
commit | e20f7413c8fe0285b1e383675a1dc3f18ecca6ea (patch) | |
tree | 45d0f1cfa24b1961cd7d69967c5bd3e4c4f15a34 /security/libuecc | |
parent | 89fea1020cadb4a4e4361edcb6ac52c2e80527ce (diff) | |
download | freebsd-ports-gnome-e20f7413c8fe0285b1e383675a1dc3f18ecca6ea.tar.gz freebsd-ports-gnome-e20f7413c8fe0285b1e383675a1dc3f18ecca6ea.tar.zst freebsd-ports-gnome-e20f7413c8fe0285b1e383675a1dc3f18ecca6ea.zip |
security/libuecc: add mastersite with https as first choice
PR: 208418
Submitted by: crest_maintainer@rlwinm.de (maintainer)
Diffstat (limited to 'security/libuecc')
-rw-r--r-- | security/libuecc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libuecc/Makefile b/security/libuecc/Makefile index bb8c162cbe07..11dce0d564ac 100644 --- a/security/libuecc/Makefile +++ b/security/libuecc/Makefile @@ -4,7 +4,8 @@ PORTNAME= libuecc PORTVERSION= 6 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://git.universe-factory.net/libuecc/snapshot/ +MASTER_SITES= https://git.universe-factory.net/libuecc/snapshot/ \ + http://git.universe-factory.net/libuecc/snapshot/ MAINTAINER= crest_maintainer@rlwinm.de COMMENT= Very small Elliptic Curve Cryptography library |