]> git.pld-linux.org Git - packages/adapter.git/commitdiff
adapter: php-reflection to virtual
authorElan Ruusamäe <glen@delfi.ee>
Thu, 22 May 2014 07:17:37 +0000 (10:17 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 22 May 2014 07:17:37 +0000 (10:17 +0300)
adapter.awk

index 003418b522a2b67c2b122f9564677914af788f63..f5db6e618648315f195b20867ce9611e3802b0f2 100644 (file)
@@ -1961,7 +1961,7 @@ function replace_php_virtual_deps(field) {
 #      }
 
        if (field == "requires:" || field == "suggests:") {
-               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)/) {
+               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|reflection|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.069726 seconds and 4 git commands to generate.