SPECS: adapter.awk - php virtual deps are not always correct

glen glen at pld-linux.org
Sat Jun 9 11:17:18 CEST 2007


Author: glen                         Date: Sat Jun  9 09:17:18 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- php virtual deps are not always correct

---- Files affected:
SPECS:
   adapter.awk (1.356 -> 1.357) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.356 SPECS/adapter.awk:1.357
--- SPECS/adapter.awk:1.356	Mon Jun  4 16:00:37 2007
+++ SPECS/adapter.awk	Sat Jun  9 11:17:13 2007
@@ -1654,7 +1654,7 @@
 
 	if (pkg ~ /^php-[a-z]/ && pkg !~ /^php-(pear|common|cli|devel|fcgi|cgi|dirs|program|pecl-)/) {
 		sub(/^php-/, "php(", pkg);
-		sub(/$/, ")", pkg);
+		sub(/$/, ") # verify this correctness -- it may be wanted to use specific not virtual dep", pkg);
 		$2 = pkg
 	}
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.356&r2=1.357&f=u



More information about the pld-cvs-commit mailing list