svn commit: r355192 - head/devel/p5-SVN-Hook

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


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

Log:
  - Add LICENSE
  - Use single space after WWW:
  - Pass maintainership to submitter
  - While I'm here, sort *_DEPENDS
  
  PR:		ports/189553
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Modified:
  head/devel/p5-SVN-Hook/Makefile
  head/devel/p5-SVN-Hook/pkg-descr

Modified: head/devel/p5-SVN-Hook/Makefile
==============================================================================
--- head/devel/p5-SVN-Hook/Makefile	Sun May 25 12:38:48 2014	(r355191)
+++ head/devel/p5-SVN-Hook/Makefile	Sun May 25 12:38:54 2014	(r355192)
@@ -7,13 +7,14 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	Perl module for managing Subversion hook scripts
 
-RUN_DEPENDS=	p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
-		p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
-BUILD_DEPENDS=	p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
-		p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
+LICENSE=	APACHE20
+
+BUILD_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/devel/p5-SVN-Hook/pkg-descr
==============================================================================
--- head/devel/p5-SVN-Hook/pkg-descr	Sun May 25 12:38:48 2014	(r355191)
+++ head/devel/p5-SVN-Hook/pkg-descr	Sun May 25 12:38:54 2014	(r355192)
@@ -1,4 +1,4 @@
 The SVN::Hook Perl module provides a programmable interface to
 manage hook scripts for Subversion.
 
-WWW:    http://search.cpan.org/dist/SVN-Hook/
+WWW: http://search.cpan.org/dist/SVN-Hook/


More information about the svn-ports-all mailing list