head	1.11;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	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.11
date	2013.02.28.17.51.58;	author svnexp;	state Exp;
branches;
next	1.10;

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

1.9
date	2012.10.30.19.39.58;	author rm;	state Exp;
branches;
next	1.8;

1.8
date	2010.12.25.16.55.39;	author sunpoet;	state Exp;
branches;
next	1.7;

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

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

1.5
date	2010.07.29.19.13.27;	author brooks;	state Exp;
branches;
next	1.4;

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

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

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

1.1
date	2009.01.23.23.27.08;	author brooks;	state Exp;
branches;
next	;


desc
@@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313115
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/www/trac-mercurial/Makefile 313115 2013-02-28 17:06:36Z brooks $

PORTNAME=	${PYDISTUTILS_PKGNAME:S;^Trac;;:L}
PORTVERSION=	0.12.0.1
PORTREVISION=	1
CATEGORIES=	www devel python
MASTER_SITES=	LOCAL/pgollucci
PKGNAMEPREFIX=	trac-
DISTNAME=	${PORTNAME}plugin-${PORTVERSION}
DIST_SUBDIR=	trac

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Plugin to use Mercurial instead of Subversion in Trac

RUN_DEPENDS+=	hg:${PORTSDIR}/devel/mercurial \
		tracd:${PORTSDIR}/www/trac

USE_PYTHON=	-2.7
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	TracMercurial
PYDISTUTILS_PKGVERSION=	0.12.0.23dev
PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

.if defined(BOOTSTRAP)
do-fetch:
	${MKDIR} ${WRKDIR}
	svn export http://svn.edgewall.org/repos/trac/plugins/0.12/mercurial-plugin ${WRKSRC}
	${MKDIR} ${_DISTDIR}
	cd ${WRKDIR} && \
	    tar cfvz ${_DISTDIR}/${DISTNAME}.tar.gz ${DISTNAME}
.endif

.include <bsd.port.mk>
@


1.10
log
@Switch exporter over
@
text
@d1 1
a1 2
# Created by: Brooks Davis <brooks@@freebsd.org>
# $FreeBSD: head/www/trac-mercurial/Makefile 306696 2012-10-30 19:39:58Z rm $
d12 1
a12 1
MAINTAINER=	brooks@@FreeBSD.org
@


1.9
log
@SVN rev 306696 on 2012-10-30 19:39:58Z by rm

- do not directly depend on setuptools, use USE_DISTUTILS instead
- bump PORTREVISION because of dependency change
- trim Makefile header
- remove indefinite article in COMMENT
- limit python version to 2.x only

PR:		173102
Submitted by:	rm (myself)
Approved by:	brooks (maintainer, by mail)
Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.8
log
@- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		ports/152844
Submitted by:	sunpoet (myself)
Approved by:	miwi (with portmgr hat)
@
text
@d1 1
a1 4
# New ports collection makefile for: trac-mercurial
# Date created:                      January 23, 2009
# Whom:                              Brooks Davis <brooks@@freebsd.org>
#
a2 1
#
d6 1
d14 1
a14 1
COMMENT=	A plugin to use Mercurial instead of Subversion in Trac
a17 1
BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
d19 2
a20 3
USE_PYTHON=	yes
NO_BUILD=	yes
USE_PYDISTUTILS=yes
d22 2
a23 3
PYDISTUTILS_NOEGGINFO=	yes

PLIST_FILES=	%%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-0.12.0.23dev-py${PYTHON_VER}.egg
@


1.7
log
@- egg version != software version (yay!)

Reported by:    QAT
@
text
@d16 1
a16 1
MAINTAINER=	brooks@@freebsd.org
@


1.6
log
@- Update to 0.12.0.1, use my LOCAL site for distfile

PR:             ports/152496
Submitted by:   Rick Richard <rick@@sloservers.com>
Approved by:    maintainer timeout (brooks ; 16 days)
@
text
@d29 1
a29 1
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg
@


1.5
log
@Upgrade to 0.11.0.9 which will work with recent versions of Mercurial.

General cleanups.
@
text
@d9 1
a9 1
PORTVERSION=	0.11.0.9
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	brooks
d34 1
a34 1
	svn export http://svn.edgewall.org/repos/trac/plugins/0.11/mercurial-plugin ${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.7
PORTREVISION=	2
d15 1
a27 1
WRKSRC=		${WRKDIR}/${PORTNAME}plugin
d32 8
a39 2
do-build:
	@@${DO_NADA}
@


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 a plugin for Trac which enables Mercurial to be used instead of Subversion
as the VersioningSystemBackend for Trac.

WWW: http://trac.edgewall.org/wiki/TracMercurial
@
text
@d23 1
a23 1
USE_PYTHON=	2.3+
@

