svn commit: r477421 - head/security/sslscan

Gavin Atkinson gavin at FreeBSD.org
Fri Aug 17 12:32:17 UTC 2018


Author: gavin (src,doc committer)
Date: Fri Aug 17 12:32:15 2018
New Revision: 477421
URL: https://svnweb.freebsd.org/changeset/ports/477421

Log:
  Switch security/sslscan to the official way for handling "GitHub release
  plus upstream patches", as documented in the Porter's Handbook, ex 5.14.
  
  Reported by:	mat
  Reviewed by:	mat
  Approved by:	mat

Modified:
  head/security/sslscan/Makefile
  head/security/sslscan/distinfo

Modified: head/security/sslscan/Makefile
==============================================================================
--- head/security/sslscan/Makefile	Fri Aug 17 12:27:06 2018	(r477420)
+++ head/security/sslscan/Makefile	Fri Aug 17 12:32:15 2018	(r477421)
@@ -2,7 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	sslscan
-PORTVERSION=	1.11.11
+DISTVERSION=	1.11.11-16
+DISTVERSIONSUFFIX=  -g96ad4ff
 CATEGORIES=	security
 
 MAINTAINER=	gavin at FreeBSD.org
@@ -17,7 +18,6 @@ UNSAFESSL_DESC=	Use openssl-unsafe as libssl provider 
 USES=		gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	rbsec
-GH_TAGNAME=	96ad4ff
 
 UNSAFESSL_USES_OFF=	ssl
 UNSAFESSL_BUILD_DEPENDS=	${LOCALBASE}/openssl-unsafe/lib/libssl.so:security/openssl-unsafe

Modified: head/security/sslscan/distinfo
==============================================================================
--- head/security/sslscan/distinfo	Fri Aug 17 12:27:06 2018	(r477420)
+++ head/security/sslscan/distinfo	Fri Aug 17 12:32:15 2018	(r477421)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534266511
-SHA256 (rbsec-sslscan-1.11.11-96ad4ff_GH0.tar.gz) = 15aafcb24c06f01edce1bd317f0b6b5a6cbe32db8883b586c3644c072394f4d2
-SIZE (rbsec-sslscan-1.11.11-96ad4ff_GH0.tar.gz) = 56273
+TIMESTAMP = 1534435010
+SHA256 (rbsec-sslscan-1.11.11-16-g96ad4ff_GH0.tar.gz) = 4169ab767a966ee223c983582152d240099502090fb19667c89a02248c77de40
+SIZE (rbsec-sslscan-1.11.11-16-g96ad4ff_GH0.tar.gz) = 56309


More information about the svn-ports-head mailing list