Index: head/devel/rubygem-ascii85/Makefile =================================================================== --- head/devel/rubygem-ascii85/Makefile (revision 460029) +++ head/devel/rubygem-ascii85/Makefile (revision 460030) @@ -1,22 +1,22 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= ascii85 -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 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 LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USE_RUBY= yes USES= gem PLIST_FILES= bin/ascii85 .include Index: head/devel/rubygem-ascii85/distinfo =================================================================== --- head/devel/rubygem-ascii85/distinfo (revision 460029) +++ head/devel/rubygem-ascii85/distinfo (revision 460030) @@ -1,2 +1,3 @@ -SHA256 (rubygem/Ascii85-1.0.2.gem) = f854f2ebb0bd13f80ee9018a904357175337cfe0816ecb60466ca2d0fad22549 -SIZE (rubygem/Ascii85-1.0.2.gem) = 10752 +TIMESTAMP = 1516969785 +SHA256 (rubygem/Ascii85-1.0.3.gem) = 7ae3f2eb83ef5962016802caf0ce7db500c1cc25f385877f6ec64a29cfa8a818 +SIZE (rubygem/Ascii85-1.0.3.gem) = 11776 Index: head/devel/rubygem-ascii85/pkg-descr =================================================================== --- head/devel/rubygem-ascii85/pkg-descr (revision 460029) +++ head/devel/rubygem-ascii85/pkg-descr (revision 460030) @@ -1,4 +1,4 @@ Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of the same name -WWW: https://github.com/datawraith/ascii85gem +WWW: https://github.com/DataWraith/ascii85gem