From owner-svn-ports-head@freebsd.org Sat Jan 23 15:11:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3526A8E3E8; Sat, 23 Jan 2016 15:11:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C31EF1442; Sat, 23 Jan 2016 15:11:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFB77O048428; Sat, 23 Jan 2016 15:11:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFB7DV048426; Sat, 23 Jan 2016 15:11:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601231511.u0NFB7DV048426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Jan 2016 15:11:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406995 - head/misc/rubygem-mimemagic 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: Sat, 23 Jan 2016 15:11:09 -0000 Author: sunpoet Date: Sat Jan 23 15:11:07 2016 New Revision: 406995 URL: https://svnweb.freebsd.org/changeset/ports/406995 Log: - Update to 0.3.1 - Pass maintainership to ruby@ Changes: https://github.com/minad/mimemagic/commits/master PR: 206493 Submitted by: Michael Fausten (maintainer) Modified: head/misc/rubygem-mimemagic/Makefile head/misc/rubygem-mimemagic/distinfo Modified: head/misc/rubygem-mimemagic/Makefile ============================================================================== --- head/misc/rubygem-mimemagic/Makefile Sat Jan 23 14:36:26 2016 (r406994) +++ head/misc/rubygem-mimemagic/Makefile Sat Jan 23 15:11:07 2016 (r406995) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= mimemagic -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= misc rubygems MASTER_SITES= RG -MAINTAINER= ports@michael-fausten.de +MAINTAINER= ruby@FreeBSD.org COMMENT= MIME detection by extension or content in pure ruby COMMENT= Detects the mime type of a file by extension or by content Modified: head/misc/rubygem-mimemagic/distinfo ============================================================================== --- head/misc/rubygem-mimemagic/distinfo Sat Jan 23 14:36:26 2016 (r406994) +++ head/misc/rubygem-mimemagic/distinfo Sat Jan 23 15:11:07 2016 (r406995) @@ -1,2 +1,2 @@ -SHA256 (rubygem/mimemagic-0.3.0.gem) = a9a1de1e5750b4e59d1126a84dd67ae55595feda835f1659e3fe686917c13480 -SIZE (rubygem/mimemagic-0.3.0.gem) = 354816 +SHA256 (rubygem/mimemagic-0.3.1.gem) = 8fb981c19040ccc22888f17f2665ae829bc2fa0983b644c6947d4494b7d0a379 +SIZE (rubygem/mimemagic-0.3.1.gem) = 352768