From owner-svn-ports-all@freebsd.org Sat Aug 12 10:20:53 2017 Return-Path: Delivered-To: svn-ports-all@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 3010FDCBDA1; Sat, 12 Aug 2017 10:20:53 +0000 (UTC) (envelope-from mandree@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 F354380229; Sat, 12 Aug 2017 10:20:52 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7CAKqN2011754; Sat, 12 Aug 2017 10:20:52 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7CAKqSQ011753; Sat, 12 Aug 2017 10:20:52 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201708121020.v7CAKqSQ011753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sat, 12 Aug 2017 10:20:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447820 - head/graphics/rawtherapee-devel X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/graphics/rawtherapee-devel X-SVN-Commit-Revision: 447820 X-SVN-Commit-Repository: ports 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.23 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, 12 Aug 2017 10:20:53 -0000 Author: mandree Date: Sat Aug 12 10:20:52 2017 New Revision: 447820 URL: https://svnweb.freebsd.org/changeset/ports/447820 Log: IGNORE this port Modified: head/graphics/rawtherapee-devel/Makefile Modified: head/graphics/rawtherapee-devel/Makefile ============================================================================== --- head/graphics/rawtherapee-devel/Makefile Sat Aug 12 10:12:47 2017 (r447819) +++ head/graphics/rawtherapee-devel/Makefile Sat Aug 12 10:20:52 2017 (r447820) @@ -15,6 +15,9 @@ COMMENT= Powerful RAW image processing application LICENSE= GPLv3 +IGNORE= use graphics/rawtherapee instead, it is newer +DEPRECATED= use graphcis/rawtherapee instead, it is newer + LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra \ libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libexpat.so:textproc/expat2 \