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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 4 18:08:14 UTC 2018


Author: sunpoet
Date: Mon Jun  4 18:08:12 2018
New Revision: 471636
URL: https://svnweb.freebsd.org/changeset/ports/471636

Log:
  Fix LICENSE
  
  - Add LICENSE_FILE
  - Update WWW

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

Modified: head/devel/p5-subatom/Makefile
==============================================================================
--- head/devel/p5-subatom/Makefile	Mon Jun  4 18:08:07 2018	(r471635)
+++ head/devel/p5-subatom/Makefile	Mon Jun  4 18:08:12 2018	(r471636)
@@ -11,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Produce an atom feed from subversion commits
 
-LICENSE=	BSD3CLAUSE
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/README
 
 BUILD_DEPENDS=	p5-XML-Atom-SimpleFeed>=0.80:textproc/p5-XML-Atom-SimpleFeed
 RUN_DEPENDS:=	${BUILD_DEPENDS}

Modified: head/devel/p5-subatom/pkg-descr
==============================================================================
--- head/devel/p5-subatom/pkg-descr	Mon Jun  4 18:08:07 2018	(r471635)
+++ head/devel/p5-subatom/pkg-descr	Mon Jun  4 18:08:12 2018	(r471636)
@@ -1,4 +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.
 
-WWW: http://search.cpan.org/dist/subatom/
+WWW: https://metacpan.org/release/HDM/subatom-0.12


More information about the svn-ports-all mailing list