svn commit: r416472 - head/security/letskencrypt
Bernard Spil
brnrd at FreeBSD.org
Mon Jun 6 16:40:56 UTC 2016
Author: brnrd
Date: Mon Jun 6 16:40:54 2016
New Revision: 416472
URL: https://svnweb.freebsd.org/changeset/ports/416472
Log:
security/letskencrypt: Change MASTER_SITES
- Switched to new versioned tarballs on project site
- Add MASTER_SITES and DISTVERSIONPREFIX
- Remove GitHub variables
- Add USES= tar:tgz for tarball extraction
Modified:
head/security/letskencrypt/Makefile
head/security/letskencrypt/distinfo
Modified: head/security/letskencrypt/Makefile
==============================================================================
--- head/security/letskencrypt/Makefile Mon Jun 6 16:20:11 2016 (r416471)
+++ head/security/letskencrypt/Makefile Mon Jun 6 16:40:54 2016 (r416472)
@@ -3,25 +3,23 @@
PORTNAME= letskencrypt
PORTVERSION= 0.1.6
+DISTVERSIONPREFIX= portable-
CATEGORIES= security
+MASTER_SITES= https://kristaps.bsd.lv/letskencrypt/snapshots/ \
+ LOCAL/brnrd
MAINTAINER= brnrd at FreeBSD.org
COMMENT= Native C client for Let's Encrypt, designed for security
LICENSE= ISCL
-USES= gmake
-USE_GITHUB= yes
+USES= gmake tar:tgz
USE_OPENSSL= yes
-GH_ACCOUNT= kristapsdz
-GH_PROJECT= ${PORTNAME}-portable
-GH_TAGNAME= VERSION_${PORTVERSION:S/./_/g}
-
MAKEFILE= GNUmakefile
MAKE_ARGS= PREFIX=${STAGEDIR}/${PREFIX}
-#WITH_OPENSSL_PORT= yes
+WITH_OPENSSL_PORT= yes
OPENSSL_PORT= security/libressl
WWWDIR= ${PREFIX}/www/letsencrypt
Modified: head/security/letskencrypt/distinfo
==============================================================================
--- head/security/letskencrypt/distinfo Mon Jun 6 16:20:11 2016 (r416471)
+++ head/security/letskencrypt/distinfo Mon Jun 6 16:40:54 2016 (r416472)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1465163309
-SHA256 (kristapsdz-letskencrypt-portable-0.1.6-VERSION_0_1_6_GH0.tar.gz) = 117447ad4395862d62acf85d955c2c29c06c544d0e577e12038a1fe69de21405
-SIZE (kristapsdz-letskencrypt-portable-0.1.6-VERSION_0_1_6_GH0.tar.gz) = 39443
+TIMESTAMP = 1465230711
+SHA256 (letskencrypt-portable-0.1.6.tgz) = f843936c820e812c1c77af5c2e1e748db81eefe70244975ebbdc47b35623517d
+SIZE (letskencrypt-portable-0.1.6.tgz) = 38769
More information about the svn-ports-all
mailing list