svn commit: r363553 - head/devel/p5-subatom

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jul 31 10:05:11 UTC 2014


Author: sunpoet
Date: Thu Jul 31 10:05:10 2014
New Revision: 363553
URL: http://svnweb.freebsd.org/changeset/ports/363553
QAT: https://qat.redports.org/buildarchive/r363553/

Log:
  - Add LICENSE
  - Update *_DEPENDS
  - Reformat pkg-descr
  - Use single space after WWW:

Modified:
  head/devel/p5-subatom/Makefile
  head/devel/p5-subatom/pkg-descr

Modified: head/devel/p5-subatom/Makefile
==============================================================================
--- head/devel/p5-subatom/Makefile	Thu Jul 31 10:05:04 2014	(r363552)
+++ head/devel/p5-subatom/Makefile	Thu Jul 31 10:05:10 2014	(r363553)
@@ -11,11 +11,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Produce an atom feed from subversion commits
 
-BUILD_DEPENDS=	p5-XML-Atom-SimpleFeed>=0:${PORTSDIR}/textproc/p5-XML-Atom-SimpleFeed
+LICENSE=	BSD3CLAUSE
+
+BUILD_DEPENDS=	p5-XML-Atom-SimpleFeed>=0.80:${PORTSDIR}/textproc/p5-XML-Atom-SimpleFeed
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
 USE_PERL5=	modbuild
-PLIST_FILES=	bin/subatom man/man1/subatom.1.gz
+USES=		perl5
+
+PLIST_FILES=	bin/subatom \
+		man/man1/subatom.1.gz
 
 .include <bsd.port.mk>

Modified: head/devel/p5-subatom/pkg-descr
==============================================================================
--- head/devel/p5-subatom/pkg-descr	Thu Jul 31 10:05:04 2014	(r363552)
+++ head/devel/p5-subatom/pkg-descr	Thu Jul 31 10:05:10 2014	(r363553)
@@ -1,5 +1,4 @@
-subatom is a small script to produce an Atom feed from subversion
-commits. You can use this with a feed reader to see new commits to
-your repository.
+subatom is a small script to produce an Atom feed from subversion commits. You
+can use this with a feed reader to see new commits to your repository.
 
-WWW:	http://search.cpan.org/dist/subatom/
+WWW: http://search.cpan.org/dist/subatom/


More information about the svn-ports-head mailing list