From owner-svn-ports-head@FreeBSD.ORG Mon Jan 19 20:37:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA0D02F2; Mon, 19 Jan 2015 20:37:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96219630; Mon, 19 Jan 2015 20:37:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0JKbX5h033084; Mon, 19 Jan 2015 20:37:33 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0JKbXZO033083; Mon, 19 Jan 2015 20:37:33 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201501192037.t0JKbXZO033083@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 19 Jan 2015 20:37:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377475 - head/security/openvpn-auth-ldap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2015 20:37:33 -0000 Author: mandree Date: Mon Jan 19 20:37:32 2015 New Revision: 377475 URL: https://svnweb.freebsd.org/changeset/ports/377475 QAT: https://qat.redports.org/buildarchive/r377475/ Log: Grab maintainership and unmark BROKEN. Bump PORTREVISION for the benefit of those that used TRYBROKEN=*. PR: 190497 Modified: head/security/openvpn-auth-ldap/Makefile Modified: head/security/openvpn-auth-ldap/Makefile ============================================================================== --- head/security/openvpn-auth-ldap/Makefile Mon Jan 19 20:36:42 2015 (r377474) +++ head/security/openvpn-auth-ldap/Makefile Mon Jan 19 20:37:32 2015 (r377475) @@ -3,12 +3,13 @@ PORTNAME= openvpn-auth-ldap PORTVERSION= 2.0.4.0.s1379 +PORTREVISION= 1 CATEGORIES= security #MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MASTER_SITES= LOCAL/mandree DISTNAME= auth-ldap-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mandree@FreeBSD.org COMMENT= LDAP authentication plugin for OpenVPN LICENSE= BSD3CLAUSE @@ -17,8 +18,6 @@ BUILD_DEPENDS= re2c:${PORTSDIR}/devel/re ${NONEXISTENT}:${PORTSDIR}/security/openvpn:extract \ libcheck>=0:${PORTSDIR}/devel/libcheck -BROKEN= Untested SVN-based port, report success on https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190497 - USES= objc tar:xz GNU_CONFIGURE= yes