1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/www/trac-batchmodify/Makefile
Greg Larkin b3c91bfc65 - 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.
2010-12-17 18:49:13 +00:00

36 lines
1009 B
Makefile

# New ports collection makefile for: trac-batchmodify
# Date created: Jan 29 2009
# Whom: Greg Larkin <glarkin@FreeBSD.org>
#
# $FreeBSD$
#
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>