head	1.16;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.16
date	2012.11.17.06.03.08;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2010.05.18.04.07.56;	author pgollucci;	state Exp;
branches;
next	1.14;

1.14
date	2010.05.05.21.52.25;	author pgollucci;	state Exp;
branches;
next	1.13;

1.13
date	2009.12.13.16.28.00;	author miwi;	state Exp;
branches;
next	1.12;

1.12
date	2009.09.03.21.44.53;	author glarkin;	state Exp;
branches;
next	1.11;

1.11
date	2009.02.17.16.05.36;	author glarkin;	state Exp;
branches;
next	1.10;

1.10
date	2009.01.28.20.54.04;	author glarkin;	state Exp;
branches;
next	1.9;

1.9
date	2008.12.21.15.11.01;	author glarkin;	state Exp;
branches;
next	1.8;

1.8
date	2008.12.10.13.13.20;	author glarkin;	state Exp;
branches;
next	1.7;

1.7
date	2008.10.09.13.31.34;	author glarkin;	state Exp;
branches;
next	1.6;

1.6
date	2008.07.18.22.21.09;	author glarkin;	state Exp;
branches;
next	1.5;

1.5
date	2008.07.18.21.05.19;	author glarkin;	state Exp;
branches;
next	1.4;

1.4
date	2008.07.03.20.30.56;	author beech;	state Exp;
branches;
next	1.3;

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

1.2
date	2008.06.06.14.07.16;	author edwin;	state Exp;
branches;
next	1.1;

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


desc
@@


1.16
log
@Switch exporter over
@
text
@# New ports collection makefile for: trac-customfieldadmin
# Date created:                      Jan 11 2008
# Whom:                              Greg Larkin <glarkin@@FreeBSD.org>
#
# $FreeBSD: head/www/trac-customfieldadmin/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	customfieldadmin
PORTVERSION=	0.2.2.6485
PORTREVISION=	2
PORTEPOCH=	1
CATEGORIES=	www devel python
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/ \
		LOCAL/glarkin
PKGNAMEPREFIX=	trac-
DISTNAME=	${PORTNAME}plugin-${PORTVERSION}

MAINTAINER=	glarkin@@FreeBSD.org
COMMENT=	Web interface to administer Trac ticket custom fields

RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac

USE_ZIP=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.11
USE_PYTHON=	2.5+
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=    TracCustomFieldAdmin
PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}
PLIST_SUB+=	EGGVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO=	yes

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.15
log
@- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@4/5: Chase devel/apr shlib bump

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@@
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.13
log
@- Get rip python 2.3+

Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:	portmgr
@
text
@d10 1
@


1.12
log
@- Updated to 0.2.2.6485
- Bumped PORTEPOCH due to new numbering scheme in upstream package
@
text
@d25 1
a25 1
USE_PYTHON=	2.3+
@


1.11
log
@- Update to 0.2.5253
@
text
@d9 2
a10 1
PORTVERSION=	0.2.5253
@


1.10
log
@- Update to 0.2.5161
@
text
@d9 1
a9 1
PORTVERSION=	0.2.5161
@


1.9
log
@- Updated to 0.2.5032
@
text
@d9 1
a9 1
PORTVERSION=	0.2.5032
@


1.8
log
@- Updated to 0.2.4964
@
text
@d9 1
a9 1
PORTVERSION=	0.2.4964
@


1.7
log
@- Simplify port (use more of bsd.python.mk)
- Fix package build (register with easy-install)

PR:		ports/127965
Submitted by:	mm
Approved by:	beech (mentor, implicit)
@
text
@d9 1
a9 2
PORTVERSION=	0.2.4016
PORTREVISION=	1
@


1.6
log
@- Upgraded to 0.2.4016
- Added another MASTER_SITE

Approved by:	beech (mentor)
@
text
@d10 1
a19 1
BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
a24 1
NO_BUILD=	yes
d26 3
a28 1
USE_PYDISTUTILS=yes
@


1.5
log
@Changed my MAINTAINER address to
glarkin@@FreeBSD.org.

Approved by:	beech (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.2.3428
d11 2
a12 1
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/
@


1.4
log
@- Update to 0.2.3428
- Chase www/trac

PR:		ports/125242
Submitted by:	Greg Larkin <glarkin@@sourcehosting.net> (maintainer)
@
text
@d3 1
a3 1
# Whom:                              Greg Larkin <glarkin@@sourcehosting.net>
d15 1
a15 1
MAINTAINER=	glarkin@@sourcehosting.net
@


1.3
log
@- Fixed distfile version numbering
- Update to 0.1.3855

PR:		124683
Submitted by:	Greg Larkin <glarkin@@sourcehosting.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.1.3855
d19 1
a19 2
RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac \
		${PYTHON_SITELIBDIR}/TracWebAdmin-0.1.2dev-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-webadmin
d23 1
a23 1
WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.10
@


1.2
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 1
a9 2
PORTVERSION=	0.1
PORTREVISION=	1
d28 1
a28 1
PLIST_SUB+=	PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
@


1.1
log
@This plugin is a Web Admin panel for administrating custom fields -
adding, modifying and deleting them without editing the trac.ini file
directly.

This plugin is a cooperation between CodeResort.com and Optaros.com,
and is made freely available under a BSD license.

WWW: http://trac-hacks.org/wiki/CustomFieldAdminPlugin

PR:		ports/119573
Submitted by:	Greg Larkin <glarkin at sourcehosting.net>
@
text
@d10 1
@

