head	1.6;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2013.03.02.19.37.24;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2013.01.26.19.10.07;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.06.02.31;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2011.08.31.15.53.45;	author crees;	state Exp;
branches;
next	1.2;

1.2
date	2011.07.29.08.36.46;	author crees;	state Exp;
branches;
next	1.1;

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


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313237
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Nick Hilliard <nick@@foobar.org>
# $FreeBSD: head/www/drupal6-path_redirect/Makefile 313237 2013-03-02 14:39:16Z miwi $

PORTNAME=	path_redirect
DISTVERSION=	6.x-1.0-rc2
CATEGORIES=	www

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	Drupal module to allow redirects

USE_DRUPAL=	yes
DRUPAL6_MODULE=	yes

MODULE_FILES=	generate/path_redirect_generate.drush.inc \
		generate/path_redirect_generate.info \
		generate/path_redirect_generate.module \
		path_redirect.admin.inc path_redirect.info \
		path_redirect.install path_redirect.js path_redirect.module \
		path_redirect.test

MODULE_DIRS=	generate

DOC_FILES=	LICENSE.txt README.txt

.include <bsd.port.mk>
@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311043
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/www/drupal6-path_redirect/Makefile 311043 2013-01-26 19:06:31Z crees $
d5 1
a5 1
DISTVERSION=	6.x-1.0-beta6
d8 1
a8 1
MAINTAINER=	ports@@FreeBSD.org
@


1.4
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	drupal6-path_redirect
# Date created:				February 24, 2010
# Whom:					Nick Hilliard <nick@@foobar.org>
#
# $FreeBSD: head/www/drupal6-path_redirect/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d8 1
a8 1
MAINTAINER=	nick@@foobar.org
@


1.3
log
@Use USE_DRUPAL instead of including bsd.drupal.mk
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Begin process of removal of drupal5 ports:

- Stop using the bsd.drupal.mk in drupal5/ and use the Mk/ version
- Deprecate the drupal5 ports for removal on 29/Aug

Submitted by:	Nick Hilliard <nick@@foobar.org> (maintainer)
@
text
@d15 1
d29 1
a29 3
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.drupal.mk"
.include <bsd.port.post.mk>
@


1.1
log
@drupal6-path_redirect is a Drupal module which allows you to specify a
redirect from one path to another path or an external URL, using any HTTP
redirect status.

WWW: http://drupal.org/project/path_redirect

PR:		ports/144266
Submitted by:	Nick Hilliard <nick at foobar.org>
@
text
@d29 1
a29 1
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
@

