Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2014 12:38:49 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355191 - head/devel/p5-SVN-Notify-Config
Message-ID:  <201405251238.s4PCcn41031438@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
+MAINTAINER=	5u623l20@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/



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