head	1.5;
access;
symbols
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2011.09.30.09.12.33;	author dougb;	state dead;
branches;
next	1.4;

1.4
date	2011.09.22.18.01.33;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2009.07.31.13.56.34;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2008.12.19.22.16.17;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.12.14.20.13.04;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.5
log
@As previously advertised, delete ports that have
vulnerabilities listed in portaudit, and those
that depend on them - part 1

math/mupad
	Relies on xpm, vulnerable since 2004-09-15
net-p2p/torrentflux
	Vulnerable since 2006-10-07
net/tptest
	Vulnerable since 2009-12-17
security/pgp6
	Vulnerable since 2005-07-31
www/p5-RTx-RightsMatrix
	Only works with www/rt36, which is FORBIDDEN
www/p5-RTx-Shredder
	Only works with www/rt36, which is FORBIDDEN
www/p5-RTx-Statistics
	Only works with www/rt36, which is FORBIDDEN
www/plone
	Vulnerable since 2011-02-10
www/pyblosxom
	Vulnerable since 2009-02-11
www/rt36
	Vulnerable since 2009-12-09
www/zope-archetypes
	Depends on www/plone, which is FORBIDDEN
www/zope-calendaring
	Depends on www/plone, which is FORBIDDEN
www/zope-coreblog2
	Depends on www/plone, which is FORBIDDEN
www/zope-i18nlayer
	Depends on www/plone, which is FORBIDDEN
www/zope-plonelanguagetool
	Depends on www/plone, which is FORBIDDEN
www/zope-simpleblog
	Depends on www/plone, which is FORBIDDEN
@
text
@# New ports collection Makefile for: RTx-Calendar
# Date created:	        24 August 2008
# Whom:                 Matthew Seaman <m.seaman@@infracaninophile.co.uk>
#
# $FreeBSD: ports/www/p5-RTx-RightsMatrix/Makefile,v 1.4 2011/09/22 18:01:33 sunpoet Exp $
#

PORTNAME=	RTx-RightsMatrix
PORTVERSION=	0.03.00
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
EXTRACT_SUFX=	.tgz

MAINTAINER=	m.seaman@@infracaninophile.co.uk
COMMENT=	Bulk editing GUI for RT rights

BUILD_DEPENDS=	${LOCALBASE}/${RTHOME}/bin/rt:${PORTSDIR}/www/rt36
RUN_DEPENDS=	${LOCALBASE}/${RTHOME}/bin/rt:${PORTSDIR}/www/rt36

DEPRECATED=	Only works with www/rt36, which is due for removal
EXPIRATION_DATE=	2011-09-30

RTHOME?=	rt3
PLIST_SUB+=	RTHOME=${RTHOME}

PERL_CONFIGURE=	yes
CONFIGURE_ENV+=	RTHOME=${PREFIX}/${RTHOME}

MAN3=		RTx::RightsMatrix::RolePrincipal.3 \
		RTx::RightsMatrix::Util.3          \
		RTx::RightsMatrix.3

# Don't use normal CONFIGURE_ARGS.  Disable doc_?????_indstall targets to
# suppress installing perllocal.pod.  This duplicates code from bsd.perl.mk
# rather undesirably.
do-configure:
	@@cd ${CONFIGURE_WRKSRC} && \
	    ${SETENV} ${CONFIGURE_ENV} ${PERL5} ./${CONFIGURE_SCRIPT} && \
	    ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile

.include <bsd.port.mk>
@


1.4
log
@- Mark DEPRECATED
- Set EXPIRATION_DATE to 2011-09-30

PR:		ports/160905
Submitted by:	Matthew Seaman <m.seaman@@infracaninophile.co.uk> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d20 4
a23 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.2
log
@- Fix build

Submitted by:	maintainer via private mail
Reported by:	ionbot
@
text
@d10 1
@


1.1
log
@RTx::RightsMatrix - Bulk editing GUI for RT rights

SYNOPSIS:

Point, click, drool

WWW: http://search.cpan.org/perldoc?RTx::RightsMatrix

PR:		ports/126782
Submitted by:	Matthew Seaman <m.seaman at infracaninophile.co.uk>
@
text
@d31 3
a33 1
# Don't use normal CONFIGURE_ARGS
d36 2
a37 2
	    ${SETENV} ${CONFIGURE_ENV} \
	    ${PERL5} ./${CONFIGURE_SCRIPT}
@

