Index: head/graphics/p5-GD/Makefile =================================================================== --- head/graphics/p5-GD/Makefile (revision 551411) +++ head/graphics/p5-GD/Makefile (revision 551412) @@ -1,24 +1,24 @@ # $FreeBSD$ PORTNAME= GD -PORTVERSION= 2.72 +PORTVERSION= 2.73 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to Gd Graphics Library version2 LICENSE= ART20 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig LIB_DEPENDS= libgd.so:graphics/gd USES= perl5 USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/GD/GD.so .include Index: head/graphics/p5-GD/distinfo =================================================================== --- head/graphics/p5-GD/distinfo (revision 551411) +++ head/graphics/p5-GD/distinfo (revision 551412) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595416743 -SHA256 (GD-2.72.tar.gz) = 61d00713fcc3ba3c8fa8859025d86f97506e6af17e66d59e9396996773989104 -SIZE (GD-2.72.tar.gz) = 259938 +TIMESTAMP = 1601754216 +SHA256 (GD-2.73.tar.gz) = 491c9e73238522e2987e66725a20935f4268a3864202ecbaf4659a1691ba322b +SIZE (GD-2.73.tar.gz) = 261203 Index: head/graphics/p5-GD/pkg-descr =================================================================== --- head/graphics/p5-GD/pkg-descr (revision 551411) +++ head/graphics/p5-GD/pkg-descr (revision 551412) @@ -1,6 +1,6 @@ GD.pm is a Perl interface to Thomas Boutell's gd graphics library (version 2.01 or higher). GD allows you to create color drawings using a large number of graphics primitives, and emit the drawings as PNG files. -WWW: http://stein.cshl.org/WWW/software/GD/ +WWW: https://metacpan.org/release/GD