From owner-svn-ports-head@FreeBSD.ORG Thu Jun 18 18:57:32 2015 Return-Path: Delivered-To: svn-ports-head@hub.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 CB8F7382; Thu, 18 Jun 2015 18:57:32 +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 9F8A3D17; Thu, 18 Jun 2015 18:57:32 +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 t5IIvW84075299; Thu, 18 Jun 2015 18:57:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5IIvWbK075297; Thu, 18 Jun 2015 18:57:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506181857.t5IIvWbK075297@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 18 Jun 2015 18:57:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390036 - in head/devel/rubygem-term-ansicolor: . files 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: Thu, 18 Jun 2015 18:57:32 -0000 Author: sunpoet Date: Thu Jun 18 18:57:31 2015 New Revision: 390036 URL: https://svnweb.freebsd.org/changeset/ports/390036 Log: - Update to 1.3.1 - Remove EXAMPLES option Deleted: head/devel/rubygem-term-ansicolor/files/ Modified: head/devel/rubygem-term-ansicolor/Makefile head/devel/rubygem-term-ansicolor/distinfo Modified: head/devel/rubygem-term-ansicolor/Makefile ============================================================================== --- head/devel/rubygem-term-ansicolor/Makefile Thu Jun 18 18:57:26 2015 (r390035) +++ head/devel/rubygem-term-ansicolor/Makefile Thu Jun 18 18:57:31 2015 (r390036) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= term-ansicolor -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= devel ruby MASTER_SITES= RG @@ -13,18 +13,11 @@ LICENSE= GPLv2 RUN_DEPENDS= rubygem-tins>=1.0:${PORTSDIR}/devel/rubygem-tins -OPTIONS_DEFINE= EXAMPLES - NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES= bin/colortab bin/term_display bin/term_mandel -PORTEXAMPLES= cdiff decolor - -post-install: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ - cd ${WRKSRC}/bin/ && ${INSTALL_SCRIPT} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/ +PLIST_FILES= bin/term_cdiff bin/term_colortab bin/term_decolor bin/term_display bin/term_mandel .include Modified: head/devel/rubygem-term-ansicolor/distinfo ============================================================================== --- head/devel/rubygem-term-ansicolor/distinfo Thu Jun 18 18:57:26 2015 (r390035) +++ head/devel/rubygem-term-ansicolor/distinfo Thu Jun 18 18:57:31 2015 (r390036) @@ -1,2 +1,2 @@ -SHA256 (rubygem/term-ansicolor-1.3.0.gem) = 8b5caf6839a0c1bbf7a55a9d2fbd3c172f623fa05c427f9b3ea5d75bdfe14fa8 -SIZE (rubygem/term-ansicolor-1.3.0.gem) = 890368 +SHA256 (rubygem/term-ansicolor-1.3.1.gem) = 3881dfecb33903585797a989ef6d0a341f73541f2309956244fea3cd84d4c503 +SIZE (rubygem/term-ansicolor-1.3.1.gem) = 890880