diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-04-27 05:28:53 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-04-27 05:28:53 +0000 |
commit | f800ea74dd42b191a4dd9337315270beac8a3311 (patch) | |
tree | 45d0f1cfa24b1961cd7d69967c5bd3e4c4f15a34 /security/libuecc | |
parent | f71dfbf397f3dec56f2dfee8c9c9eecd5cf62dd7 (diff) |
Notes
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 |