From d33adbf8db3c43e657b0cd6c50cbe5d9e605e7b5 Mon Sep 17 00:00:00 2001 From: DPorts Builder Date: Fri, 18 Jul 2014 03:21:53 -0700 Subject: [PATCH] Update security/osslsigncode to version 1.7.1 --- security/osslsigncode/Makefile | 25 ++++++++++++++----------- security/osslsigncode/distinfo | 4 ++-- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/security/osslsigncode/Makefile b/security/osslsigncode/Makefile index 281952f2dd4..eb2fd4e6b0f 100644 --- a/security/osslsigncode/Makefile +++ b/security/osslsigncode/Makefile @@ -2,25 +2,28 @@ # $FreeBSD$ PORTNAME= osslsigncode -PORTVERSION= 1.3 -PORTREVISION= 3 +PORTVERSION= 1.7.1 CATEGORIES= security devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME} -MAINTAINER= snb@FreeBSD.org +MAINTAINER= johans@FreeBSD.org COMMENT= OpenSSL-based signcode utility PLIST_FILES= bin/osslsigncode -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +USES= pkgconfig GNU_CONFIGURE= yes -USES= gmake USE_OPENSSL= yes -.if !defined(WITHOUT_CURL) -LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl -.endif +OPTIONS_DEFINE= CURL GSF +OPTIONS_DEFAULT= CURL GSF +CURL_CONFIGURE_WITH= curl +CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +GSF_DESC?= GSF support (enables signing of e.g. MSI files) +GSF_CONFIGURE_WITH= gsf +GSF_LIB_DEPENDS= libgsf-1.so:${PORTSDIR}/devel/libgsf + +post-patch: + ${TOUCH} ${WRKSRC}/stamp-h1 ${WRKSRC}/config.h.in -NO_STAGE= yes .include diff --git a/security/osslsigncode/distinfo b/security/osslsigncode/distinfo index 432414d6718..4d7d2e539a3 100644 --- a/security/osslsigncode/distinfo +++ b/security/osslsigncode/distinfo @@ -1,2 +1,2 @@ -SHA256 (osslsigncode-1.3.tar.gz) = c6dfeb86bb54ad0a5dd81fd1ba52f193aa0ab657ea36e48968cd25eae6533f26 -SIZE (osslsigncode-1.3.tar.gz) = 573440 +SHA256 (osslsigncode-1.7.1.tar.gz) = f9a8cdb38b9c309326764ebc937cba1523a3a751a7ab05df3ecc99d18ae466c9 +SIZE (osslsigncode-1.7.1.tar.gz) = 127631 -- 2.41.0