Index: head/www/redmine-single_auth/Makefile =================================================================== --- head/www/redmine-single_auth/Makefile (revision 417783) +++ head/www/redmine-single_auth/Makefile (revision 417784) @@ -1,25 +1,26 @@ # Created by: Mark Felder # $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" Index: head/www/redmine-single_auth/files/patch-app_helpers_single__auth__helper.rb =================================================================== --- head/www/redmine-single_auth/files/patch-app_helpers_single__auth__helper.rb (nonexistent) +++ head/www/redmine-single_auth/files/patch-app_helpers_single__auth__helper.rb (revision 417784) @@ -0,0 +1,18 @@ +--- app/helpers/single_auth_helper.rb.orig 2016-06-29 17:45:04 UTC ++++ app/helpers/single_auth_helper.rb +@@ -12,8 +12,15 @@ module SingleAuthHelper + port = auth_source.port + end + ++ if auth_source.tls? ++ encryption = :simple_tls ++ else ++ encryption = nil ++ end ++ + Net::LDAP.new host: auth_source.host, + port: port, ++ encryption: encryption, + auth: { method: :simple, + username: auth_source.account, + password: auth_source.account_password } Property changes on: head/www/redmine-single_auth/files/patch-app_helpers_single__auth__helper.rb ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property