From owner-svn-ports-all@FreeBSD.ORG Mon Sep 23 17:06:39 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 198367D5; Mon, 23 Sep 2013 17:06:39 +0000 (UTC) (envelope-from tabthorpe@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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 068282B50; Mon, 23 Sep 2013 17:06:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8NH6c8q036424; Mon, 23 Sep 2013 17:06:38 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8NH6cMI036423; Mon, 23 Sep 2013 17:06:38 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309231706.r8NH6cMI036423@svn.freebsd.org> From: Thomas Abthorpe Date: Mon, 23 Sep 2013 17:06:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328025 - head/archivers/ruby-bz2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Sep 2013 17:06:39 -0000 Author: tabthorpe Date: Mon Sep 23 17:06:38 2013 New Revision: 328025 URL: http://svnweb.freebsd.org/changeset/ports/328025 Log: - Set EXPIRATION date to match www/puppet26 With hat: portmgr Discussed with: swills Modified: head/archivers/ruby-bz2/Makefile Modified: head/archivers/ruby-bz2/Makefile ============================================================================== --- head/archivers/ruby-bz2/Makefile Mon Sep 23 16:52:56 2013 (r328024) +++ head/archivers/ruby-bz2/Makefile Mon Sep 23 17:06:38 2013 (r328025) @@ -13,7 +13,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby extension to use libbz2 DEPRECATED= Does not work with Ruby 1.9 -EXPIRATION_DATE= 2013-05-02 +EXPIRATION_DATE= 2013-10-01 NO_STAGE= yes USE_RUBY= yes