Bug 189552 - [PATCH] devel/p5-SVN-Notify-Config: Added LICENSE, Fixed BUILD_DEPENDS, take maintainership
Summary: [PATCH] devel/p5-SVN-Notify-Config: Added LICENSE, Fixed BUILD_DEPENDS, take ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-10 10:30 UTC by Muhammad Moinur Rahman
Modified: 2014-05-25 13:43 UTC (History)
0 users

See Also:


Attachments
p5-SVN-Notify-Config-0.0911.patch (1.18 KB, patch)
2014-05-10 10:30 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2014-05-10 10:30:00 UTC
- Added LICENSE
- Fixed BUILD_DEPENDS
- Fixed WWW
- Take maintainership

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-10 10:30:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-25 13:38:54 UTC
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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-25 13:43:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!