diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-05-27 23:20:51 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-05-27 23:20:51 +0000 |
commit | 55ed67f4d0ab5f5e9a3de7cd150de115f88accc4 (patch) | |
tree | 936b42cdc36bd57f2ec988275a6c62bb75948d3b /www/mod_php5/Makefile | |
parent | 1. Add missing continuation line. (diff) |
Upgrade to PHP-3.0.8.
Notes
Notes:
svn path=/head/; revision=19028
Diffstat (limited to 'www/mod_php5/Makefile')
-rw-r--r-- | www/mod_php5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index b272c47c20fa..9e186edc35df 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -3,7 +3,7 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.74 1999/05/04 14:50:32 dirk Exp $ +# $Id: Makefile,v 1.75 1999/05/05 20:16:06 dirk Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -36,7 +36,7 @@ MAINTAINER= dirk@FreeBSD.ORG Y2K= http://www.php.net/y2k.php3 VERSION_APACHE= 1.3.6 -VERSION_PHP3= 3.0.7 +VERSION_PHP3= 3.0.8 USE_PERL5= yes HAS_CONFIGURE= yes |