]> git.pld-linux.org Git - packages/adapter.git/commitdiff
adapter: php-date -> php(date) as well
authorElan Ruusamäe <glen@delfi.ee>
Mon, 3 Sep 2012 08:47:22 +0000 (11:47 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 3 Sep 2012 08:47:22 +0000 (11:47 +0300)
adapter.awk

index a1597d9cec739c24fc8912aa2a6753c355719569..8a131739a8d46d84557cb8a39bc92fe4b475cedc 100644 (file)
@@ -1867,7 +1867,7 @@ function replace_php_virtual_deps(field) {
 #      }
 
        if (field == "requires") {
-               if (pkg ~ /^php-(bcmath|bz2|calendar|ctype|curl|dba|dom|enchant|exif|fileinfo|filter|fpm|ftp|gd|gettext|gmp|hash|iconv|imap|interbase|intl|json|ldap|mbstring|mcrypt|mssql|mysql|mysqli|odbc|openssl|pcntl|pcre|pdo|pdo-dblib|pdo-firebird|pdo-mysql|pdo-odbc|pdo-pgsql|pdo-sqlite|pgsql|phar|posix|pspell|readline|recode|session|shmop|simplexml|snmp|soap|sockets|spl|sqlite|sqlite3|sybase-ct|sysvmsg|sysvsem|sysvshm|tidy|tokenizer|wddx|xml|xmlreader|xmlrpc|xmlwriter|xsl|zip|zlib)/) {
+               if (pkg ~ /^php-(bcmath|bz2|calendar|ctype|curl|dba|date|dom|enchant|exif|fileinfo|filter|fpm|ftp|gd|gettext|gmp|hash|iconv|imap|interbase|intl|json|ldap|mbstring|mcrypt|mssql|mysql|mysqli|odbc|openssl|pcntl|pcre|pdo|pdo-dblib|pdo-firebird|pdo-mysql|pdo-odbc|pdo-pgsql|pdo-sqlite|pgsql|phar|posix|pspell|readline|recode|session|shmop|simplexml|snmp|soap|sockets|spl|sqlite|sqlite3|sybase-ct|sysvmsg|sysvsem|sysvshm|tidy|tokenizer|wddx|xml|xmlreader|xmlrpc|xmlwriter|xsl|zip|zlib)/) {
                        sub(/^php-/, "php(", pkg);
                        sub(/$/, ")", pkg);
                        $2 = pkg
This page took 0.039334 seconds and 4 git commands to generate.