From owner-svn-ports-head@freebsd.org Wed Sep 6 08:28:58 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98D17E1A8DE; Wed, 6 Sep 2017 08:28:58 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A78307E732; Wed, 6 Sep 2017 08:28:57 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v868Suh3040064; Wed, 6 Sep 2017 08:28:56 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v868SuPx040063; Wed, 6 Sep 2017 08:28:56 GMT (envelope-from des@FreeBSD.org) Message-Id: <201709060828.v868SuPx040063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: des set sender to des@FreeBSD.org using -f From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= Date: Wed, 6 Sep 2017 08:28:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449328 - head/net/p5-ldap2pw X-SVN-Group: ports-head X-SVN-Commit-Author: des X-SVN-Commit-Paths: head/net/p5-ldap2pw X-SVN-Commit-Revision: 449328 X-SVN-Commit-Repository: ports 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.23 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: Wed, 06 Sep 2017 08:28:58 -0000 Author: des Date: Wed Sep 6 08:28:56 2017 New Revision: 449328 URL: https://svnweb.freebsd.org/changeset/ports/449328 Log: Make portlint happy. Modified: head/net/p5-ldap2pw/Makefile Modified: head/net/p5-ldap2pw/Makefile ============================================================================== --- head/net/p5-ldap2pw/Makefile Wed Sep 6 08:27:29 2017 (r449327) +++ head/net/p5-ldap2pw/Makefile Wed Sep 6 08:28:56 2017 (r449328) @@ -9,6 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= des@FreeBSD.org COMMENT= Synchronize local user database with LDAP directory +LICENSE= BSD3CLAUSE + RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL \ p5-Net-DNS>=0:dns/p5-Net-DNS \ p5-Regexp-Common>=0:textproc/p5-Regexp-Common \ @@ -16,11 +18,11 @@ RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL p5-perl-ldap>=0:net/p5-perl-ldap BUILD_DEPENDS= ${RUN_DEPENDS} -USE_GITHUB= yes -GH_ACCOUNT= dag-erling - USES= perl5 USE_PERL5= configure run + +USE_GITHUB= yes +GH_ACCOUNT= dag-erling PLIST_FILES= bin/${PORTNAME} ${SITE_MAN1_REL}/${PORTNAME}.1.gz