Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2018 18:03:26 +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: r471597 - head/devel/p5-DateTime-Format-SQLite
Message-ID:  <201806041803.w54I3Qjc062244@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun  4 18:03:26 2018
New Revision: 471597
URL: https://svnweb.freebsd.org/changeset/ports/471597

Log:
  Add LICENSE
  
  - Add NO_ARCH
  - Fix and update WWW

Modified:
  head/devel/p5-DateTime-Format-SQLite/Makefile
  head/devel/p5-DateTime-Format-SQLite/pkg-descr

Modified: head/devel/p5-DateTime-Format-SQLite/Makefile
==============================================================================
--- head/devel/p5-DateTime-Format-SQLite/Makefile	Mon Jun  4 18:03:20 2018	(r471596)
+++ head/devel/p5-DateTime-Format-SQLite/Makefile	Mon Jun  4 18:03:26 2018	(r471597)
@@ -11,9 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Parse and format SQLite dates and times
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE_ART10=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	p5-DateTime-Format-Builder>=0:devel/p5-DateTime-Format-Builder
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-DateTime-Format-SQLite/pkg-descr
==============================================================================
--- head/devel/p5-DateTime-Format-SQLite/pkg-descr	Mon Jun  4 18:03:20 2018	(r471596)
+++ head/devel/p5-DateTime-Format-SQLite/pkg-descr	Mon Jun  4 18:03:26 2018	(r471597)
@@ -3,4 +3,4 @@ and TIMESTAMP data types. It can be used to parse thes
 create DateTime objects, and it can take a DateTime object and produce a string
 representing it in the SQLite format.
 
-WWW: http://search.cpan.org/dist/DateTime-Format-SQLite/ /
+WWW: https://metacpan.org/release/DateTime-Format-SQLite



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