head	1.14;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.5
	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.14
date	2012.11.28.15.09.22;	author svnexp;	state dead;
branches;
next	1.13;

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

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

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

1.10
date	2010.05.18.04.08.04;	author pgollucci;	state Exp;
branches;
next	1.9;

1.9
date	2010.05.05.21.52.36;	author pgollucci;	state Exp;
branches;
next	1.8;

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

1.7
date	2009.05.06.22.15.18;	author glarkin;	state Exp;
branches;
next	1.6;

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

1.5
date	2009.01.19.23.12.59;	author beech;	state Exp;
branches;
next	1.4;

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

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

1.2
date	2007.07.31.13.47.43;	author pav;	state Exp;
branches;
next	1.1;

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


desc
@@


1.14
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/307908
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307908 | bapt | 2012-11-28 15:08:00 +0000 (Wed, 28 Nov 2012) | 14 lines
## SVN ##
## SVN ## 2012-11-26 emulators/gcube: No more public distfiles
## SVN ## 2012-11-26 games/stepbill: No more public distfiles
## SVN ## 2012-11-26 deskutils/ktagebuch: No more public distfiles
## SVN ## 2012-11-26 games/jetpack: No more public distfiles
## SVN ## 2012-11-26 games/tremor: No more public distfiles
## SVN ## 2012-11-26 graphics/jpeg2pdf: No more public distfiles
## SVN ## 2012-11-26 java/westhawksnmp: No more public distfiles
## SVN ## 2012-11-26 japanese/tcl76: No more public distfiles
## SVN ## 2012-11-26 math/stepulator: No more public distfiles
## SVN ## 2012-11-26 editors/jedit-devel: Stable version is more recent than devel
## SVN ## 2012-11-26 www/trac-wikirename: Functionality of this plugin is included in the Trac core since 0.12
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for: trac-wikirename
# Date created:                      May 18 2007
# Whom:                              Gerrit Beine <gerrit.beine@@gmx.de>
#
# $FreeBSD: head/www/trac-wikirename/Makefile 306452 2012-10-26 18:48:09Z rm $
#

PORTNAME=	wikirename
PORTVERSION=	2.1.1
PORTREVISION=	2
CATEGORIES=	www devel python
MASTER_SITES=	http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX=	trac-
DISTNAME=	${PORTNAME}plugin-${PORTVERSION}

MAINTAINER=	glarkin@@FreeBSD.org
COMMENT=	Renames Wiki pages

DEPRECATED=	Functionality of this plugin is included in the Trac core since 0.12
EXPIRATION_DATE=2012-11-26

RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac
#		${PYTHON_SITELIBDIR}/TracCtxtnavAdd-2.0-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-ctxtnavadd

WRKSRC=		${WRKDIR}/${PORTNAME}plugin
USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	TracWikiRename

.include <bsd.port.mk>
@


1.13
log
@Switch exporter over
@
text
@@


1.12
log
@SVN rev 306452 on 2012-10-26 18:48:09Z by rm

- Mark as deprecated. The functionality of this plugin is available in the Trac
  core as of 0.12. Set expiration date to 2012-11-26

PR:		173023
Submitted by:	rm (myself)
Approved by:	glarkin (maintainer, by mail)
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@SVN rev 302329 on 2012-08-09 06:58:03Z by rm

Disable dependency on just removed www/trac-ctxtnavadd to unbreak INDEX.
I overlooked this consumers in a first place, but they should be marked
deprecated too, because:

 - www/trac-wikirename deprecated upstream (merged into trac 0.12) [1]
 - www/trac-wikitemplates do not supposed to work with trac >10 according to [2]

[1] http://trac-hacks.org/wiki/WikiRenamePlugin
[2] http://pypi.python.org/pypi/TracWikiTemplates

Now I waiting for Greg's approval to deprecate them.

Approved by:    glarkin (maintainer, implicit)
@
text
@d19 3
@


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

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d19 2
a20 2
RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac \
		${PYTHON_SITELIBDIR}/TracCtxtnavAdd-2.0-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-ctxtnavadd
@


1.9
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.8
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.7
log
@- Take maintainership
@
text
@d22 1
a22 1
USE_PYTHON=	2.3+
@


1.6
log
@- Reset maintainer

PR:		133702
Submitted by:	Gerrit Beine <gerrit.beine@@gmx.de>
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.5
log
@- Update to version 2.1.1

PR:		ports/130706
Submitted by:	Gerrit Beine <gerrit.beine@@gmx.de> (maintainer)
@
text
@d15 1
a15 1
MAINTAINER=	gerrit.beine@@gmx.de
@


1.4
log
@- Bump PORTREVISION after arp update

PR:		125269 125274
@
text
@d9 1
a9 2
PORTVERSION=	1.2
PORTREVISION=	2
d19 1
a19 2
		${PYTHON_SITELIBDIR}/TracCtxtnavAdd-1.1_r1-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-ctxtnavadd \
		${PYTHON_SITELIBDIR}/TracWebAdmin-0.1.2dev-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-webadmin
@


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
@- Fix with new python infrastructure
@
text
@d10 1
@


1.1
log
@This plugin allows you to rename wiki pages.

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

Submitted by:	Gerrit Beine <gerrit.beine at gmx.de>
@
text
@a17 1
BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
a22 1
NO_BUILD=	yes
d24 2
a25 2
USE_PYDISTUTILS=yes
PLIST_SUB+=	PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
@

