mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
www/mod_authnz_external24: update to 3.3.3
- switch upstream to Github Changelog: https://github.com/phokz/mod-auth-external/releases/tag/mod_authnz_external-3.3.3 PR: 284098 Approved by: eugene@zhegan.in (maintainer timeout)
This commit is contained in:
parent
92fc8d2fcd
commit
b1c016b126
2 changed files with 11 additions and 9 deletions
|
@ -1,29 +1,31 @@
|
||||||
PORTNAME= mod_authnz_external
|
PORTNAME= mod_authnz_external
|
||||||
PORTVERSION= 3.3.2
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||||
|
DISTVERSION= 3.3.3
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://zhegan.in/files/
|
|
||||||
PKGNAMESUFFIX= 24
|
PKGNAMESUFFIX= 24
|
||||||
DIST_SUBDIR= apache24
|
DIST_SUBDIR= apache24
|
||||||
|
|
||||||
MAINTAINER= eugene@zhegan.in
|
MAINTAINER= eugene@zhegan.in
|
||||||
COMMENT= Allows users authentication based on external mechanisms on apache 2.4
|
COMMENT= Allows users authentication based on external mechanisms on apache 2.4
|
||||||
WWW= https://code.google.com/p/mod-auth-external/
|
|
||||||
|
|
||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
|
|
||||||
USES= apache cpe
|
USES= apache cpe
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= phokz
|
||||||
|
GH_PROJECT= mod-auth-external
|
||||||
CPE_VENDOR= ${PORTNAME}_project
|
CPE_VENDOR= ${PORTNAME}_project
|
||||||
AP_FAST_BUILD= yes
|
AP_FAST_BUILD= yes
|
||||||
AP_GENPLIST= yes
|
AP_GENPLIST= yes
|
||||||
SHORTMODNAME= authnz_external
|
SHORTMODNAME= authnz_external
|
||||||
|
|
||||||
PORTDOCS= AUTHENTICATORS INSTALL README \
|
PORTDOCS= AUTHENTICATORS INSTALL README \
|
||||||
CHANGES UPGRADE INSTALL.HARDCODE
|
CHANGES UPGRADE INSTALL.HARDCODE CONTRIBUTORS
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1475533191
|
TIMESTAMP = 1739529835
|
||||||
SHA256 (apache24/mod_authnz_external-3.3.2.tar.gz) = a16b31d81c20e024e7efe480fe98b48d5ce40d520b0a13ff38ab003cc527f1e8
|
SHA256 (apache24/phokz-mod-auth-external-mod_authnz_external-3.3.3_GH0.tar.gz) = 21795bdcc6d671368871c9202ae64c729efca8a0055a7482a26a06f2e7131eff
|
||||||
SIZE (apache24/mod_authnz_external-3.3.2.tar.gz) = 36160
|
SIZE (apache24/phokz-mod-auth-external-mod_authnz_external-3.3.3_GH0.tar.gz) = 38266
|
||||||
|
|
Loading…
Add table
Reference in a new issue