Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2014 10:05:10 +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: r363553 - head/devel/p5-subatom
Message-ID:  <201407311005.s6VA5A2Y096099@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



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