head	1.13;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	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
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.06.03.07;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.10.22.07.21.01;	author rm;	state Exp;
branches;
next	1.11;

1.11
date	2012.07.17.19.50.25;	author rm;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.17.20.42.28;	author cs;	state Exp;
branches;
next	1.9;

1.9
date	2011.11.16.06.13.39;	author cs;	state Exp;
branches;
next	1.8;

1.8
date	2011.02.25.04.40.31;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2010.05.18.04.07.55;	author pgollucci;	state Exp;
branches;
next	1.6;

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

1.5
date	2009.07.05.22.24.06;	author miwi;	state Exp;
branches;
next	1.4;

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

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

1.2
date	2007.07.30.09.42.18;	author alexbl;	state Exp;
branches;
next	1.1;

1.1
date	2007.04.13.20.49.25;	author nivit;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# Created by: Radim Kolar <hsn@@sanatana.dharma>
# $FreeBSD: head/www/trac-bzr/Makefile 306256 2012-10-22 07:21:01Z rm $

PORTNAME=	bzr
PORTVERSION=	20110228
PORTREVISION=	2
CATEGORIES=	www
MASTER_SITES=	http://schema.filez.com/distfiles/
PKGNAMEPREFIX=	trac-
DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}

MAINTAINER=	hsn@@sendmail.cz
COMMENT=	Bazaar-NG plugin for Trac

LICENSE=	GPLv2

RUN_DEPENDS=	tracd:${PORTSDIR}/www/trac \
		bzr:${PORTSDIR}/devel/bzr

USE_BZIP2=	yes
USE_PYTHON=	-2.7
USE_PYDISTUTILS=easy_install
PYDISTUTILS_PKGNAME=	TracBzr
PYDISTUTILS_PKGVERSION=	0.4.2
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

post-patch:
	${REINPLACE_CMD} -e 's|tag_date = 1||' ${WRKSRC}/setup.cfg

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

.include <bsd.port.mk>
@


1.12
log
@SVN rev 306256 on 2012-10-22 07:21:01Z by rm

- replace direct setuptools dependency with USE_DISTUTILS=easy_install
- bump PORTREVISION because USE_DISTUTILS implies both build and run dependency
on setuptools
- trim Makefile header
- tune PYDISTUTILS_* variables and rely upon bsd.python.mk code instead of
implementing the same stuff manually
- tab -> space change in pkg-descr:WWW
- move pkg-plist contents into Makefile:PLIST_FILES

PR:		172858
Submitted by:	rm (myself)
Approved by:	Radim Kolar <hsn at sendmail dot cz> (maintainer)
Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.11
log
@SVN rev 301028 on 2012-07-17 19:50:25Z by rm

- update mastersite
- strict python version to 2.x only, while here

PR:		169930
Submitted by:	Radim Kolar <hsn at sendmail dot cz> (maintainer)
@
text
@d1 1
a1 4
# New ports collection makefile for:	trac-bzr
# Date created:		2007-03-30
# Whom:			Radim Kolar <hsn@@sanatana.dharma>
#
a2 1
#
d6 1
a6 1
PORTREVISION=	1
d17 2
a18 6
BUILD_DEPENDS=	${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS=	tracd:${PORTSDIR}/www/trac bzr:${PORTSDIR}/devel/bzr

USE_PYTHON=		-2.7
USE_PYDISTUTILS=	yes
PYDISTUTILS_NOEGGINFO=	yes
d21 5
a25 6

PLIST_SUB=	EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \
		PYTRAC_BZR_EGG=${PYTRAC_BZR_EGG}

EASY_INSTALL_CMD?=	easy_install-${PYTHON_VER}
PYTRAC_BZR_EGG=	TracBzr-0.4.2-py${PYTHON_VER}.egg
@


1.10
log
@Bump PORTREVISION to reflect name change from devel/bazaar-ng --> devel/bzr
@
text
@d12 1
a12 1
MASTER_SITES=	http://home.tiscali.cz/~cz210552/bsdports/tarballs/
d24 1
a24 1
USE_PYTHON=		2.5+
@


1.9
log
@- Update to 20110228
- Add license

PR:		ports/161827
Submitted by:	Radim Kolar <hsn@@sendmail.cz>
Approved by:	glarkin@@ (mentor)
Feature safe:	yes
@
text
@d10 1
d22 1
a22 1
RUN_DEPENDS=	tracd:${PORTSDIR}/www/trac bzr:${PORTSDIR}/devel/bazaar-ng
@


1.8
log
@- Move over to py25
- while here drop md5 support
- Small cleanups
@
text
@d9 1
a9 2
PORTVERSION=	20090604
PORTREVISION=	3
d18 2
d21 1
a21 2
RUN_DEPENDS=	${BUILD_DEPENDS}
RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac
d33 4
a36 1
PYTRAC_BZR_EGG=	TracBzr-0.2-py${PYTHON_VER}.egg
@


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

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d10 1
a10 1
PORTREVISION=	2
d23 1
a23 1
USE_PYTHON=		2.4+
@


1.6
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.5
log
@- Update to 20090604

PR:		136066
Submitted by:	Radim Kolar SF.NET <hsn@@sendmail.cz> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	0
@


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
@d9 2
a10 2
PORTVERSION=	20070308
PORTREVISION=	2
d12 1
a12 1
MASTER_SITES=	http://home.tiscali.cz:8080/~cz210552/bsdports/tarballs/
@


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
@ - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
@
text
@d10 1
@


1.1
log
@Trac-bzr is an extension for Trac, so its revision browser
can show Bazaar branches

WWW:	http://bazaar-vcs.org/TracBzr

PR:		ports/111230
Submitted by:	Radim Kolar <hsn at sanatana.dharma>
@
text
@d22 1
a22 1
USE_PYTHON=		2.4
d24 1
@

