From owner-svn-ports-all@FreeBSD.ORG Tue May 20 18:11:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E95EEA84; Tue, 20 May 2014 18:11:35 +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 D63A42111; Tue, 20 May 2014 18:11:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4KIBZ4W010328; Tue, 20 May 2014 18:11:35 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4KIBZtB010327; Tue, 20 May 2014 18:11:35 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201405201811.s4KIBZtB010327@svn.freebsd.org> From: Johan van Selst Date: Tue, 20 May 2014 18:11:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354663 - head/lang/pike76 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.18 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: Tue, 20 May 2014 18:11:36 -0000 Author: johans Date: Tue May 20 18:11:35 2014 New Revision: 354663 URL: http://svnweb.freebsd.org/changeset/ports/354663 QAT: https://qat.redports.org/buildarchive/r354663/ Log: Deprecate Pike 7.6 in favour of Pike 7.8 Don't bother with staging Approved by: portmgr (implicit) Modified: head/lang/pike76/Makefile Modified: head/lang/pike76/Makefile ============================================================================== --- head/lang/pike76/Makefile Tue May 20 17:58:22 2014 (r354662) +++ head/lang/pike76/Makefile Tue May 20 18:11:35 2014 (r354663) @@ -22,6 +22,9 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap libpcre.so:${PORTSDIR}/devel/pcre \ libgmp.so:${PORTSDIR}/math/gmp +DEPRECATED= Outdated: Users should switch to lang/pike78 +EXPIRATION_DATE=2014-07-01 + CONFLICTS= pike7[28]-[0-9]* CONFLICTS_BUILD=nettle-[2-9]*