svn commit: r377475 - head/security/openvpn-auth-ldap

Matthias Andree mandree at FreeBSD.org
Mon Jan 19 20:37:33 UTC 2015


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 at FreeBSD.org
+MAINTAINER=	mandree at 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


More information about the svn-ports-all mailing list