Ticket #29850: patch-Portfile

File patch-Portfile, 753 bytes (added by BjarneDMat, 13 years ago)
Line 
1--- /macports/var/macports/sources/rsync.macports.org/release/ports/php/php5-apc/Portfile       2011-05-21 17:00:18.000000000 +0200
2+++ portfiles/php/php5-apc/Portfile     2011-06-16 13:05:37.000000000 +0200
3@@ -5,7 +5,7 @@
4 PortGroup           php5extension 1.0
5 
6 php5extension.setup apc 3.1.9 pecl
7-revision            1
8+revision            2
9 categories          php devel
10 platforms           darwin
11 maintainers         nomaintainer
12@@ -15,6 +15,9 @@
13 long_description    APC is a free, open, and robust framework for caching and \
14                     optimizing PHP intermediate code.
15 
16+conflicts           php5-eaccelerator   php5-xcache
17+
18+
19 distname            APC-${version}
20 
21 checksums           sha1    417b95e63496de7f785b4917166098c6ac996008 \