svn commit: r414089 - head/security/libuecc

Kurt Jaeger pi at FreeBSD.org
Wed Apr 27 05:28:54 UTC 2016


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 at 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 at rlwinm.de
 COMMENT=	Very small Elliptic Curve Cryptography library


More information about the svn-ports-all mailing list