From owner-svn-ports-all@freebsd.org Fri Aug 17 12:32:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10DB3106C519; Fri, 17 Aug 2018 12:32:17 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB58E7A87A; Fri, 17 Aug 2018 12:32:16 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9C8C46FB; Fri, 17 Aug 2018 12:32:16 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7HCWGst000914; Fri, 17 Aug 2018 12:32:16 GMT (envelope-from gavin@FreeBSD.org) Received: (from gavin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7HCWGD0000910; Fri, 17 Aug 2018 12:32:16 GMT (envelope-from gavin@FreeBSD.org) Message-Id: <201808171232.w7HCWGD0000910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gavin set sender to gavin@FreeBSD.org using -f From: Gavin Atkinson Date: Fri, 17 Aug 2018 12:32:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477421 - head/security/sslscan X-SVN-Group: ports-head X-SVN-Commit-Author: gavin X-SVN-Commit-Paths: head/security/sslscan X-SVN-Commit-Revision: 477421 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2018 12:32:17 -0000 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@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