diff options
author | dirk <dirk@FreeBSD.org> | 1999-09-08 21:43:13 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-09-08 21:43:13 +0800 |
commit | b262a61e42a05176e299ab6876daffea04333eee (patch) | |
tree | ff129489a535959568e0a0eb18dd264cd7a8130d /www | |
parent | e891181dcd841c179a2dedb525349009a6a47b9a (diff) | |
download | freebsd-ports-gnome-b262a61e42a05176e299ab6876daffea04333eee.tar.gz freebsd-ports-gnome-b262a61e42a05176e299ab6876daffea04333eee.tar.zst freebsd-ports-gnome-b262a61e42a05176e299ab6876daffea04333eee.zip |
Add php_pdf.c.diff to PATCHFILES in order to make PHP-3 aware of the
new pdflib-2.01.
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php3/Makefile | 3 | ||||
-rw-r--r-- | www/mod_php3/distinfo | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 6a11faaa6a63..07672153ea81 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -42,7 +42,8 @@ MASTER_SITES= http://www.apache.org/dist/ \ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz PATCH_SITES= http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ -PATCHFILES= php_configure.diff php_gd.c.diff php_php3_gd.h.diff +PATCHFILES= php_configure.diff php_gd.c.diff php_php3_gd.h.diff \ + php_pdf.c.diff MAINTAINER= dirk@FreeBSD.org diff --git a/www/mod_php3/distinfo b/www/mod_php3/distinfo index 91589e982fe3..628ff129585e 100644 --- a/www/mod_php3/distinfo +++ b/www/mod_php3/distinfo @@ -4,3 +4,4 @@ MD5 (mod_ssl-2.4.2-1.3.9.tar.gz) = e30f679aeb4e24f1c4d4cefc6fb10c39 MD5 (php_configure.diff) = 69d8e2e6d49d9e37aab6e8d9765bcb1d MD5 (php_gd.c.diff) = da5f001772417a1a65711be55f1cd38c MD5 (php_php3_gd.h.diff) = d9da6e7fecafc5a57dcd320a943c22fd +MD5 (php_pdf.c.diff) = 9468644eeade2d03e7f5409f7108ea4b |