Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2017 15:58:18 +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: r435913 - head/devel/p5-Smart-Comments
Message-ID:  <201703111558.v2BFwIan024828@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar 11 15:58:18 2017
New Revision: 435913
URL: https://svnweb.freebsd.org/changeset/ports/435913

Log:
  Update to 1.06
  
  - Add LICENSE
  - Add NO_ARCH
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/Smart-Comments/Changes

Modified:
  head/devel/p5-Smart-Comments/Makefile
  head/devel/p5-Smart-Comments/distinfo
  head/devel/p5-Smart-Comments/pkg-plist

Modified: head/devel/p5-Smart-Comments/Makefile
==============================================================================
--- head/devel/p5-Smart-Comments/Makefile	Sat Mar 11 15:58:13 2017	(r435912)
+++ head/devel/p5-Smart-Comments/Makefile	Sat Mar 11 15:58:18 2017	(r435913)
@@ -2,17 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	Smart-Comments
-PORTVERSION=	1.000005
-PORTREVISION=	1
+PORTVERSION=	1.06
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:DCONWAY
+MASTER_SITE_SUBDIR=	CPAN:NEILB
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Comments that do more than just sit there
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
+USE_PERL5=	configure
 USES=		perl5
-USE_PERL5=	modbuild
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Smart-Comments/distinfo
==============================================================================
--- head/devel/p5-Smart-Comments/distinfo	Sat Mar 11 15:58:13 2017	(r435912)
+++ head/devel/p5-Smart-Comments/distinfo	Sat Mar 11 15:58:18 2017	(r435913)
@@ -1,2 +1,3 @@
-SHA256 (Smart-Comments-1.000005.tar.gz) = c29c3fadaf0ed0c7be760589dea01f43d1678a0664b1c21a2068dd0eb60675c0
-SIZE (Smart-Comments-1.000005.tar.gz) = 15488
+TIMESTAMP = 1489239795
+SHA256 (Smart-Comments-1.06.tar.gz) = dcf8a312134a7c6b82926a0115d93b692472a662d28cdc3a9bdf28984ada9ee3
+SIZE (Smart-Comments-1.06.tar.gz) = 22889

Modified: head/devel/p5-Smart-Comments/pkg-plist
==============================================================================
--- head/devel/p5-Smart-Comments/pkg-plist	Sat Mar 11 15:58:13 2017	(r435912)
+++ head/devel/p5-Smart-Comments/pkg-plist	Sat Mar 11 15:58:18 2017	(r435913)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Smart::Comments.3.gz
 %%SITE_PERL%%/Smart/Comments.pm
+%%PERL5_MAN3%%/Smart::Comments.3.gz



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