Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2019 20:11:17 +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: r490515 - head/graphics/p5-GraphViz-Data-Structure
Message-ID:  <201901162011.x0GKBHiI074049@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jan 16 20:11:16 2019
New Revision: 490515
URL: https://svnweb.freebsd.org/changeset/ports/490515

Log:
  Update to 0.20
  
  - Add LICENSE
  - Add NO_ARCH
  - Sort PLIST
  
  Changes:	https://metacpan.org/changes/distribution/GraphViz-Data-Structure

Modified:
  head/graphics/p5-GraphViz-Data-Structure/Makefile
  head/graphics/p5-GraphViz-Data-Structure/distinfo
  head/graphics/p5-GraphViz-Data-Structure/pkg-plist

Modified: head/graphics/p5-GraphViz-Data-Structure/Makefile
==============================================================================
--- head/graphics/p5-GraphViz-Data-Structure/Makefile	Wed Jan 16 20:11:11 2019	(r490514)
+++ head/graphics/p5-GraphViz-Data-Structure/Makefile	Wed Jan 16 20:11:16 2019	(r490515)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	GraphViz-Data-Structure
-PORTVERSION=	0.19
-PORTREVISION=	1
+PORTVERSION=	0.20
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,11 +10,17 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Visualise data structures
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE_ART10=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	dot:graphics/graphviz \
 		p5-GraphViz>=0:graphics/p5-GraphViz
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/graphics/p5-GraphViz-Data-Structure/distinfo
==============================================================================
--- head/graphics/p5-GraphViz-Data-Structure/distinfo	Wed Jan 16 20:11:11 2019	(r490514)
+++ head/graphics/p5-GraphViz-Data-Structure/distinfo	Wed Jan 16 20:11:16 2019	(r490515)
@@ -1,2 +1,3 @@
-SHA256 (GraphViz-Data-Structure-0.19.tar.gz) = 8d9c7bf12cac41b1a0e8991c613da0a68f5dc224525bcca15396e9404bba3231
-SIZE (GraphViz-Data-Structure-0.19.tar.gz) = 42242
+TIMESTAMP = 1547665244
+SHA256 (GraphViz-Data-Structure-0.20.tar.gz) = ca3659ef8417f3a6a42e85d0dc103e713735cf3120d048b7f3699bff840a8ad4
+SIZE (GraphViz-Data-Structure-0.20.tar.gz) = 41018

Modified: head/graphics/p5-GraphViz-Data-Structure/pkg-plist
==============================================================================
--- head/graphics/p5-GraphViz-Data-Structure/pkg-plist	Wed Jan 16 20:11:11 2019	(r490514)
+++ head/graphics/p5-GraphViz-Data-Structure/pkg-plist	Wed Jan 16 20:11:16 2019	(r490515)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/GraphViz::Data::Structure.3.gz
 %%SITE_PERL%%/GraphViz/Data/Structure.pm
+%%PERL5_MAN3%%/GraphViz::Data::Structure.3.gz



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