ab94938106
The plugin doesn't check if you have enabled LDAPS when it builds its connection string and causes failures that result in 500 errors when trying to do the on-the-fly account creation. The included patch fixes this and has been submitted upstream.
26 lines
594 B
Makefile
26 lines
594 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= single_auth
|
|
PORTVERSION= 2.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://bitbucket.org/dkuk/${PORTNAME}/get/
|
|
PKGNAMEPREFIX= redmine-
|
|
DISTNAME= ${BB_COMMIT}
|
|
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= feld@FreeBSD.org
|
|
COMMENT= SSO authentication method for Redmine
|
|
|
|
RUN_DEPENDS= redmine-a_common_libs>0:www/redmine-a_common_libs
|
|
|
|
NO_ARCH= yes
|
|
|
|
BB_COMMIT= 5bf59295d194
|
|
|
|
REDMINE_PLUGIN_NAME= ${PORTNAME}
|
|
|
|
WRKSRC= ${WRKDIR}/dkuk-${PORTNAME}-${BB_COMMIT}
|
|
|
|
.include "${.CURDIR}/../../www/redmine/bsd.redmine.mk"
|