head	1.11;
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.11
date	2013.02.04.14.46.05;	author svnexp;	state Exp;
branches;
next	1.10;

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

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

1.8
date	2012.11.17.06.02.32;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.08.29.03.30.32;	author bdrewery;	state Exp;
branches;
next	1.6;

1.6
date	2012.05.31.11.03.04;	author culot;	state Exp;
branches;
next	1.5;

1.5
date	2012.05.12.07.55.42;	author culot;	state Exp;
branches;
next	1.4;

1.4
date	2012.03.27.20.13.47;	author rm;	state Exp;
branches;
next	1.3;

1.3
date	2011.09.30.11.11.08;	author culot;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311612
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Thomas Sandford <freebsduser@@paradisegreen.co.uk>
# $FreeBSD: head/www/drush/Makefile 311612 2013-02-04 14:15:04Z miwi $

PORTNAME=	drush
PORTVERSION=	5.8
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://ftp.drupal.org/files/projects/
DISTNAME=	drush-7.x-${PORTVERSION}

MAINTAINER=	dgeo@@centrale-marseille.fr
COMMENT=	Drupal command line and scripting interface

LICENSE=	GPLv2

RUN_DEPENDS=	${LOCALBASE}/share/pear/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table

NO_BUILD=	yes

# set php requirements same as drupal itself
USE_PHP=	gd pcre session xml mbstring ctype json hash simplexml dom pdo pdo_mysql
IGNORE_WITH_PHP=4
WANT_PHP_CLI=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}

.include <bsd.port.pre.mk>

do-configure:
	@@${REINPLACE_CMD} -e 's|XXXDATADIRXXX|${DATADIR}|g' ${WRKSRC}/drush

do-install:
	${MKDIR} ${DATADIR}
	( cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR} '! ( -name drush.bat -or -name *.orig -or -name *.bak -or -name .gitignore -or -name LICENSE.txt )' )
	${CHMOD} 755 ${DATADIR}/drush
	${LN} -s ${DATADIR}/drush ${PREFIX}/bin/drush

.include <bsd.port.post.mk>
@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310530
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/www/drush/Makefile 310530 2013-01-17 01:33:20Z wen $
d6 1
d21 1
a21 1
USE_PHP=	gd pcre session xml mbstring ctype json hash
@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308616
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308616 | culot | 2012-12-10 16:57:31 +0000 (Mon, 10 Dec 2012) | 7 lines
## SVN ##
## SVN ## - Udpate to 5.8 [1]
## SVN ## - Trim Makefile header
## SVN ##
## SVN ## Changes:	http://drupal.org/node/1838762
## SVN ## PR:		ports/174322 [1]
## SVN ## Submitted by:	Geoffroy Desvernay <dgeo@@centrale-marseille.fr> (maintainer)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/www/drush/Makefile 308616 2012-12-10 16:57:31Z culot $
d20 1
a20 1
USE_PHP=	gd pcre session xml mbstring ctype
@


1.8
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	www/drush
# Date created:				April 29th 2010
# Whom:	      				Thomas Sandford <freebsduser@@paradisegreen.co.uk>
#
# $FreeBSD: head/www/drush/Makefile 303310 2012-08-29 03:30:32Z bdrewery $
#
d5 1
a5 1
PORTVERSION=	5.7
@


1.7
log
@SVN rev 303310 on 2012-08-29 03:30:32Z by bdrewery

- Update to 5.7

PR:		ports/171147
Submitted by:	Geoffroy Desvernay <dgeo@@centrale-marseille.fr> (maintainer)
Approved by:	eadler, bapt (mentors, implicit)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Update to 5.3

PR:		ports/168488
Submitted by:	Geoffroy Desvernay <dgeo@@centrale-marseille.fr> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	5.3
@


1.5
log
@- Update to 5.1

PR:		ports/167800
Submitted by:	Geoffroy Desvernay <dgeo@@centrale-marseille.fr> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	5.1
@


1.4
log
@- update to 5.0

PR:		166439
Submitted by:	Geoffroy Desvernay <dgeo at centrale-marseille dot fr> (maintainer)
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	5.0
@


1.3
log
@- Update to 4.5

PR:		ports/161149
Submitted by:	Geoffroy Desvernay <dgeo@@centrale-marseille.fr> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	4.5
a17 1
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
@


1.2
log
@- Update to 4.4
- Transfer maintainership to the submitter

PR:		ports/156885
Submitted by:	geoffroy desvernay <dgeo@@centrale-marseille.fr>
Approved by:	Thomas Sandford <freebsduser@@paradisegreen.co.uk> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	4.4
a16 2
RUN_DEPENDS=	${LOCALBASE}/share/pear/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table

d20 2
@


1.1
log
@Drush is a command line shell and Unix scripting interface for the Drupal CMS
and is designed to make life easier for those who spend some of their working
hours hacking away at the command prompt.

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

PR:		ports/146185
Submitted by:	Thomas Sandford <freebsduser at paradisegreen.co.uk>
@
text
@d9 1
a9 1
PORTVERSION=	3.0
d12 1
a12 1
DISTNAME=	drush-All-versions-${PORTVERSION}
d14 1
a14 1
MAINTAINER=	freebsduser@@paradisegreen.co.uk
d17 5
d25 1
a25 1
USE_PHP=	gd pcre session xml mbstring
d27 1
a27 1
WANT_PHP_WEB=	yes
d38 3
a40 2
	( cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR} '! ( -name drush -or -name drush.bat -or -name *.orig -or -name *.bak )' )
	${INSTALL_SCRIPT} ${WRKSRC}/drush ${PREFIX}/bin
@

