View | Details | Raw Unified | Return to bug 177957
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	drush
4
PORTNAME=	drush
5
PORTVERSION=	5.8
5
PORTVERSION=	5.9
6
PORTREVISION=	1
7
CATEGORIES=	www
6
CATEGORIES=	www
8
MASTER_SITES=	http://ftp.drupal.org/files/projects/
7
MASTER_SITES=	http://ftp.drupal.org/files/projects/
9
DISTNAME=	drush-7.x-${PORTVERSION}
8
DISTNAME=	drush-7.x-${PORTVERSION}
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (drush-7.x-5.8.tar.gz) = 15dd85f04c49b4a896b02dd6960d3140f3ae680bab3eea5d3aba27be0481e480
1
SHA256 (drush-7.x-5.9.tar.gz) = 3acc2a2491fef987c17e85122f7d3cd0bc99cefd1bc70891ec3a1c4fd51dccee
2
SIZE (drush-7.x-5.8.tar.gz) = 409642
2
SIZE (drush-7.x-5.9.tar.gz) = 414897
(-)pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
and is designed to make life easier for those who spend some of their working
2
and is designed to make life easier for those who spend some of their working
3
hours hacking away at the command prompt.
3
hours hacking away at the command prompt.
4
4
5
WWW:	http://drupal.org/project/drush
5
WWW: http://drupal.org/project/drush
(-)pkg-plist (+1 lines)
Lines 125-130 Link Here
125
%%DATADIR%%/tests/makefiles/get.make
125
%%DATADIR%%/tests/makefiles/get.make
126
%%DATADIR%%/tests/makefiles/patches.make
126
%%DATADIR%%/tests/makefiles/patches.make
127
%%DATADIR%%/tests/makefiles/md5-succeed.make
127
%%DATADIR%%/tests/makefiles/md5-succeed.make
128
%%DATADIR%%/tests/drushScriptTest.php
128
%%DATADIR%%/tests/quickDrupalTest.php
129
%%DATADIR%%/tests/quickDrupalTest.php
129
%%DATADIR%%/tests/completetest.drush.inc
130
%%DATADIR%%/tests/completetest.drush.inc
130
%%DATADIR%%/tests/completetestsite.drush.inc
131
%%DATADIR%%/tests/completetestsite.drush.inc

Return to bug 177957