head	1.8;
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.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.03.08;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.10.31.08.11.25;	author rm;	state Exp;
branches;
next	1.6;

1.6
date	2010.05.18.04.08.01;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2010.05.05.21.52.32;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2008.07.07.12.37.21;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2008.06.06.14.07.19;	author edwin;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.8
log
@Switch exporter over
@
text
@# Created by: sutra
# $FreeBSD: head/www/trac-spam-filter/Makefile 306737 2012-10-31 08:11:25Z rm $

PORTNAME=	TracSpamFilter
PORTVERSION=	0.2.1
PORTREVISION=	5
CATEGORIES=	www devel python
MASTER_SITES=	http://zhoushuqun.com/files/ \
		http://freebsd.unixfreunde.de/sources/
PKGNAMEPREFIX=	trac-

MAINTAINER=	zhoushuqun@@gmail.com
COMMENT=	Allow different ways to reject contributions that contain spam

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

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}dev

USE_PYTHON=	-2.7
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGVERSION=	${PORTVERSION}dev
PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

.include <bsd.port.mk>
@


1.7
log
@SVN rev 306737 on 2012-10-31 08:11:25Z by rm

- do not directly depend on setuptools, use USE_DISTUTILS instead
- bump PORTREVISION because of dependency change
- trim Makefile header
- limit python version to 2.x only
- move pkg-plist contents into Makefile:PLIST_FILES
- tab -> space change in pkg-descr:WWW

PR:		173056
Submitted by:	rm (myself)
Approved by:	Sutra Zhou <zhoushuqun at gmail dot com> (maintainer, by mail)
Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


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

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d1 1
a1 4
# New ports collection makefile for:	trac-spam-filter
# Date created:	23 September 2007
# Whom:					sutra
#
a2 1
#
d6 1
a6 1
PORTREVISION=	4
a15 1
BUILD_DEPENDS=	easy_install:${PORTSDIR}/devel/py-setuptools
d17 1
a17 1
WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}dev
d19 4
a22 13
USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_NOEGGINFO=	yes
PLIST_SUB+=	PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}

do-build:
	cd ${WRKSRC}; \
	${PYTHON_CMD} setup.py bdist_egg

do-install:
.for i in *
	${INSTALL_DATA} ${WRKSRC}/dist/${i} ${PYTHON_SITELIBDIR}/
.endfor
@


1.5
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=	3
@


1.4
log
@- Bump PORTREVISION after apr update

PR:		125270 125271 125272 125278 125281 125282
		125284 125285 125287 125288 125289 125290
		125291 125292 125293 125295 125296 125297
		125300
Submitted by:	rodrigc
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.3
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
@d10 1
a10 1
PORTREVISION=	1
@


1.2
log
@- Add backup mirror

Submitted by:	pointyhat
@
text
@d10 1
@


1.1
log
@A plugin is being developed that will allow different ways to reject
contributions that contain spam.

WWW:	http://trac-edgewall.org/wiki/SpamFilter

PR:		ports/116585
Submitted by:	sutra
@
text
@d11 2
a12 1
MASTER_SITES=	http://zhoushuqun.com/files/
@

