mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
- Update to 8.1.9
- While here, fix license and some whitespace and add NO_ARCH PR: 216151 Submitted by: idefix@fechner.net (maintainer)
This commit is contained in:
parent
0a2ec513ec
commit
cfae304303
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431736
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= drush
|
||||
PORTVERSION= 8.1.7
|
||||
PORTVERSION= 8.1.9
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://github.com/drush-ops/drush/releases/download/${DISTVERSION}/
|
||||
DISTNAME= drush
|
||||
@ -11,10 +11,11 @@ EXTRACT_SUFX= .phar
|
||||
MAINTAINER= idefix@fechner.net
|
||||
COMMENT= Drupal command line and scripting interface
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2+
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
USES= php:cli
|
||||
# set php requirements same as drupal itself
|
||||
@ -23,8 +24,8 @@ USE_PHP= gd pcre session mbstring ctype json hash simplexml dom pdo filter phar
|
||||
PLIST_FILES= bin/drush bin/drush.phar
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKSRC}/
|
||||
${CP} ${_DISTDIR}/drush.phar ${WRKSRC}/
|
||||
@${MKDIR} ${WRKSRC}/
|
||||
${CP} ${_DISTDIR}/drush.phar ${WRKSRC}/
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/drush.phar ${STAGEDIR}${PREFIX}/bin/
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1477923940
|
||||
SHA256 (drush.phar) = e44f8ba40e885650f4e3cf91529d1be7869534ccecd30dd77e8d8a0ae1596cd4
|
||||
SIZE (drush.phar) = 5950080
|
||||
TIMESTAMP = 1484590350
|
||||
SHA256 (drush.phar) = 0137528333ac1f230c05322bc95b8bf219fabb46bffb57c51f0a2d64555af7ff
|
||||
SIZE (drush.phar) = 6135132
|
||||
|
Loading…
Reference in New Issue
Block a user