Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2019 20:12:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501500 - head/www/rubygem-multipart-post
Message-ID:  <201905122012.x4CKCFbC036328@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 12 20:12:15 2019
New Revision: 501500
URL: https://svnweb.freebsd.org/changeset/ports/501500

Log:
  Update to 2.1.0
  
  - Add LICENSE_FILE
  - Update WWW
  
  Changes:	https://github.com/socketry/multipart-post/blob/master/History.txt
  		https://github.com/socketry/multipart-post/commits/master

Modified:
  head/www/rubygem-multipart-post/Makefile
  head/www/rubygem-multipart-post/distinfo
  head/www/rubygem-multipart-post/pkg-descr

Modified: head/www/rubygem-multipart-post/Makefile
==============================================================================
--- head/www/rubygem-multipart-post/Makefile	Sun May 12 20:12:10 2019	(r501499)
+++ head/www/rubygem-multipart-post/Makefile	Sun May 12 20:12:15 2019	(r501500)
@@ -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>

Modified: head/www/rubygem-multipart-post/distinfo
==============================================================================
--- head/www/rubygem-multipart-post/distinfo	Sun May 12 20:12:10 2019	(r501499)
+++ head/www/rubygem-multipart-post/distinfo	Sun May 12 20:12:15 2019	(r501500)
@@ -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

Modified: head/www/rubygem-multipart-post/pkg-descr
==============================================================================
--- head/www/rubygem-multipart-post/pkg-descr	Sun May 12 20:12:10 2019	(r501499)
+++ head/www/rubygem-multipart-post/pkg-descr	Sun May 12 20:12:15 2019	(r501500)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905122012.x4CKCFbC036328>