diff options
author | tv <tv@pkgsrc.org> | 2001-01-13 15:25:04 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2001-01-13 15:25:04 +0000 |
commit | de705a81f0e907272003b07c0e6ee4ed072022c6 (patch) | |
tree | 3c6948722ec4ba0cdc197353763ce47092702bbb /www/apache | |
parent | f48de1ea7551fb723c3c6b2214c418f6062b2bf7 (diff) | |
download | pkgsrc-de705a81f0e907272003b07c0e6ee4ed072022c6.tar.gz |
Use the "nb" convention to distinguish the teeny version bump caused by
pkgsrc (instead of a real version number change in the program).
Diffstat (limited to 'www/apache')
-rw-r--r-- | www/apache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index c34b99d0829..b154e244885 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2000/12/22 19:41:52 jlam Exp $ +# $NetBSD: Makefile,v 1.56 2001/01/13 15:25:04 tv Exp $ # # The fourth number in the PKGNAME version indicates a NetBSD pkg revision # (to indicate changes in the shipped third party patches such as the mod_ssl @@ -8,7 +8,7 @@ # code hooks that allow mod_ssl to be compiled separately later, if desired). DISTNAME= apache_1.3.14 -PKGNAME= apache-1.3.14.1 +PKGNAME= apache-1.3.14nb1 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.modssl.org/source/ \ |