diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-01-02 16:40:05 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-01-02 16:40:05 +0000 |
commit | a634d18f8a374596bb6e7e6d30fe92c7fb31935f (patch) | |
tree | 688ef770d13037190f3b8befd5e4f000a5b2751b /www/apache13/Makefile | |
parent | Add PKGNAME ("beta" not allowed in package name). (diff) |
Upgrade to 1.2b4
Notes
Notes:
svn path=/head/; revision=5167
Diffstat (limited to 'www/apache13/Makefile')
-rw-r--r-- | www/apache13/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index d5296140f6ba..43c5dd4877e5 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: apache HTTPD and HTTPSD -# Version required: 1.2b3 +# Version required: 1.2b4 # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.24 1996/12/11 21:04:21 markm Exp $ +# $Id: Makefile,v 1.25 1996/12/25 22:53:22 ache Exp $ # -DISTNAME= apache_1.2b3 -PKGNAME= apache-1.2b3 +DISTNAME= apache_1.2b4 +PKGNAME= apache-1.2b4 CATEGORIES= www MASTER_SITES= ftp://www.apache.org/apache/dist/ |