diff options
author | Johan van Selst <johans@FreeBSD.org> | 2014-07-09 10:18:00 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2014-07-09 10:18:00 +0000 |
commit | accf1903c492856117086274655361c234507c21 (patch) | |
tree | 94b5427be323587a2c9b1113d6286001d1ac9f96 /security/osslsigncode | |
parent | 9aae6f761d053cad9a85abc092d4c488cc0ea536 (diff) | |
download | ports-accf1903c492856117086274655361c234507c21.tar.gz ports-accf1903c492856117086274655361c234507c21.zip |
Notes
Diffstat (limited to 'security/osslsigncode')
-rw-r--r-- | security/osslsigncode/Makefile | 21 | ||||
-rw-r--r-- | security/osslsigncode/distinfo | 4 |
2 files changed, 12 insertions, 13 deletions
diff --git a/security/osslsigncode/Makefile b/security/osslsigncode/Makefile index d237207803d9..2055641eafe4 100644 --- a/security/osslsigncode/Makefile +++ b/security/osslsigncode/Makefile @@ -2,25 +2,24 @@ # $FreeBSD$ PORTNAME= osslsigncode -PORTVERSION= 1.3 -PORTREVISION= 3 +PORTVERSION= 1.6 CATEGORIES= security devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= johans@FreeBSD.org COMMENT= OpenSSL-based signcode utility PLIST_FILES= bin/osslsigncode -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib 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 -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/osslsigncode/distinfo b/security/osslsigncode/distinfo index 432414d6718a..d08b546f6028 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.6.tar.gz) = 5edb969558d44efcc07a29e3975688d3e70acd941375a2bdd28a226d5db9d4ad +SIZE (osslsigncode-1.6.tar.gz) = 119857 |