Date: Mon, 4 Jun 2018 18:08:12 +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: r471636 - head/devel/p5-subatom Message-ID: <201806041808.w54I8CIj066543@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806041808.w54I8CIj066543>