diff --git a/graphics/rubygem-png/Makefile b/graphics/rubygem-png/Makefile index 904c4d7875fc..1f084a62d7c4 100644 --- a/graphics/rubygem-png/Makefile +++ b/graphics/rubygem-png/Makefile @@ -1,18 +1,19 @@ PORTNAME= png PORTVERSION= 1.2.1 CATEGORIES= graphics rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Almost-pure-ruby PNG library -WWW= https://www.zenspider.com/projects/png.html +WWW= https://www.zenspider.com/projects/png.html \ + https://github.com/seattlerb/png LICENSE= MIT RUN_DEPENDS= rubygem-rubyinline>=3.9<4:devel/rubygem-rubyinline USES= gem NO_ARCH= yes .include diff --git a/graphics/rubygem-png/pkg-descr b/graphics/rubygem-png/pkg-descr index e795df89208c..1fe63ea65434 100644 --- a/graphics/rubygem-png/pkg-descr +++ b/graphics/rubygem-png/pkg-descr @@ -1,4 +1,2 @@ PNG is an almost-pure-ruby PNG library. It lets you write a PNG without any C libraries. - -See also: https://github.com/seattlerb/png