diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2008-12-26 16:09:08 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2008-12-26 16:09:08 +0800 |
commit | c41dcfa59a752af678b793ac33d3ca80f96767a3 (patch) | |
tree | 0e1ea73ebb9d114a8f48a4cb5f976bb4c1fba36f /www | |
parent | 975e7af75c8673e2b2bbd04e841f210752fd2887 (diff) | |
download | freebsd-ports-gnome-c41dcfa59a752af678b793ac33d3ca80f96767a3.tar.gz freebsd-ports-gnome-c41dcfa59a752af678b793ac33d3ca80f96767a3.tar.zst freebsd-ports-gnome-c41dcfa59a752af678b793ac33d3ca80f96767a3.zip |
- Update to 5.4 [1]
- Use SF macro
- Require apache 2.0+ (conn_rec.id structure incompatabilities)
PR: ports/129470
Submited by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: araujo (mentor, implicit)
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_kerb/Makefile | 6 | ||||
-rw-r--r-- | www/mod_auth_kerb/distinfo | 6 | ||||
-rw-r--r-- | www/mod_auth_kerb2/Makefile | 6 | ||||
-rw-r--r-- | www/mod_auth_kerb2/distinfo | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/www/mod_auth_kerb/Makefile b/www/mod_auth_kerb/Makefile index fa20bc6a78e4..edd0180a5e7a 100644 --- a/www/mod_auth_kerb/Makefile +++ b/www/mod_auth_kerb/Makefile @@ -8,9 +8,9 @@ # Shamelessly stolen from will's mod_auth_any port. PORTNAME= mod_auth_kerb -PORTVERSION= 5.3 +PORTVERSION= 5.4 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR=modauthkerb MAINTAINER= apache@FreeBSD.org @@ -22,7 +22,7 @@ COMMENT= An Apache module for authenticating users with Kerberos v5 # (i.e., HTTP over SSL/TLS). Thus, we require as a dependency # a version of Apache which can do this. # -USE_APACHE= 1.3+ +USE_APACHE= 2.0+ USE_GMAKE= yes # Don't fsck with CFLAGS CFLAGS:= diff --git a/www/mod_auth_kerb/distinfo b/www/mod_auth_kerb/distinfo index 6dbf5e62c392..50f52ef4452f 100644 --- a/www/mod_auth_kerb/distinfo +++ b/www/mod_auth_kerb/distinfo @@ -1,3 +1,3 @@ -MD5 (mod_auth_kerb-5.3.tar.gz) = a363588578050b3d320a2ceccf3ed666 -SHA256 (mod_auth_kerb-5.3.tar.gz) = 89cd779a94405521770cbcb169af5af61e7f2aad91c4f4b82efaae35df7595ec -SIZE (mod_auth_kerb-5.3.tar.gz) = 73530 +MD5 (mod_auth_kerb-5.4.tar.gz) = 642b81763ad3ca81dba359cb952da5e3 +SHA256 (mod_auth_kerb-5.4.tar.gz) = 690ddd66c6d941e2fa2dada46588329a6f57d0a3b9b2fd9bf055ebc427558265 +SIZE (mod_auth_kerb-5.4.tar.gz) = 93033 diff --git a/www/mod_auth_kerb2/Makefile b/www/mod_auth_kerb2/Makefile index fa20bc6a78e4..edd0180a5e7a 100644 --- a/www/mod_auth_kerb2/Makefile +++ b/www/mod_auth_kerb2/Makefile @@ -8,9 +8,9 @@ # Shamelessly stolen from will's mod_auth_any port. PORTNAME= mod_auth_kerb -PORTVERSION= 5.3 +PORTVERSION= 5.4 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR=modauthkerb MAINTAINER= apache@FreeBSD.org @@ -22,7 +22,7 @@ COMMENT= An Apache module for authenticating users with Kerberos v5 # (i.e., HTTP over SSL/TLS). Thus, we require as a dependency # a version of Apache which can do this. # -USE_APACHE= 1.3+ +USE_APACHE= 2.0+ USE_GMAKE= yes # Don't fsck with CFLAGS CFLAGS:= diff --git a/www/mod_auth_kerb2/distinfo b/www/mod_auth_kerb2/distinfo index 6dbf5e62c392..50f52ef4452f 100644 --- a/www/mod_auth_kerb2/distinfo +++ b/www/mod_auth_kerb2/distinfo @@ -1,3 +1,3 @@ -MD5 (mod_auth_kerb-5.3.tar.gz) = a363588578050b3d320a2ceccf3ed666 -SHA256 (mod_auth_kerb-5.3.tar.gz) = 89cd779a94405521770cbcb169af5af61e7f2aad91c4f4b82efaae35df7595ec -SIZE (mod_auth_kerb-5.3.tar.gz) = 73530 +MD5 (mod_auth_kerb-5.4.tar.gz) = 642b81763ad3ca81dba359cb952da5e3 +SHA256 (mod_auth_kerb-5.4.tar.gz) = 690ddd66c6d941e2fa2dada46588329a6f57d0a3b9b2fd9bf055ebc427558265 +SIZE (mod_auth_kerb-5.4.tar.gz) = 93033 |