Index: head/security/libuecc/Makefile =================================================================== --- head/security/libuecc/Makefile (revision 414088) +++ head/security/libuecc/Makefile (revision 414089) @@ -1,21 +1,22 @@ # $FreeBSD$ 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 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libsodium.so:security/libsodium USE_LDCONFIG= yes USES= cmake:outsource pkgconfig tar .include