diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-12 20:12:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-12 20:12:15 +0000 |
commit | 77cacea215f77a2fa0a33a0e9a0a551965b11749 (patch) | |
tree | 4fd6a5e146cec60b4b66a47712c7ef92b1cd4f6d | |
parent | 5c10b42e5a9bc1bdd9688f42bad4d727fd12f993 (diff) | |
download | ports-77cacea215f77a2fa0a33a0e9a0a551965b11749.tar.gz ports-77cacea215f77a2fa0a33a0e9a0a551965b11749.zip |
Notes
-rw-r--r-- | www/rubygem-multipart-post/Makefile | 8 | ||||
-rw-r--r-- | www/rubygem-multipart-post/distinfo | 5 | ||||
-rw-r--r-- | www/rubygem-multipart-post/pkg-descr | 2 |
3 files changed, 9 insertions, 6 deletions
diff --git a/www/rubygem-multipart-post/Makefile b/www/rubygem-multipart-post/Makefile index 0ab509470eb0..c5c7d42fdf18 100644 --- a/www/rubygem-multipart-post/Makefile +++ b/www/rubygem-multipart-post/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= multipart-post -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,9 +10,11 @@ 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 <bsd.port.mk> diff --git a/www/rubygem-multipart-post/distinfo b/www/rubygem-multipart-post/distinfo index 29d8c89c70f5..7288737506a7 100644 --- a/www/rubygem-multipart-post/distinfo +++ b/www/rubygem-multipart-post/distinfo @@ -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 diff --git a/www/rubygem-multipart-post/pkg-descr b/www/rubygem-multipart-post/pkg-descr index c8fcf3602ceb..5528413d7eb6 100644 --- a/www/rubygem-multipart-post/pkg-descr +++ b/www/rubygem-multipart-post/pkg-descr @@ -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 |