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

(-)Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	drush
4
PORTNAME=	drush
5
PORTVERSION=	6.2.0
5
PORTVERSION=	6.4.0
6
CATEGORIES=	www
6
CATEGORIES=	www
7
7
8
MAINTAINER=	dgeo@centrale-marseille.fr
8
MAINTAINER=	dgeo@centrale-marseille.fr
Lines 17-23 Link Here
17
GH_ACCOUNT=	${PORTNAME}-ops
17
GH_ACCOUNT=	${PORTNAME}-ops
18
GH_PROJECT=	${PORTNAME}
18
GH_PROJECT=	${PORTNAME}
19
GH_TAGNAME=	${PORTVERSION}
19
GH_TAGNAME=	${PORTVERSION}
20
GH_COMMIT=	b1a8edb
20
GH_COMMIT=	fd4baef
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
22
23
# set php requirements same as drupal itself
23
# set php requirements same as drupal itself
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (drush-6.2.0.tar.gz) = 236b2365dce7490e4ee87f6d3ce82da01d0d2ad25c0e936a960a22cd2b72616b
1
SHA256 (drush-6.4.0.tar.gz) = ee48d3c6d17db9bf09b0d475213b89826f6daaa9ba7781fca510238b99089026
2
SIZE (drush-6.2.0.tar.gz) = 504555
2
SIZE (drush-6.4.0.tar.gz) = 508662
(-)pkg-plist (+1 lines)
Lines 215-220 Link Here
215
%%DATADIR%%/commands/core/docs.drush.inc
215
%%DATADIR%%/commands/core/docs.drush.inc
216
%%DATADIR%%/commands/core/core.drush.inc
216
%%DATADIR%%/commands/core/core.drush.inc
217
%%DATADIR%%/commands/core/cache.drush.inc
217
%%DATADIR%%/commands/core/cache.drush.inc
218
%%DATADIR%%/commands/core/browse.drush.inc
218
%%DATADIR%%/commands/core/archive.drush.inc
219
%%DATADIR%%/commands/core/archive.drush.inc
219
%%DATADIR%%/classes/DrushRole.php
220
%%DATADIR%%/classes/DrushRole.php
220
@dirrmtry %%DATADIR%%/tests/resources
221
@dirrmtry %%DATADIR%%/tests/resources

Return to bug 194254