summaryrefslogtreecommitdiffstats
path: root/php-pear
diff options
context:
space:
mode:
authorVlad Glagolev2013-03-24 17:29:48 +0400
committerVlad Glagolev2013-03-24 17:29:48 +0400
commitd459a4dc876739a515e5875051a7fcdd94f50675 (patch)
tree052964c41f35be50814f9a878d741d0b46010504 /php-pear
parent3f0db8c120b87f7adaff8cab21f5241c2c80cbef (diff)
fileinfo: added conflicts with PHP >=5.3
Diffstat (limited to 'php-pear')
-rwxr-xr-xphp-pear/fileinfo/CONFLICTS6
-rw-r--r--php-pear/fileinfo/HISTORY3
2 files changed, 9 insertions, 0 deletions
diff --git a/php-pear/fileinfo/CONFLICTS b/php-pear/fileinfo/CONFLICTS
new file mode 100755
index 0000000000..fc3ae33a60
--- /dev/null
+++ b/php-pear/fileinfo/CONFLICTS
@@ -0,0 +1,6 @@
+. "$GRIMOIRE/FUNCTIONS" &&
+
+# PHP >=5.3 includes fileinfo
+if spell_ok php && is_version_less 5.2.9999 $(installed_version php); then
+ conflicts php y
+fi
diff --git a/php-pear/fileinfo/HISTORY b/php-pear/fileinfo/HISTORY
index a6fc993562..9f9418a5b5 100644
--- a/php-pear/fileinfo/HISTORY
+++ b/php-pear/fileinfo/HISTORY
@@ -1,2 +1,5 @@
+2013-03-24 Vlad Glagolev <stealth@sourcemage.org>
+ * CONFLICTS: added, for conflicts with PHP >=5.3
+
2010-04-02 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS, DEPENDS, PRE_BUILD, FINAL, TRIGGERS: spell created