From owner-svn-ports-all@FreeBSD.ORG Sat Nov 29 20:57:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8270DD32; Sat, 29 Nov 2014 20:57:52 +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 54F2F60E; Sat, 29 Nov 2014 20:57:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sATKvqiT006479; Sat, 29 Nov 2014 20:57:52 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sATKvpRf006476; Sat, 29 Nov 2014 20:57:51 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201411292057.sATKvpRf006476@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Sat, 29 Nov 2014 20:57:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373651 - head/devel/rubygem-atoulme-antwrap 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.18-1 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: Sat, 29 Nov 2014 20:57:52 -0000 Author: arved Date: Sat Nov 29 20:57:50 2014 New Revision: 373651 URL: https://svnweb.freebsd.org/changeset/ports/373651 QAT: https://qat.redports.org/buildarchive/r373651/ Log: Update to 0.7.5 Modified: head/devel/rubygem-atoulme-antwrap/Makefile head/devel/rubygem-atoulme-antwrap/distinfo head/devel/rubygem-atoulme-antwrap/pkg-descr Modified: head/devel/rubygem-atoulme-antwrap/Makefile ============================================================================== --- head/devel/rubygem-atoulme-antwrap/Makefile Sat Nov 29 20:55:33 2014 (r373650) +++ head/devel/rubygem-atoulme-antwrap/Makefile Sat Nov 29 20:57:50 2014 (r373651) @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= atoulme-Antwrap -PORTVERSION= 0.7.4 +PORTVERSION= 0.7.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_RUBYGEMS} MAINTAINER= arved@FreeBSD.org COMMENT= Ruby wrapper for Apache Ant +LICENSE= MIT + RUN_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \ rubygem-rjb>=1.0.3:${PORTSDIR}/java/rubygem-rjb Modified: head/devel/rubygem-atoulme-antwrap/distinfo ============================================================================== --- head/devel/rubygem-atoulme-antwrap/distinfo Sat Nov 29 20:55:33 2014 (r373650) +++ head/devel/rubygem-atoulme-antwrap/distinfo Sat Nov 29 20:57:50 2014 (r373651) @@ -1,2 +1,2 @@ -SHA256 (rubygem/atoulme-Antwrap-0.7.4.gem) = 44923f11c7791c07f64e32b9f82d6162712786a7bcc75d53c508293faf62096a -SIZE (rubygem/atoulme-Antwrap-0.7.4.gem) = 33280 +SHA256 (rubygem/atoulme-Antwrap-0.7.5.gem) = bf4ec10566332d43a05e697d8120000601246507ae7867910b48614a088f4317 +SIZE (rubygem/atoulme-Antwrap-0.7.5.gem) = 34304 Modified: head/devel/rubygem-atoulme-antwrap/pkg-descr ============================================================================== --- head/devel/rubygem-atoulme-antwrap/pkg-descr Sat Nov 29 20:55:33 2014 (r373650) +++ head/devel/rubygem-atoulme-antwrap/pkg-descr Sat Nov 29 20:57:50 2014 (r373651) @@ -1,4 +1,4 @@ A Ruby module that wraps the Apache Ant build tool. Antwrap can be used to invoke Ant Tasks from a Ruby or a JRuby script. -WWW: http://rubygems.org/gems/atoulme-Antwrap +WWW: http://rubygems.org/gems/atoulme-Antwrap