head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	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
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.01.07;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.04.14.20.24.48;	author netchild;	state Exp;
branches;
next	1.5;

1.5
date	2009.06.02.21.15.37;	author bsam;	state Exp;
branches;
next	1.4;

1.4
date	2009.04.01.10.10.14;	author bsam;	state Exp;
branches;
next	1.3;

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

1.2
date	2006.11.08.00.12.10;	author acm;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.04.15.03.55;	author acm;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	linux-openssl
# Date created:		2006-08-04
# Whom:			Jose Alonso Cardenas Marquez <acm@@FreeBSD.org>
#
# $FreeBSD: head/security/linux-openssl/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	openssl
PORTVERSION=	0.9.7f
PORTREVISION=	2
CATEGORIES=	security linux
DISTNAME=	${PORTNAME}-${PORTVERSION}-7.10

MAINTAINER=	acm@@FreeBSD.org
COMMENT=	SSL and crypto library (Linux Version)

CONFLICTS=	linux-f8-openssl-[0-9]* linux-f10-openssl-[0-9]*

# EXPIRATION_DATE is the EoL of the last 7.x release
EXPIRATION_DATE=2013-02-28
USE_LINUX_RPM=	yes
LINUX_DIST_VER=	4
USE_LDCONFIG=	yes
DESCR=	${.CURDIR}/../${PORTNAME}/pkg-descr

.include <bsd.port.mk>
@


1.6
log
@Set the expiration date for all ports which depend upon linux_base-fc4 to
the EoL of the last 7.x release. The 7.x branch is the only supported
FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator
environment (linux_base-f10 doesn't work there).

I didn't bump the portrevision, this is mostly done as a hint for ports
committers to tell them that at least the emulation@@-owned ports need
to stay until then (even the forbidden ones). The dependent ports need to
go at the same time, but are free to be deleted before.

Discussed with:	bsam
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@. add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports;
. bump PORTREVISIONs.
@
text
@d19 2
@


1.4
log
@Finish repocopies of new linux-f8 infrastructure ports:
. add CONFLICTS to 47 original ports;
. bump PORTREVISIONs for all of them;
. pet portlint for 2-3 ports (misplaced PORTREVISION).
@
text
@d10 1
a10 1
PORTREVISION=	1
d17 1
a17 1
CONFLICTS=	linux-f8-openssl-[0-9]*
@


1.3
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@d10 1
d17 2
@


1.2
log
@- Remove ONLY_FOR_ARCHS

Suggested by:	kris
Noticed by:	alepulver
@
text
@d18 1
a18 1
INSTALLS_SHLIB=	yes
@


1.1
log
@- New port: security/linux-krb5-libs

Kerberos V5 is an authentication system developed at MIT.

(Linux version)

WWW: http://web.mit.edu/kerberos/

- New port: security/linux-openssl

The OpenSSL Project is a collaborative effort to develop a robust,
commercial-grade, full-featured, and Open Source toolkit implementing
the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security
(TLS v1) protocols with full-strength cryptography world-wide. The
project is managed by a worldwide community of volunteers that use
the Internet to communicate, plan, and develop the OpenSSL tookit
and its related documentation.

OpenSSL is based on the excellent SSLeay library developed by Eric
A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under
an Apache-style licence, which basically means that you are free
to get and use it for commercial and non-commercial purposes subject
to some simple license conditions.

(Linux version)

WWW: http://www.openssl.org/

Approved by:	garga (mentor)
@
text
@a15 1
ONLY_FOR_ARCHS=	i386 amd64
@

