From owner-svn-ports-head@freebsd.org Fri Jan 12 13:20:47 2018 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 4CAB8E6447D; Fri, 12 Jan 2018 13:20:47 +0000 (UTC) (envelope-from adamw@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 0AE0669382; Fri, 12 Jan 2018 13:20:47 +0000 (UTC) (envelope-from adamw@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 50392241E8; Fri, 12 Jan 2018 13:20:46 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0CDKkjh039136; Fri, 12 Jan 2018 13:20:46 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0CDKjb7039128; Fri, 12 Jan 2018 13:20:45 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201801121320.w0CDKjb7039128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 12 Jan 2018 13:20:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458825 - in head: devel/p5-Regexp-Subst-Parallel devel/p5-String-Similarity devel/p5-Tie-RegexpHash math/p5-Math-RPN net-im/p5-Net-ICQ2000 textproc/p5-EBook-Tools textproc/p5-Text-Matc... X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: in head: devel/p5-Regexp-Subst-Parallel devel/p5-String-Similarity devel/p5-Tie-RegexpHash math/p5-Math-RPN net-im/p5-Net-ICQ2000 textproc/p5-EBook-Tools textproc/p5-Text-Match-FastAlternatives X-SVN-Commit-Revision: 458825 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.25 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: Fri, 12 Jan 2018 13:20:47 -0000 Author: adamw Date: Fri Jan 12 13:20:45 2018 New Revision: 458825 URL: https://svnweb.freebsd.org/changeset/ports/458825 Log: Assign to perl@ Modified: head/devel/p5-Regexp-Subst-Parallel/Makefile head/devel/p5-String-Similarity/Makefile head/devel/p5-Tie-RegexpHash/Makefile head/math/p5-Math-RPN/Makefile head/net-im/p5-Net-ICQ2000/Makefile head/textproc/p5-EBook-Tools/Makefile head/textproc/p5-Text-Match-FastAlternatives/Makefile Modified: head/devel/p5-Regexp-Subst-Parallel/Makefile ============================================================================== --- head/devel/p5-Regexp-Subst-Parallel/Makefile Fri Jan 12 12:59:04 2018 (r458824) +++ head/devel/p5-Regexp-Subst-Parallel/Makefile Fri Jan 12 13:20:45 2018 (r458825) @@ -8,7 +8,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perform multiple substitutions on a string in parallel USES= perl5 Modified: head/devel/p5-String-Similarity/Makefile ============================================================================== --- head/devel/p5-String-Similarity/Makefile Fri Jan 12 12:59:04 2018 (r458824) +++ head/devel/p5-String-Similarity/Makefile Fri Jan 12 13:20:45 2018 (r458825) @@ -8,7 +8,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that calculates the similarity of two strings USES= perl5 Modified: head/devel/p5-Tie-RegexpHash/Makefile ============================================================================== --- head/devel/p5-Tie-RegexpHash/Makefile Fri Jan 12 12:59:04 2018 (r458824) +++ head/devel/p5-Tie-RegexpHash/Makefile Fri Jan 12 13:20:45 2018 (r458825) @@ -7,7 +7,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Use regular expressions as hash keys USES= perl5 Modified: head/math/p5-Math-RPN/Makefile ============================================================================== --- head/math/p5-Math-RPN/Makefile Fri Jan 12 12:59:04 2018 (r458824) +++ head/math/p5-Math-RPN/Makefile Fri Jan 12 13:20:45 2018 (r458825) @@ -8,7 +8,7 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Reverse polish math expression evaluation TEST_DEPENDS= p5-Test-Warn>=0:devel/p5-Test-Warn Modified: head/net-im/p5-Net-ICQ2000/Makefile ============================================================================== --- head/net-im/p5-Net-ICQ2000/Makefile Fri Jan 12 12:59:04 2018 (r458824) +++ head/net-im/p5-Net-ICQ2000/Makefile Fri Jan 12 13:20:45 2018 (r458825) @@ -8,7 +8,7 @@ CATEGORIES= net-im perl5 MASTER_SITES= http://gonzo.kiev.ua/projects/vicq.old/ PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for ICQv7 protocol realisation USES= perl5 Modified: head/textproc/p5-EBook-Tools/Makefile ============================================================================== --- head/textproc/p5-EBook-Tools/Makefile Fri Jan 12 12:59:04 2018 (r458824) +++ head/textproc/p5-EBook-Tools/Makefile Fri Jan 12 13:20:45 2018 (r458825) @@ -9,7 +9,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Object class for manipulating and generating E-books LICENSE= GPLv2 @@ -36,8 +36,8 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive- txt2html>=0:textproc/txt2html \ p5-Bit-Vector>=0:math/p5-Bit-Vector \ p5-List-MoreUtils>=0:lang/p5-List-MoreUtils -RUN_DEPENDS:= ${BUILD_DEPENDS} -RUN_DEPENDS+= ${LOCALBASE}/bin/tidy5:www/tidy-html5 +RUN_DEPENDS:= ${BUILD_DEPENDS} \ + tidy5:www/tidy-html5 USES= perl5 USE_PERL5= modbuild Modified: head/textproc/p5-Text-Match-FastAlternatives/Makefile ============================================================================== --- head/textproc/p5-Text-Match-FastAlternatives/Makefile Fri Jan 12 12:59:04 2018 (r458824) +++ head/textproc/p5-Text-Match-FastAlternatives/Makefile Fri Jan 12 13:20:45 2018 (r458825) @@ -8,7 +8,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Efficient search for many strings USES= perl5