Date: Mon, 30 Apr 2012 11:46:13 +0900 (JST) From: TAKATSU Tomonari <tota@freebsd.org> To: FreeBSD-gnats-submit@freebsd.org Cc: swills@freebsd.org, ruby@freebsd.org Subject: [PATCH] devel/rubygem-json_pure: update to 1.7.0 Message-ID: <201204300246.q3U2kDYf005103@rtfm.jp>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users
>Originator: TAKATSU Tomonari
>Organization: none (private)
>Confidential: no
>Synopsis: [PATCH] devel/rubygem-json_pure: update to 1.7.0
>Severity: non-critical
>Priority: low
>Category: ports
>Class: update
>Release: FreeBSD 8.2-RELEASE-p3 amd64
>Environment:
System: FreeBSD photon.local.lan 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011
>Description:
- Update to 1.7.0
I don't know whether rubygem-spruz run-time dependency which was
added at revision 1.16 should be removed or not.
Port maintainer (ruby@FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS)
>How-To-Repeat:
>Fix:
--- rubygem-json_pure-1.7.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/rubygem-json_pure/Makefile,v
retrieving revision 1.20
diff -u -u -r1.20 Makefile
--- Makefile 8 Feb 2012 03:30:02 -0000 1.20
+++ Makefile 29 Apr 2012 20:44:51 -0000
@@ -6,15 +6,13 @@
#
PORTNAME= json_pure
-PORTVERSION= 1.6.5
+PORTVERSION= 1.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Parse JSON texts and generate them from ruby data structures in Ruby
-RUN_DEPENDS= rubygem-spruz>=0.1.0:${PORTSDIR}/devel/rubygem-spruz
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/rubygem-json_pure/distinfo,v
retrieving revision 1.16
diff -u -u -r1.16 distinfo
--- distinfo 8 Feb 2012 03:30:02 -0000 1.16
+++ distinfo 29 Apr 2012 20:39:35 -0000
@@ -1,2 +1,2 @@
-SHA256 (rubygem/json_pure-1.6.5.gem) = a5309ec59c12d609a24459959377642e992a57713cca6fce003879c2aac74527
-SIZE (rubygem/json_pure-1.6.5.gem) = 424960
+SHA256 (rubygem/json_pure-1.7.0.gem) = f72251bdfd7f384cd97713f3feca8d27ec647a001c6d41e5fe241eafe20dc6b0
+SIZE (rubygem/json_pure-1.7.0.gem) = 144384
--- rubygem-json_pure-1.7.0.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204300246.q3U2kDYf005103>
