head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


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

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

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

1.4
date	2010.05.18.04.07.55;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2010.05.05.21.52.24;	author pgollucci;	state Exp;
branches;
next	1.2;

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

1.1
date	2009.01.29.20.15.11;	author glarkin;	state Exp;
branches;
next	;


desc
@@


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

PORTNAME=	batchmodify
PORTVERSION=	0.8.0.9694
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=	Enables users to modify several tickets together at once

RUN_DEPENDS+=	trac>=0.12:${PORTSDIR}/www/trac

USE_ZIP=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.12/trunk
USE_PYTHON=	2.5+
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=    BatchModify
PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}_trac0.12
PLIST_SUB+=	EGGVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO=	yes
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/BatchModify-%%EGGVERSION%%_trac0.12-py%%PYTHONVERSION%%.egg

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

.include <bsd.port.mk>
@


1.6
log
@- Updated to 0.8.0.9694

Added support for email notifications. If you have smtp enabled,
notifications will be sent for each ticket as needed if you so choose.
Thanks to gregmac for this patch.

The other big change is that all ticket changes are now made in one
transaction.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Updated to 0.7.0.8250
- Explicitly support Trac 0.12 (new version in ports tree)
- Removed pkg-plist and incorporated into PLIST_FILES
@
text
@d9 1
a9 1
PORTVERSION=	0.7.0.8250
@


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

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d9 1
a9 2
PORTVERSION=	0.2.0.4447
PORTREVISION=	2
d19 1
a19 1
RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac
d23 1
a23 1
WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.11
d27 1
a27 1
PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}
d30 1
@


1.3
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.2
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.1
log
@This plugin enables users to modify several tickets together at once.

WWW:	http://trac-hacks.org/wiki/BatchModifyPlugin
@
text
@d24 1
a24 1
USE_PYTHON=	2.3+
@

