svn commit: r355189 - head/devel/p5-SVN-Notify-Filter-Markdown

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


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

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

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

Modified: head/devel/p5-SVN-Notify-Filter-Markdown/Makefile
==============================================================================
--- head/devel/p5-SVN-Notify-Filter-Markdown/Makefile	Sun May 25 12:38:33 2014	(r355188)
+++ head/devel/p5-SVN-Notify-Filter-Markdown/Makefile	Sun May 25 12:38:38 2014	(r355189)
@@ -7,15 +7,18 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	Perl module to convert SVN::Notify log messages from Markdown to HTML
 
-RUN_DEPENDS=	p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \
-		p5-Text-Markdown>=1.04:${PORTSDIR}/textproc/p5-Text-Markdown \
-		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
-BUILD_DEPENDS=	p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \
-		p5-Text-Markdown>=1.04:${PORTSDIR}/textproc/p5-Text-Markdown \
-		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
+		p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \
+		p5-Text-Markdown>=1.04:${PORTSDIR}/textproc/p5-Text-Markdown
+RUN_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
+		p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \
+		p5-Text-Markdown>=1.04:${PORTSDIR}/textproc/p5-Text-Markdown
 
 USES=		perl5
 USE_PERL5=	modbuild

Modified: head/devel/p5-SVN-Notify-Filter-Markdown/pkg-descr
==============================================================================
--- head/devel/p5-SVN-Notify-Filter-Markdown/pkg-descr	Sun May 25 12:38:33 2014	(r355188)
+++ head/devel/p5-SVN-Notify-Filter-Markdown/pkg-descr	Sun May 25 12:38:38 2014	(r355189)
@@ -1,4 +1,4 @@
 This Perl module converts SVN::Notify log messages from Markdown
 format to HTML.
 
-WWW:    http://search.cpan.org/dist/SVN-Notify-Filter-Markdown/
+WWW: http://search.cpan.org/dist/SVN-Notify-Filter-Markdown/


More information about the svn-ports-all mailing list