Date: Wed, 13 Jun 2012 00:33:40 +0800 (CST) From: Po-Chien Lin <linpc@cs.nctu.edu.tw> To: FreeBSD-gnats-submit@freebsd.org Cc: ruby@freebsd.org Subject: [PATCH] databases/rubygem-activemodel: update to 3.2.5 Message-ID: <201206121633.q5CGXevP046652@csvmnet67.cs.nctu.edu.tw>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Po-Chien Lin >Organization: >Confidential: no >Synopsis: [PATCH] databases/rubygem-activemodel: update to 3.2.5 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 10.0-CURRENT amd64 >Environment: System: FreeBSD csvmnet67.cs.nctu.edu.tw 10.0-CURRENT FreeBSD 10.0-CURRENT #1: Tue Jun 12 09:58:21 CST 2012 >Description: - Update to 3.2.5 - Remove unuesed dependecies. - Cleanup. - Depend on PR/168985 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-activemodel-3.2.5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/rubygem-activemodel/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 12 Feb 2012 02:08:12 -0000 1.13 +++ Makefile 12 Jun 2012 16:12:06 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/databases/rubygem-activemodel/Makefile,v 1.13 2012/02/12 02:08:12 pgollucci Exp $ PORTNAME= activemodel -PORTVERSION= 3.2.1 +PORTVERSION= 3.2.5 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -13,12 +13,10 @@ COMMENT= A toolkit for building modeling frameworks RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \ - rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder \ - rubygem-bcrypt-ruby>=3.0.0:${PORTSDIR}/security/rubygem-bcrypt-ruby \ - rubygem-i18n>=0.6:${PORTSDIR}/devel/rubygem-i18n + rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder -USE_RUBY= yes -USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/rubygem-activemodel/distinfo,v retrieving revision 1.12 diff -u -r1.12 distinfo --- distinfo 12 Feb 2012 02:08:12 -0000 1.12 +++ distinfo 12 Jun 2012 16:14:55 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/activemodel-3.2.1.gem) = 9524f32f2738cecc4913db4ba7055c5c7aa48957270ffaf5e19dcb095b4dc3d4 -SIZE (rubygem/activemodel-3.2.1.gem) = 45568 +SHA256 (rubygem/activemodel-3.2.5.gem) = b791cf636f79e77a7c8d702cd31225e786802fbc4401b5b2a6ccf1a149f0c5bf +SIZE (rubygem/activemodel-3.2.5.gem) = 45056 --- rubygem-activemodel-3.2.5.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206121633.q5CGXevP046652>