svn commit: r361350 - head/security/osslsigncode
Johan van Selst
johans at FreeBSD.org
Wed Jul 9 10:18:01 UTC 2014
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 at FreeBSD.org
+MAINTAINER= johans at 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
More information about the svn-ports-all
mailing list