From owner-svn-ports-head@FreeBSD.ORG Wed Dec 24 06:15:49 2014 Return-Path: Delivered-To: svn-ports-head@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 A8ED3E8D; Wed, 24 Dec 2014 06:15:49 +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 950B21C07; Wed, 24 Dec 2014 06:15:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBO6Fn1q023497; Wed, 24 Dec 2014 06:15:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBO6FntO023495; Wed, 24 Dec 2014 06:15:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201412240615.sBO6FntO023495@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 24 Dec 2014 06:15:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375414 - head/www/rubygem-multipart-post 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.18-1 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: Wed, 24 Dec 2014 06:15:49 -0000 Author: sunpoet Date: Wed Dec 24 06:15:48 2014 New Revision: 375414 URL: https://svnweb.freebsd.org/changeset/ports/375414 QAT: https://qat.redports.org/buildarchive/r375414/ Log: - Add LICENSE - Take maintainership Modified: head/www/rubygem-multipart-post/Makefile Modified: head/www/rubygem-multipart-post/Makefile ============================================================================== --- head/www/rubygem-multipart-post/Makefile Wed Dec 24 06:15:42 2014 (r375413) +++ head/www/rubygem-multipart-post/Makefile Wed Dec 24 06:15:48 2014 (r375414) @@ -6,9 +6,11 @@ PORTVERSION= 2.0.0 CATEGORIES= www rubygems MASTER_SITES= RG -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby Library that Use with Net::HTTP to do multipart form posts +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes