head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.2;
locks; strict;
comment	@# @;


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

1.8
date	2012.02.19.13.05.58;	author culot;	state Exp;
branches;
next	1.7;

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

1.6
date	2011.07.02.07.59.18;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2010.08.20.14.38.25;	author sylvio;	state Exp;
branches;
next	1.4;

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

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

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

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


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	trac-gitplugin
# Date created:				2 November 2009
# Whom:					Douglas Thrift
#
# $FreeBSD: head/www/trac-gitplugin/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	gitplugin
PORTVERSION=	0.12.0.5
PORTREVISION=	1
CATEGORIES=	www devel python
MASTER_SITES=	https://download.github.com/ \
		http://apt.douglasthrift.net/files/${PORTNAME}/ \
		http://code.douglasthrift.net/files/${PORTNAME}/
PKGNAMEPREFIX=	trac-
DISTNAME=	hvr-trac-git-plugin-v${PORTVERSION}-20-g${GITPLUGIN_HASH}

MAINTAINER=	douglas@@douglasthrift.net
COMMENT=	Git plugin for Trac

LICENSE=	BSD

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

USE_PYTHON=		yes
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	TracGit
PYDISTUTILS_PKGVERSION=	${PORTVERSION}dev
WRKSRC=			${WRKDIR}/hvr-trac-git-plugin-${GITPLUGIN_HASH}

PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

GITPLUGIN_HASH=	722342e

.include <bsd.port.mk>
@


1.8
log
@- Update LICENSE

PR:		ports/165289
Submitted by:	Douglas William Thrift <douglas@@douglasthrift.net> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Re-update to git 722342e
- Bump PORTREVISION

PR:             ports/164586
Submitted by:   Radim Kolar <hsn@@sendmail.cz>
Approved by:    douglas@@douglasthrift.net (maintainer)
@
text
@d21 1
a21 1
LICENSE=	GPLv2
@


1.6
log
@- Update to 0.12.0.5

PR:		158521
Submitted by:	Douglas William Thrift <douglas@@douglasthrift.net> (maintainer)
@
text
@d10 1
d16 1
a16 1
DISTNAME=	hvr-trac-git-plugin-v${PORTVERSION}-15-g${GITPLUGIN_HASH}
d21 2
a25 2
LICENSE=	GPLv2

d34 1
a34 1
GITPLUGIN_HASH=	2c21931
@


1.5
log
@- Update to trac-0.12

PR:		ports/148872
Submitted by:	Douglas William Thrift <douglas@@douglasthrift.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.12.0.2.7757
d11 2
a12 1
MASTER_SITES=	http://apt.douglasthrift.net/files/${PORTNAME}/ \
d15 1
a15 1
DISTNAME=	${PORTNAME}-r${PORTVERSION:E}
d22 1
a22 1
BUILD_DEPENDS=	easy_install:${PORTSDIR}/devel/py-setuptools
a26 1
USE_ZIP=		yes
d28 2
a29 2
PYDISTUTILS_PKGVERSION=	${PORTVERSION:R}dev
WRKSRC=			${WRKDIR}/${PORTNAME}/${PORTVERSION:C/(.[0-9]+){3}$//}
d33 1
a33 2
post-extract:
	${CHMOD} -R a+r ${WRKSRC}
@


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.11.0.2.7034
PORTREVISION=	2
d22 1
d28 1
a28 1
PYDISTUTILS_PKGVERSION=	${PORTVERSION:R}
d33 1
a33 1
pre-configure:
@


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
@- Update MASTER_SITES

PR:		140749 140750
Submitted by:	maintainer
@
text
@d10 1
@


1.1
log
@GitTrac is a plugin for Trac which enables Git to be used instead of Subversion
as the VersioningSystemBackend for Trac.

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

PR:		ports/140235
Submitted by:	Douglas Thrift
@
text
@d11 2
a12 1
MASTER_SITES=	http://code.douglasthrift.net/files/${PORTNAME}/
@

