Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2018 13:20:45 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
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...
Message-ID:  <201801121320.w0CDKjb7039128@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801121320.w0CDKjb7039128>