pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(piwik/Makefile) sort DEPENDS by php module names



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Thu Jan 19 13:26:12 2017 +0900
Changeset:	2448e9de569dc8e9f28c543690f5e277a31bad43

Modified Files:
	piwik/Makefile

Log Message:
(piwik/Makefile) sort DEPENDS by php module names

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2448e9de569dc8e9f28c543690f5e277a31bad43

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 piwik/Makefile | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diffs:
diff --git a/piwik/Makefile b/piwik/Makefile
index 61cfa34..858e8bb 100644
--- a/piwik/Makefile
+++ b/piwik/Makefile
@@ -26,19 +26,20 @@ PKHOME=			${PREFIX}/share/piwik
 FILES_SUBST+=		PKHOME=${PKHOME}
 MESSAGE_SUBST+=		DOCDIR=${DOCDIR}
 
-DEPENDS+=	php5[0-9]-zlib-[0-9]*:../../archivers/php-zlib
-DEPENDS+=	php5[0-9]-iconv-[0-9]*:../../converters/php-iconv
-DEPENDS+=	php5[0-9]-gd-[0-9]*:../../graphics/php-gd
-DEPENDS+=	php5[0-9]-json-[0-9]*:../../textproc/php-json
+#DEPENDS+=	php5[0-9]-cli-[0-9]*:../../databases/php-cli
 DEPENDS+=	php5[0-9]-curl-[0-9]*:../../www/php-curl
 DEPENDS+=	php5[0-9]-dom-[0-9]*:../../textproc/php-dom
-DEPENDS+=	php5[0-9]-mysql-[0-9]*:../../databases/php-mysql
-DEPENDS+=	php5[0-9]-mbstring-[0-9]*:../../converters/php-mbstring
-#DEPENDS+=	php5[0-9]-cli-[0-9]*:../../databases/php-cli
+DEPENDS+=	php5[0-9]-gd-[0-9]*:../../graphics/php-gd
 DEPENDS+=	php5[0-9]-geoip-[0-9]*:../../net/php-geoip
-DEPENDS+=	mozilla-rootcerts-[0-9]*:../../security/mozilla-rootcerts
-DEPENDS+=	git-base-[0-9]*:../../devel/git-base
+DEPENDS+=	php5[0-9]-iconv-[0-9]*:../../converters/php-iconv
+DEPENDS+=	php5[0-9]-json-[0-9]*:../../textproc/php-json
+DEPENDS+=	php5[0-9]-mbstring-[0-9]*:../../converters/php-mbstring
+DEPENDS+=	php5[0-9]-mysql-[0-9]*:../../databases/php-mysql
+DEPENDS+=	php5[0-9]-zlib-[0-9]*:../../archivers/php-zlib
+
 DEPENDS+=	bash-[0-9]*:../../shells/bash
+DEPENDS+=	git-base-[0-9]*:../../devel/git-base
+DEPENDS+=	mozilla-rootcerts-[0-9]*:../../security/mozilla-rootcerts
 
 PHP_VERSIONS_ACCEPTED= 54 55 56
 #PHP_VERSION_REQD= 56


Home | Main Index | Thread Index | Old Index