diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2002-07-18 17:20:16 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-07-18 17:20:16 +0000 |
commit | daadc315eabe84e98d97b609513343f8e6ec5c28 (patch) | |
tree | 56c79264257315f88545961109f4abb692199e3e /www/mod_auth_kerb2/Makefile | |
parent | 401ab0f9659188c7eb6d1da3540734e458e021b6 (diff) |
mod_auth_kerb distribution has moved to sourceforge.
Update to version 4.11.
(NB: I haven't yet checked this for proper function; this just unbreaks
the compile.)
Notes
Notes:
svn path=/head/; revision=63206
Diffstat (limited to 'www/mod_auth_kerb2/Makefile')
-rw-r--r-- | www/mod_auth_kerb2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_auth_kerb2/Makefile b/www/mod_auth_kerb2/Makefile index e7367ecbc99f..131f2b0ecfc8 100644 --- a/www/mod_auth_kerb2/Makefile +++ b/www/mod_auth_kerb2/Makefile @@ -8,9 +8,10 @@ # Shamelessly stolen from will's mod_auth_any port. PORTNAME= mod_auth_kerb -PORTVERSION= 4.10 +PORTVERSION= 4.11 CATEGORIES= www -MASTER_SITES= http://stonecold.unity.ncsu.edu/software/mod_auth_kerb/downloads/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=modauthkerb MAINTAINER= wollman@FreeBSD.org |