From owner-svn-ports-head@freebsd.org Mon Sep 10 11:19:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9F84108C519; Mon, 10 Sep 2018 11:19:44 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F6117BE07; Mon, 10 Sep 2018 11:19:44 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6C13F278FA; Mon, 10 Sep 2018 11:19:44 +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 w8ABJi0x085737; Mon, 10 Sep 2018 11:19:44 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8ABJh1o085732; Mon, 10 Sep 2018 11:19:43 GMT (envelope-from des@FreeBSD.org) Message-Id: <201809101119.w8ABJh1o085732@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: Mon, 10 Sep 2018 11:19:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479391 - in head: devel/p5-List-Cycle security/p5-Authen-Htpasswd textproc/p5-Lingua-Identify X-SVN-Group: ports-head X-SVN-Commit-Author: des X-SVN-Commit-Paths: in head: devel/p5-List-Cycle security/p5-Authen-Htpasswd textproc/p5-Lingua-Identify X-SVN-Commit-Revision: 479391 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.27 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, 10 Sep 2018 11:19:45 -0000 Author: des Date: Mon Sep 10 11:19:43 2018 New Revision: 479391 URL: https://svnweb.freebsd.org/changeset/ports/479391 Log: Remove the last few instances of TAGS. Modified: head/devel/p5-List-Cycle/Makefile head/security/p5-Authen-Htpasswd/Makefile head/textproc/p5-Lingua-Identify/Makefile Modified: head/devel/p5-List-Cycle/Makefile ============================================================================== --- head/devel/p5-List-Cycle/Makefile Mon Sep 10 11:16:59 2018 (r479390) +++ head/devel/p5-List-Cycle/Makefile Mon Sep 10 11:19:43 2018 (r479391) @@ -10,7 +10,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Objects for cycling through a list of values -TAGS= list cycle USES= perl5 USE_PERL5= configure Modified: head/security/p5-Authen-Htpasswd/Makefile ============================================================================== --- head/security/p5-Authen-Htpasswd/Makefile Mon Sep 10 11:16:59 2018 (r479390) +++ head/security/p5-Authen-Htpasswd/Makefile Mon Sep 10 11:19:43 2018 (r479391) @@ -10,7 +10,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Authen::Htpasswd - interface to read and modify Apache .htpasswd files -TAGS= apache authentication pass password md5 sha1 crypto COMMON_DEPENDS= p5-IO-LockedFile>=0:devel/p5-IO-LockedFile \ p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ Modified: head/textproc/p5-Lingua-Identify/Makefile ============================================================================== --- head/textproc/p5-Lingua-Identify/Makefile Mon Sep 10 11:16:59 2018 (r479390) +++ head/textproc/p5-Lingua-Identify/Makefile Mon Sep 10 11:19:43 2018 (r479391) @@ -19,6 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -TAGS= lang detect identify - .include