From owner-svn-ports-head@freebsd.org Wed Oct 7 22:03:39 2015 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 28C109D1D20; Wed, 7 Oct 2015 22:03:39 +0000 (UTC) (envelope-from mmoll@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 E998B9A1; Wed, 7 Oct 2015 22:03:38 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t97M3cDG084838; Wed, 7 Oct 2015 22:03:38 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t97M3cha084837; Wed, 7 Oct 2015 22:03:38 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201510072203.t97M3cha084837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Wed, 7 Oct 2015 22:03:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398789 - head/misc/ruby-progressbar 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: Wed, 07 Oct 2015 22:03:39 -0000 Author: mmoll Date: Wed Oct 7 22:03:37 2015 New Revision: 398789 URL: https://svnweb.freebsd.org/changeset/ports/398789 Log: misc/ruby-progressbar: set to deprecated Approved by: tota (maintainer, via private mail) Modified: head/misc/ruby-progressbar/Makefile Modified: head/misc/ruby-progressbar/Makefile ============================================================================== --- head/misc/ruby-progressbar/Makefile Wed Oct 7 20:59:00 2015 (r398788) +++ head/misc/ruby-progressbar/Makefile Wed Oct 7 22:03:37 2015 (r398789) @@ -13,6 +13,9 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION MAINTAINER= tota@FreeBSD.org COMMENT= Text progress bar library for Ruby +DEPRECATED= Abandoned upstream, superseded by devel/rubygem-ruby-progressbar +EXPIRATION_DATE= 2015-10-22 + CONFLICTS_INSTALL= rubygem-ruby-progressbar-* USE_RUBY= yes NO_BUILD= yes