head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2011.09.23.22.25.15;	author amdmi3;	state Exp;
branches;
next	1.7;

1.7
date	2010.04.03.10.44.30;	author roam;	state Exp;
branches;
next	1.6;

1.6
date	2009.08.22.00.34.58;	author amdmi3;	state Exp;
branches;
next	1.5;

1.5
date	2009.07.24.10.27.08;	author snb;	state Exp;
branches;
next	1.4;

1.4
date	2009.01.23.15.43.08;	author roam;	state Exp;
branches;
next	1.3;

1.3
date	2008.02.20.13.22.36;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2006.12.13.12.41.34;	author roam;	state Exp;
branches;
next	1.1;

1.1
date	2006.11.11.13.55.05;	author laszlof;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	osslsigncode
# Date created:		9 November 2006
# Whom:			snb@@threerings.net
#
# $FreeBSD: head/security/osslsigncode/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	osslsigncode
PORTVERSION=	1.3
PORTREVISION=	2
CATEGORIES=	security devel
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}

MAINTAINER=	snb@@FreeBSD.org
COMMENT=	OpenSSL-based signcode utility

PLIST_FILES=	bin/osslsigncode

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_OPENSSL=	yes

.if !defined(WITHOUT_CURL)
LIB_DEPENDS+=	curl.6:${PORTSDIR}/ftp/curl
.endif

.include <bsd.port.mk>
@


1.8
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@Chase the ftp/curl shlib version bump.
@
text
@d19 2
a20 3
CPPFLAGS=	-I${LOCALBASE}/include
LDFLAGS=	-L${LOCALBASE}/lib
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
@


1.6
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d10 1
a10 1
PORTREVISION=	1
d27 1
a27 1
LIB_DEPENDS+=	curl.5:${PORTSDIR}/ftp/curl
@


1.5
log
@Change MAINTAINER to my @@FreeBSD.org address

Approved by:	erwin
@
text
@d12 1
a12 1
MASTER_SITES=	SF
@


1.4
log
@Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
@
text
@d14 1
a14 1
MAINTAINER=	snb@@threerings.net
@


1.3
log
@- Update to 1.3
- Use SF macro

PR:		120796
Submitted by:	Felippe de Meirelles Motta <lippemail@@gmail.com>
Approved by:	maintainer
@
text
@d10 1
d27 1
a27 1
LIB_DEPENDS+=	curl.4:${PORTSDIR}/ftp/curl
@


1.2
log
@Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
@
text
@d9 1
a9 2
PORTVERSION=	1.2
PORTREVISION=	1
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.1
log
@New Port: security/osslsigncode

Platform-independent tool for Authenticode signing of EXE/CAB files - uses
OpenSSL and libcurl. It also supports timestamping.

PR:	ports/105353
Submitted By:	Nick Barkas <snb@@threerings.net>
Approved By:	flz (mentor)
@
text
@d10 1
d28 1
a28 1
LIB_DEPENDS+=	curl.3:${PORTSDIR}/ftp/curl
@

