From b2191532557ebee223ee3f9e85090625271861f2 Mon Sep 17 00:00:00 2001 From: jca Date: Wed, 9 Aug 2017 21:42:43 +0000 Subject: [PATCH] Drop MAINTAINER ok jsing@ --- net/openvpn-auth-ldap/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net/openvpn-auth-ldap/Makefile b/net/openvpn-auth-ldap/Makefile index b6c82c3cab5..4988f98a4ce 100644 --- a/net/openvpn-auth-ldap/Makefile +++ b/net/openvpn-auth-ldap/Makefile @@ -1,19 +1,17 @@ -# $OpenBSD: Makefile,v 1.14 2017/08/03 14:46:33 jca Exp $ +# $OpenBSD: Makefile,v 1.15 2017/08/09 21:42:43 jca Exp $ COMMENT = LDAP authentication plugin for OpenVPN 2.x # XXX probably broken with clang, please check WANTLIB when fixing VERSION = 2.0.3 -REVISION = 6 +REVISION = 7 DISTNAME = auth-ldap-${VERSION} PKGNAME = openvpn-${DISTNAME} CATEGORIES = net security HOMEPAGE = https://github.com/threerings/openvpn-auth-ldap -MAINTAINER = Joel Sing - # BSD PERMIT_PACKAGE_CDROM = Yes