Date: Wed, 9 Jul 2014 10:18:00 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361350 - head/security/osslsigncode Message-ID: <201407091018.s69AI06K012705@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Wed Jul 9 10:18:00 2014 New Revision: 361350 URL: http://svnweb.freebsd.org/changeset/ports/361350 QAT: https://qat.redports.org/buildarchive/r361350/ Log: - Update osslsigncode to something modern - Stagify - Adopt port - Some clean-up Modified: head/security/osslsigncode/Makefile head/security/osslsigncode/distinfo Modified: head/security/osslsigncode/Makefile ============================================================================== --- head/security/osslsigncode/Makefile Wed Jul 9 10:10:11 2014 (r361349) +++ head/security/osslsigncode/Makefile Wed Jul 9 10:18:00 2014 (r361350) @@ -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> Modified: head/security/osslsigncode/distinfo ============================================================================== --- head/security/osslsigncode/distinfo Wed Jul 9 10:10:11 2014 (r361349) +++ head/security/osslsigncode/distinfo Wed Jul 9 10:18:00 2014 (r361350) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407091018.s69AI06K012705>