svn commit: r390823 - in head/databases/rubygem-couchrest: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 28 17:55:09 UTC 2015


Author: sunpoet
Date: Sun Jun 28 17:55:07 2015
New Revision: 390823
URL: https://svnweb.freebsd.org/changeset/ports/390823

Log:
  - Update to 1.2.1
  
  Changes:	https://github.com/couchrest/couchrest/blob/master/history.txt

Deleted:
  head/databases/rubygem-couchrest/files/
Modified:
  head/databases/rubygem-couchrest/Makefile
  head/databases/rubygem-couchrest/distinfo

Modified: head/databases/rubygem-couchrest/Makefile
==============================================================================
--- head/databases/rubygem-couchrest/Makefile	Sun Jun 28 17:55:03 2015	(r390822)
+++ head/databases/rubygem-couchrest/Makefile	Sun Jun 28 17:55:07 2015	(r390823)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	couchrest
-PORTVERSION=	1.2.0
-PORTREVISION=	1
+PORTVERSION=	1.2.1
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 
@@ -13,8 +12,8 @@ COMMENT=	Provides a simple interface on 
 LICENSE=	APACHE20
 
 RUN_DEPENDS=	rubygem-mime-types>=1.15:${PORTSDIR}/misc/rubygem-mime-types \
-		rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \
-		rubygem-rest-client>=1.6.1:${PORTSDIR}/www/rubygem-rest-client
+		rubygem-multi_json>=1.7:${PORTSDIR}/devel/rubygem-multi_json \
+		rubygem-rest-client>=1.8.0:${PORTSDIR}/www/rubygem-rest-client
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/databases/rubygem-couchrest/distinfo
==============================================================================
--- head/databases/rubygem-couchrest/distinfo	Sun Jun 28 17:55:03 2015	(r390822)
+++ head/databases/rubygem-couchrest/distinfo	Sun Jun 28 17:55:07 2015	(r390823)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/couchrest-1.2.0.gem) = f3da9527af3090d3ef8f76352b8b825c9c576a7dd6ee0452678a8002fea25394
-SIZE (rubygem/couchrest-1.2.0.gem) = 51712
+SHA256 (rubygem/couchrest-1.2.1.gem) = 4f92ff903b75f3cbf509e04e716bd51360785b1b3ca0bb1e73aba90f61513462
+SIZE (rubygem/couchrest-1.2.1.gem) = 52224


More information about the svn-ports-all mailing list