head	1.8;
access;
symbols
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5;
locks; strict;
comment	@# @;


1.8
date	2011.07.21.11.22.41;	author rene;	state dead;
branches;
next	1.7;

1.7
date	2011.07.15.08.39.55;	author rene;	state Exp;
branches;
next	1.6;

1.6
date	2007.05.19.20.22.39;	author flz;	state Exp;
branches;
next	1.5;

1.5
date	2006.01.16.15.28.31;	author nork;	state Exp;
branches;
next	1.4;

1.4
date	2005.12.30.16.46.45;	author nork;	state Exp;
branches;
next	1.3;

1.3
date	2005.12.17.13.41.32;	author nork;	state Exp;
branches;
next	1.2;

1.2
date	2005.10.23.11.59.21;	author nork;	state Exp;
branches;
next	1.1;

1.1
date	2005.10.23.01.33.47;	author nork;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Remove remaining Java-1.4-only ports:
2011-07-28 devel/colorer: Depends on deprecated Java 1.4
2011-07-28 security/jce_policy14: Only for Java 1.4, which is deprecated
@
text
@# New ports collection makefile for:	jce_policy14
# Date created:				2005/10/23
# Whom:					nork@@FreeBSD.org
#
# $FreeBSD: ports/security/jce_policy14/Makefile,v 1.7 2011/07/15 08:39:55 rene Exp $
#

PORTNAME=	jce_policy
PORTVERSION=	1.4.2
PORTREVISION=	3
CATEGORIES=	security java
MASTER_SITES=	#http://java.sun.com/products/jce/index-14.html
DISTNAME=	${PORTNAME}-${PORTVERSION:C/\./_/g}

MAINTAINER=	nork@@FreeBSD.org
COMMENT=	JCE Unlimited Strength Jurisdiction Policy Files

DEPRECATED=	Only for Java 1.4, which is deprecated
EXPIRATION_DATE=2011-07-28

USE_ZIP=	yes
USE_JAVA=	yes
JAVA_VERSION=	1.4

NO_BUILD=	yes
WRKSRC=		${WRKDIR}/jce
PLIST_SUB+=	JAVA_HOME=${JAVA_HOME:S,${PREFIX}/,,}

.include <bsd.port.pre.mk>
.if  !exists(${DISTDIR}/${DISTNAME}.zip)
IGNORE=		: Please get jce_policy-1_4_2.zip from
IGNORE+=	http://java.sun.com/products/jce/index-14.html
.endif

do-install:
	@@${MV}	${JAVA_HOME}/jre/lib/security/local_policy.jar \
		${JAVA_HOME}/jre/lib/security/local_policy.jar.orig
	@@${MV}	${JAVA_HOME}/jre/lib/security/US_export_policy.jar \
		${JAVA_HOME}/jre/lib/security/US_export_policy.jar.orig
	@@${TOUCH} ${JAVA_HOME}/jre/lib/security/.jce_policy14
	@@${INSTALL_DATA} ${WRKSRC}/local_policy.jar     ${JAVA_HOME}/jre/lib/security
	@@${INSTALL_DATA} ${WRKSRC}/US_export_policy.jar ${JAVA_HOME}/jre/lib/security

.include <bsd.port.post.mk>
@


1.7
log
@Deprecate (only for Java 1.4) and set expiration date to 2011-07-28
(same as Java 1.4)

PR:		ports/158411
Submitted by:	myself
Approved by:	nork (timeout, 17 days)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d18 3
@


1.5
log
@Add installed signature.
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.4
log
@Fix IGNORE condition.

Noticed by:	pointyhat
@
text
@d10 1
a10 1
PORTREVISION=	1
d37 1
@


1.3
log
@Fix install directory, and substitute original files.

Discussed with:	ume
@
text
@d26 4
a29 2
.if !exists(${DISTDIR}/${EXTRACT_ONLY}) && !defined(PACKAGE_BUILDING)
IGNORE=		Please get jce_policy-1_4_2.zip from http://java.sun.com/products/jce/index-14.html
d40 1
a40 1
.include <bsd.port.mk>
@


1.2
log
@New style bsd.java.mk.

Submitted by:	hq
Pointy hat to:	myself
@
text
@d10 1
d24 1
a24 3
PLIST_FILES=	${JAVA_HOME:S,${PREFIX}/,,}/lib/security/local_policy.jar \
		${JAVA_HOME:S,${PREFIX}/,,}/lib/security/US_export_policy.jar \
		"@@unexec rmdir ${JAVA_HOME}/lib/security 2>/dev/null || true"
d31 6
a36 3
	@@[ -d ${JAVA_HOME}/lib/security ] || ${MKDIR} ${JAVA_HOME}/lib/security
	${INSTALL_DATA} ${WRKSRC}/local_policy.jar ${JAVA_HOME}/lib/security
	${INSTALL_DATA} ${WRKSRC}/US_export_policy.jar ${JAVA_HOME}/lib/security
@


1.1
log
@Add java_policy 1.4.2, which provides JCE(Java Cryptography
Extension) Unlimited Strength Jurisdiction Policy Files.

WWW:			http://java.sun.com/products/jce/index-14.html
I was cheated by:	ume
@
text
@d18 2
a19 1
USE_JAVA=	1.4
@

