diff options
author | culot <culot@FreeBSD.org> | 2012-12-11 00:57:31 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-12-11 00:57:31 +0800 |
commit | d160ff110bf2f8587cb9819d0c3b7de169e022a2 (patch) | |
tree | 0c96a9421842fab8f305a000224d6e3bcbba85c5 /www/drush/Makefile | |
parent | 02a130be1ed1b0eb95516fe7ce819410e03be46f (diff) | |
download | freebsd-ports-gnome-d160ff110bf2f8587cb9819d0c3b7de169e022a2.tar.gz freebsd-ports-gnome-d160ff110bf2f8587cb9819d0c3b7de169e022a2.tar.zst freebsd-ports-gnome-d160ff110bf2f8587cb9819d0c3b7de169e022a2.zip |
- Udpate to 5.8 [1]
- Trim Makefile header
Changes: http://drupal.org/node/1838762
PR: ports/174322 [1]
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Diffstat (limited to 'www/drush/Makefile')
-rw-r--r-- | www/drush/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/drush/Makefile b/www/drush/Makefile index c8b3e39f11fa..f9f6efb4ba7d 100644 --- a/www/drush/Makefile +++ b/www/drush/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: www/drush -# Date created: April 29th 2010 -# Whom: Thomas Sandford <freebsduser@paradisegreen.co.uk> -# +# Created by: Thomas Sandford <freebsduser@paradisegreen.co.uk> # $FreeBSD$ -# PORTNAME= drush -PORTVERSION= 5.7 +PORTVERSION= 5.8 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drush-7.x-${PORTVERSION} |