diff options
author | dbaio <dbaio@FreeBSD.org> | 2017-11-13 05:34:26 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2017-11-13 05:34:26 +0800 |
commit | 72fbef5a1dfd71f2909a2871eb77dc1861b960fc (patch) | |
tree | 423ef19f5ba5bcf318c76180378cbd6821d00595 | |
parent | ba4bb9415215e0fa0bb25bc2aa8ead53780a5a94 (diff) | |
download | freebsd-ports-gnome-72fbef5a1dfd71f2909a2871eb77dc1861b960fc.tar.gz freebsd-ports-gnome-72fbef5a1dfd71f2909a2871eb77dc1861b960fc.tar.zst freebsd-ports-gnome-72fbef5a1dfd71f2909a2871eb77dc1861b960fc.zip |
www/mod_auth_gssapi: Update to 1.6.0
It was added support for LibreSSL upstream.
While here, sort USES and add bison as build dependency
because there is an issue when building with byacc < 20170201,
more details in PR 223465.
Changes: https://github.com/modauthgssapi/mod_auth_gssapi/releases/tag/v1.6.0
PR: 223465
Submitted by: Christian Ullrich <chris@chrullrich.net> (maintainer)
-rw-r--r-- | www/mod_auth_gssapi/Makefile | 10 | ||||
-rw-r--r-- | www/mod_auth_gssapi/distinfo | 6 |
2 files changed, 6 insertions, 10 deletions
diff --git a/www/mod_auth_gssapi/Makefile b/www/mod_auth_gssapi/Makefile index 1ff2d34ed2bb..3d38c0895b85 100644 --- a/www/mod_auth_gssapi/Makefile +++ b/www/mod_auth_gssapi/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mod_auth_gssapi -PORTVERSION= 1.5.1 +PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -12,11 +12,10 @@ COMMENT= Apache module for authenticating users with GSSAPI LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +USES= autoreconf bison gssapi:mit,flags libtool ssl +USE_APACHE= 24+ USE_GITHUB= yes GH_ACCOUNT= modauthgssapi - -USE_APACHE= 24+ -USES= autoreconf libtool ssl gssapi:mit,flags GNU_CONFIGURE= yes CONFIGURE_ARGS+= KRB5_CONFIG=${KRB5CONFIG} CONFIGURE_ARGS+= OPENSSL_CFLAGS=-I${OPENSSLINC} @@ -29,9 +28,6 @@ SUB_FILES= ${APMOD_FILE} APMOD_FILE= 240_${PORTNAME}.conf.sample PLIST_SUB+= APMOD_FILE=${APMOD_FILE} -IGNORE_SSL= libressl libressl-devel -IGNORE_SSL_REASON= mod_auth_gssapi currently only supports OpenSSL - do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR} ${APXS} -S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR} \ diff --git a/www/mod_auth_gssapi/distinfo b/www/mod_auth_gssapi/distinfo index 2bb62d49eb0f..b72b6bc621ca 100644 --- a/www/mod_auth_gssapi/distinfo +++ b/www/mod_auth_gssapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1489229901 -SHA256 (modauthgssapi-mod_auth_gssapi-v1.5.1_GH0.tar.gz) = 138f8ffc2d3310b0879ed627adce34716e32812f4bc58d96317972b6a5ad2329 -SIZE (modauthgssapi-mod_auth_gssapi-v1.5.1_GH0.tar.gz) = 108187 +TIMESTAMP = 1510428186 +SHA256 (modauthgssapi-mod_auth_gssapi-v1.6.0_GH0.tar.gz) = 1d5eb2baea2da2d5e5afcb921648305f9e3ffe48f123e6085ca3d8f8e71342ee +SIZE (modauthgssapi-mod_auth_gssapi-v1.6.0_GH0.tar.gz) = 116422 |