svn commit: r355191 - head/devel/p5-SVN-Notify-Config

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 25 12:38:49 UTC 2014


Author: sunpoet
Date: Sun May 25 12:38:48 2014
New Revision: 355191
URL: http://svnweb.freebsd.org/changeset/ports/355191
QAT: https://qat.redports.org/buildarchive/r355191/

Log:
  - Add LICENSE
  - Use single space after WWW:
  - Pass maintainership to submitter
  - While I'm here, fix BUILD_DEPENDS and add TEST_DEPENDS
  
  PR:		ports/189552
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Modified:
  head/devel/p5-SVN-Notify-Config/Makefile
  head/devel/p5-SVN-Notify-Config/pkg-descr

Modified: head/devel/p5-SVN-Notify-Config/Makefile
==============================================================================
--- head/devel/p5-SVN-Notify-Config/Makefile	Sun May 25 12:38:43 2014	(r355190)
+++ head/devel/p5-SVN-Notify-Config/Makefile	Sun May 25 12:38:48 2014	(r355191)
@@ -9,14 +9,17 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	Perl module for config-driven Subversion notification
 
-RUN_DEPENDS=	${LOCALBASE}/bin/svnlook:${PORTSDIR}/devel/subversion \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	${LOCALBASE}/bin/svnlook:${PORTSDIR}/devel/subversion \
 		p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \
 		p5-YAML>=0.62:${PORTSDIR}/textproc/p5-YAML
-BUILD_DEPENDS=	p5-Test-Deep>=0.1:${PORTSDIR}/devel/p5-Test-Deep \
-		${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Deep>=0.1:${PORTSDIR}/devel/p5-Test-Deep
 
 USES=		perl5
 USE_PERL5=	modbuild

Modified: head/devel/p5-SVN-Notify-Config/pkg-descr
==============================================================================
--- head/devel/p5-SVN-Notify-Config/pkg-descr	Sun May 25 12:38:43 2014	(r355190)
+++ head/devel/p5-SVN-Notify-Config/pkg-descr	Sun May 25 12:38:48 2014	(r355191)
@@ -1,4 +1,4 @@
 This Perl module is a YAML-based configuration wrapper around the
 SVN::Notify module.
 
-WWW:    http://search.cpan.org/dist/SVN-Notify-Config/
+WWW: http://search.cpan.org/dist/SVN-Notify-Config/


More information about the svn-ports-all mailing list