Index: head/www/rubygem-multipart-post/Makefile =================================================================== --- head/www/rubygem-multipart-post/Makefile (revision 501499) +++ head/www/rubygem-multipart-post/Makefile (revision 501500) @@ -1,18 +1,20 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= multipart-post -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby Library that Use with Net::HTTP to do multipart form posts LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Index: head/www/rubygem-multipart-post/distinfo =================================================================== --- head/www/rubygem-multipart-post/distinfo (revision 501499) +++ head/www/rubygem-multipart-post/distinfo (revision 501500) @@ -1,2 +1,3 @@ -SHA256 (rubygem/multipart-post-2.0.0.gem) = 3dc44e50d3df3d42da2b86272c568fd7b75c928d8af3cc5f9834e2e5d9586026 -SIZE (rubygem/multipart-post-2.0.0.gem) = 11264 +TIMESTAMP = 1557680351 +SHA256 (rubygem/multipart-post-2.1.0.gem) = b501e1d42b9f5418dcdda07b0290cf71c3b59cf3fca5a89916c2a4091261424d +SIZE (rubygem/multipart-post-2.1.0.gem) = 13824 Index: head/www/rubygem-multipart-post/pkg-descr =================================================================== --- head/www/rubygem-multipart-post/pkg-descr (revision 501499) +++ head/www/rubygem-multipart-post/pkg-descr (revision 501500) @@ -1,4 +1,4 @@ multipart-post adds a streamy multipart form post capability to Net::HTTP. Also supports other methods besides POST. -WWW: https://github.com/nicksieger/multipart-post +WWW: https://github.com/socketry/multipart-post