svn commit: r453391 - head/security/opensc

Alex Dupre ale at FreeBSD.org
Fri Nov 3 08:38:20 UTC 2017


Author: ale
Date: Fri Nov  3 08:38:18 2017
New Revision: 453391
URL: https://svnweb.freebsd.org/changeset/ports/453391

Log:
  Fix build with disabled SM option.
  
  PR:		223384
  Submitted by:	Martin Birgmeier <la5lbtyi at aon.at>

Modified:
  head/security/opensc/Makefile
  head/security/opensc/distinfo

Modified: head/security/opensc/Makefile
==============================================================================
--- head/security/opensc/Makefile	Fri Nov  3 07:12:51 2017	(r453390)
+++ head/security/opensc/Makefile	Fri Nov  3 08:38:18 2017	(r453391)
@@ -8,7 +8,8 @@ CATEGORIES=	security devel
 MASTER_SITES=	https://github.com/OpenSC/OpenSC/releases/download/${PORTVERSION}/
 
 PATCH_SITES=	https://github.com/OpenSC/OpenSC/commit/
-PATCHFILES=	8d7346406d166a9db4afd239e6669df3e3b99f79.patch
+PATCHFILES=	8d7346406d166a9db4afd239e6669df3e3b99f79.patch \
+		def06389bfeec4eabfb88801c388ae30a6f7b693.patch
 PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	ale at FreeBSD.org

Modified: head/security/opensc/distinfo
==============================================================================
--- head/security/opensc/distinfo	Fri Nov  3 07:12:51 2017	(r453390)
+++ head/security/opensc/distinfo	Fri Nov  3 08:38:18 2017	(r453391)
@@ -1,5 +1,7 @@
-TIMESTAMP = 1509534561
+TIMESTAMP = 1509698189
 SHA256 (opensc-0.17.0.tar.gz) = be73c6816867ab4721e6a9ae7dba8e890c5f169f0a2cbb4bf354e0f30a948300
 SIZE (opensc-0.17.0.tar.gz) = 1950547
 SHA256 (8d7346406d166a9db4afd239e6669df3e3b99f79.patch) = 50cbf9fcb75755407bf4bca01d143e85f3f8df1888ac7c9557a48935d6332573
 SIZE (8d7346406d166a9db4afd239e6669df3e3b99f79.patch) = 15954
+SHA256 (def06389bfeec4eabfb88801c388ae30a6f7b693.patch) = e9e413d9d11d65531d114354c40961e8420efd18704eb5dfa0c38d776df77573
+SIZE (def06389bfeec4eabfb88801c388ae30a6f7b693.patch) = 3577


More information about the svn-ports-all mailing list