From owner-svn-ports-head@FreeBSD.ORG Mon May 25 19:55:47 2015 Return-Path: Delivered-To: svn-ports-head@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 1A528FDC; Mon, 25 May 2015 19:55:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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 DD8B478B; Mon, 25 May 2015 19:55:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4PJtkli027605; Mon, 25 May 2015 19:55:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4PJtkAN027602; Mon, 25 May 2015 19:55:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505251955.t4PJtkAN027602@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 May 2015 19:55:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387422 - head/mail/rubygem-rmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2015 19:55:47 -0000 Author: sunpoet Date: Mon May 25 19:55:45 2015 New Revision: 387422 URL: https://svnweb.freebsd.org/changeset/ports/387422 Log: - Update to 1.1.0 - Add LICENSE - Add WWW Changes: https://github.com/terceiro/rmail/blob/master/ChangeLog Modified: head/mail/rubygem-rmail/Makefile head/mail/rubygem-rmail/distinfo head/mail/rubygem-rmail/pkg-descr Modified: head/mail/rubygem-rmail/Makefile ============================================================================== --- head/mail/rubygem-rmail/Makefile Mon May 25 19:55:40 2015 (r387421) +++ head/mail/rubygem-rmail/Makefile Mon May 25 19:55:45 2015 (r387422) @@ -2,15 +2,17 @@ # $FreeBSD$ PORTNAME= rmail -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= mail rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Lightweight mail library -USE_RUBY= yes -USE_RUBYGEMS= yes +LICENSE= BSD3CLAUSE + +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Modified: head/mail/rubygem-rmail/distinfo ============================================================================== --- head/mail/rubygem-rmail/distinfo Mon May 25 19:55:40 2015 (r387421) +++ head/mail/rubygem-rmail/distinfo Mon May 25 19:55:45 2015 (r387422) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rmail-1.0.0.gem) = b7479f1cafb4f677f0aac57fc218ccdb800ab4b89942224d52bcbda09a3f4f5b -SIZE (rubygem/rmail-1.0.0.gem) = 79872 +SHA256 (rubygem/rmail-1.1.0.gem) = 538e06244c05e48a5897db3df2997d192a5f176b5dd53ae7c297bcdaeb7e25c5 +SIZE (rubygem/rmail-1.1.0.gem) = 74752 Modified: head/mail/rubygem-rmail/pkg-descr ============================================================================== --- head/mail/rubygem-rmail/pkg-descr Mon May 25 19:55:40 2015 (r387421) +++ head/mail/rubygem-rmail/pkg-descr Mon May 25 19:55:45 2015 (r387422) @@ -2,5 +2,4 @@ RMail is a lightweight mail library cont utility classes and modules that allow ruby scripts to parse, modify, and generate MIME mail messages. -see: mail/ruby-rmail for non Gem version - +WWW https://github.com/terceiro/rmail