Index: head/devel/rubygem-ascii85/Makefile =================================================================== --- head/devel/rubygem-ascii85/Makefile (revision 387105) +++ head/devel/rubygem-ascii85/Makefile (revision 387106) @@ -1,20 +1,22 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= ascii85 PORTVERSION= 1.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG DISTNAME= Ascii85-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Encode/decode Adobe's binary-to-text encoding of the same name +LICENSE= MIT + GEM_NAME= ${DISTNAME} USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES+= bin/ascii85 +PLIST_FILES= bin/ascii85 .include Index: head/devel/rubygem-ascii85/pkg-descr =================================================================== --- head/devel/rubygem-ascii85/pkg-descr (revision 387105) +++ head/devel/rubygem-ascii85/pkg-descr (revision 387106) @@ -1,4 +1,4 @@ Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of the same name -WWW: http://rubygems.org/gems/ascii85/ +WWW: https://github.com/datawraith/ascii85gem