diff -ur /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/phpstylist/Portfile ./Portfile
old
|
new
|
|
21 | 21 | distfiles phpStylist-${version}.zip |
22 | 22 | use_zip yes |
23 | 23 | |
| 24 | depends_run port:php52 |
| 25 | |
24 | 26 | checksums sha1 a2eb56b0166c4075572664cdcad8957973f08725 \ |
25 | 27 | rmd160 c9fec853c35f7e5a2993a27bcea88040b80f2814 |
26 | 28 | |
diff -ur /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/phpstylist/files/patch-phpStylist.php.diff ./files/patch-phpStylist.php.diff
old
|
new
|
|
1 | 1 | --- phpStylist_old.php 2007-07-07 01:03:34.000000000 +0200 |
2 | 2 | +++ phpStylist.php 2011-05-30 00:14:25.000000000 +0200 |
3 | 3 | @@ -1,3 +1,5 @@ |
4 | | +#! /usr/bin/php |
| 4 | +#! /usr/bin/env php |
5 | 5 | + |
6 | 6 | <?php |
7 | 7 | /***************************************************************************** |