[Midnightbsd-cvs] mports [23692] trunk/graphics/p5-GD-Graph: update to 1.54

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jul 25 19:23:19 EDT 2018


Revision: 23692
          http://svnweb.midnightbsd.org/mports/?rev=23692
Author:   laffer1
Date:     2018-07-25 19:23:18 -0400 (Wed, 25 Jul 2018)
Log Message:
-----------
update to 1.54

Modified Paths:
--------------
    trunk/graphics/p5-GD-Graph/Makefile
    trunk/graphics/p5-GD-Graph/distinfo
    trunk/graphics/p5-GD-Graph/pkg-descr

Modified: trunk/graphics/p5-GD-Graph/Makefile
===================================================================
--- trunk/graphics/p5-GD-Graph/Makefile	2018-07-25 23:21:00 UTC (rev 23691)
+++ trunk/graphics/p5-GD-Graph/Makefile	2018-07-25 23:23:18 UTC (rev 23692)
@@ -1,26 +1,27 @@
 # $MidnightBSD$
 
 PORTNAME=	GD-Graph
-PORTVERSION=	1.44.01
-DISTVERSION=	${PORTVERSION:C/\.(..)$/_\1/}
-PORTREVISION=	3
+PORTVERSION=	1.54
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	../by-authors/id/B/BW/BWARFIELD
 PKGNAMEPREFIX=	p5-
-DISTNAME=	GDGraph-${DISTVERSION}
+DISTNAME=	GDGraph-${PORTVERSION}
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Graph plotting module for perl5
-LICENSE=	gpl2
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
-		${SITE_PERL}/GD/Text/Align.pm:${PORTSDIR}/graphics/p5-GD-TextUtil
-RUN_DEPENDS=	${BUILD_DEPENDS}
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	p5-GD>=0:graphics/p5-GD \
+		p5-GD-TextUtil>=0:graphics/p5-GD-TextUtil
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
+		p5-Test-Exception>=0.40:devel/p5-Test-Exception
+
+NO_ARCH=	yes
+USES=		perl5
+USE_PERL5=	configure
 PERL_CONFIGURE=	yes
 
-post-patch:
-	@${FIND} ${WRKSRC} -name "*.orig" -print0 | ${XARGS} -0 ${RM} -f
-
 .include <bsd.port.mk>

Modified: trunk/graphics/p5-GD-Graph/distinfo
===================================================================
--- trunk/graphics/p5-GD-Graph/distinfo	2018-07-25 23:21:00 UTC (rev 23691)
+++ trunk/graphics/p5-GD-Graph/distinfo	2018-07-25 23:23:18 UTC (rev 23692)
@@ -1,4 +1,3 @@
-MD5 (GDGraph-1.44_01.tar.gz) = 70f63bbbd35b29ff547c6b7848bc2481
-SHA256 (GDGraph-1.44_01.tar.gz) = 52ca97d03bdcf4b3639fd465a1df51a5e22f72673d27a9ab4e53106320966ef4
-RMD160 (GDGraph-1.44_01.tar.gz) = a4e61281553a98191c62a1f2225438fde800208d
-SIZE (GDGraph-1.44_01.tar.gz) = 158506
+TIMESTAMP = 1479918919
+SHA256 (GDGraph-1.54.tar.gz) = b96f5c10b656c17d16ab65a1777c908297b028d3b6815f6d54b2337f006bfa4f
+SIZE (GDGraph-1.54.tar.gz) = 157158

Modified: trunk/graphics/p5-GD-Graph/pkg-descr
===================================================================
--- trunk/graphics/p5-GD-Graph/pkg-descr	2018-07-25 23:21:00 UTC (rev 23691)
+++ trunk/graphics/p5-GD-Graph/pkg-descr	2018-07-25 23:23:18 UTC (rev 23692)
@@ -1,3 +1,3 @@
 GD::Graph is a perl5 module to create charts using the GD module.
 
-WWW: http://search.cpan.org/dist/GDGraph/
+WWW: https://metacpan.org/release/GDGraph



More information about the Midnightbsd-cvs mailing list