diff options
author | John Fieber <jfieber@FreeBSD.org> | 1996-02-07 03:15:44 +0000 |
---|---|---|
committer | John Fieber <jfieber@FreeBSD.org> | 1996-02-07 03:15:44 +0000 |
commit | f57ff806efbc2b5ed9403373871b4168927a721f (patch) | |
tree | f61b880b1ce42b0a94d3fe59ad2019730417c05f /www/mod_php5 | |
parent | Fix off by one error in malloc parameters. (diff) |
Upgrade to 1.0.2.
Notes
Notes:
svn path=/head/; revision=2681
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/Makefile | 6 | ||||
-rw-r--r-- | www/mod_php5/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 5d7780f5aafb..6e6134ae0891 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -3,11 +3,11 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.5 1995/12/02 23:07:08 jfieber Exp $ +# $Id: Makefile,v 1.6 1995/12/04 12:56:18 jfieber Exp $ # -DISTNAME= apache_1.0.0 -PKGNAME= apache-1.0.0 +DISTNAME= apache_1.0.2 +PKGNAME= apache-1.0.2 CATEGORIES+= www MASTER_SITES= ftp://www.apache.org/apache/dist/ MASTER_SITES+= ftp://gd.tuwien.ac.at/pub/infosys/servers/http/apache/dist/ diff --git a/www/mod_php5/distinfo b/www/mod_php5/distinfo index 7cdb0fddfe37..a92e442df47d 100644 --- a/www/mod_php5/distinfo +++ b/www/mod_php5/distinfo @@ -1 +1 @@ -MD5 (apache_1.0.0.tar.gz) = bdff48e2b0c37cb0a8b1db9259a00d0c +MD5 (apache_1.0.2.tar.gz) = ccb2ab1edc85244b9524cf1e33aa2e01 |