Date: Wed, 27 Apr 2016 05:28:53 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414089 - head/security/libuecc Message-ID: <201604270528.u3R5SrJN000434@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Wed Apr 27 05:28:53 2016 New Revision: 414089 URL: https://svnweb.freebsd.org/changeset/ports/414089 Log: security/libuecc: add mastersite with https as first choice PR: 208418 Submitted by: crest_maintainer@rlwinm.de (maintainer) Modified: head/security/libuecc/Makefile Modified: head/security/libuecc/Makefile ============================================================================== --- head/security/libuecc/Makefile Wed Apr 27 04:53:02 2016 (r414088) +++ head/security/libuecc/Makefile Wed Apr 27 05:28:53 2016 (r414089) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604270528.u3R5SrJN000434>