diff options
author | simonb <simonb> | 1999-10-05 02:18:51 +0000 |
---|---|---|
committer | simonb <simonb> | 1999-10-05 02:18:51 +0000 |
commit | 1c221ba5a66ccb11d9369e391035c9e5aa2a18b5 (patch) | |
tree | dede4d19f6c21ae680d315f4bdcf0e45a50c68ef /www/ap-auth-cookie | |
parent | cd6e713be097101166fbcaba349372e210af15ae (diff) | |
download | pkgsrc-1c221ba5a66ccb11d9369e391035c9e5aa2a18b5.tar.gz |
Bump version to 1.7 - that's the version number in the distfile.
Diffstat (limited to 'www/ap-auth-cookie')
-rw-r--r-- | www/ap-auth-cookie/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile index 8ec80a72ca1..d9d83cdd8fb 100644 --- a/www/ap-auth-cookie/Makefile +++ b/www/ap-auth-cookie/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.12 1999/04/30 17:05:20 tv Exp $ +# $NetBSD: Makefile,v 1.13 1999/10/05 02:18:51 simonb Exp $ # # There are a few more mod_auth_cookie's out there doing slightly # different things. This one pkg would be a good place to dump them all in # one. DISTNAME= mod_auth_cookie.c -PKGNAME= ap-auth-cookie-1.6.1 +PKGNAME= ap-auth-cookie-1.7 NO_WRKSUBDIR= yes CATEGORIES= www MASTER_SITES= ftp://ftp.kciLink.com/pub/ |