From owner-svn-ports-all@FreeBSD.ORG Fri May 22 20:21:35 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D495FFD; Fri, 22 May 2015 20:21:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E57FF1836; Fri, 22 May 2015 20:21:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4MKLYu3038599; Fri, 22 May 2015 20:21:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4MKLYwV038588; Fri, 22 May 2015 20:21:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505222021.t4MKLYwV038588@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 May 2015 20:21:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387062 - head/www/rubygem-acts-as-taggable-on3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2015 20:21:35 -0000 Author: sunpoet Date: Fri May 22 20:21:33 2015 New Revision: 387062 URL: https://svnweb.freebsd.org/changeset/ports/387062 Log: - Update to 3.5.0 - Add WWW Changes: https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md Modified: head/www/rubygem-acts-as-taggable-on3/Makefile head/www/rubygem-acts-as-taggable-on3/distinfo head/www/rubygem-acts-as-taggable-on3/pkg-descr Modified: head/www/rubygem-acts-as-taggable-on3/Makefile ============================================================================== --- head/www/rubygem-acts-as-taggable-on3/Makefile Fri May 22 20:21:27 2015 (r387061) +++ head/www/rubygem-acts-as-taggable-on3/Makefile Fri May 22 20:21:33 2015 (r387062) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= acts-as-taggable-on -PORTVERSION= 3.4.2 +PORTVERSION= 3.5.0 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 3 @@ -13,8 +13,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activerecord4>=4.1.6:${PORTSDIR}/databases/rubygem-activerecord4 -USE_RUBY= YES -USE_RUBYGEMS= YES -RUBYGEM_AUTOPLIST= YES +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes .include Modified: head/www/rubygem-acts-as-taggable-on3/distinfo ============================================================================== --- head/www/rubygem-acts-as-taggable-on3/distinfo Fri May 22 20:21:27 2015 (r387061) +++ head/www/rubygem-acts-as-taggable-on3/distinfo Fri May 22 20:21:33 2015 (r387062) @@ -1,2 +1,2 @@ -SHA256 (rubygem/acts-as-taggable-on-3.4.2.gem) = 6e00a2d89e27b0a9af6609ccce9da1b3ef14ccdb670ccc0dec0d9e9366bbc333 -SIZE (rubygem/acts-as-taggable-on-3.4.2.gem) = 48640 +SHA256 (rubygem/acts-as-taggable-on-3.5.0.gem) = 27dfb17d01ed056c5d28b54142d356bac55953ce66259fa0fad28d4b1bfae02f +SIZE (rubygem/acts-as-taggable-on-3.5.0.gem) = 49152 Modified: head/www/rubygem-acts-as-taggable-on3/pkg-descr ============================================================================== --- head/www/rubygem-acts-as-taggable-on3/pkg-descr Fri May 22 20:21:27 2015 (r387061) +++ head/www/rubygem-acts-as-taggable-on3/pkg-descr Fri May 22 20:21:33 2015 (r387062) @@ -2,4 +2,4 @@ With ActsAsTaggableOn, you can tag a sin such as skills, interests, and awards. It also provides other advanced functionality. -https://rubygems.org/gems/acts-as-taggable-on +WWW: https://github.com/mbleigh/acts-as-taggable-on