Index: head/security/libuecc/Makefile =================================================================== --- head/security/libuecc/Makefile (revision 512396) +++ head/security/libuecc/Makefile (revision 512397) @@ -1,22 +1,21 @@ # $FreeBSD$ PORTNAME= libuecc PORTVERSION= 7 PORTREVISION= 2 CATEGORIES= security 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 pkgconfig tar +USE_LDCONFIG= yes .include Index: head/security/libuecc/pkg-descr =================================================================== --- head/security/libuecc/pkg-descr (revision 512396) +++ head/security/libuecc/pkg-descr (revision 512397) @@ -1,3 +1,3 @@ This is a very small Elliptic Curve Cryptography library. -WWW: http://git.universe-factory.net/libuecc +WWW: https://git.universe-factory.net/libuecc