From owner-svn-ports-all@FreeBSD.ORG Sat Sep 27 01:59:04 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 E6B36BDE; Sat, 27 Sep 2014 01:59:04 +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 D1610801; Sat, 27 Sep 2014 01:59:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8R1x48J025237; Sat, 27 Sep 2014 01:59:04 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8R1x41U025236; Sat, 27 Sep 2014 01:59:04 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201409270159.s8R1x41U025236@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Sat, 27 Sep 2014 01:59:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369354 - head/devel/creduce 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-1 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: Sat, 27 Sep 2014 01:59:05 -0000 Author: brooks Date: Sat Sep 27 01:59:04 2014 New Revision: 369354 URL: http://svnweb.freebsd.org/changeset/ports/369354 QAT: https://qat.redports.org/buildarchive/r369354/ Log: Assume a lack of updates means a lack of interest and deprecate the creduce port as it is the last undeprecated dependency on clang32. If someone wants to update this there is a patch that builds, but does not install at: https://people.freebsd.org/~brooks/patches/creduce-2.2.0-partial.diff Modified: head/devel/creduce/Makefile Modified: head/devel/creduce/Makefile ============================================================================== --- head/devel/creduce/Makefile Sat Sep 27 01:46:53 2014 (r369353) +++ head/devel/creduce/Makefile Sat Sep 27 01:59:04 2014 (r369354) @@ -10,6 +10,8 @@ CATEGORIES= devel MAINTAINER= ports@FreeBSD.org COMMENT= Produces small test cases +DEPRECATED= Unmaintained and depends on ancient LLVM 3.2 +EXPIRATION_DATE= 2014-12-01 # "University of Illinois Open Source License." #LICENSE= BSD2CLAUSE