From owner-svn-ports-all@freebsd.org Tue Mar 7 11:50:50 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 B7435D01838; Tue, 7 Mar 2017 11:50:50 +0000 (UTC) (envelope-from avilla@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 6A12F1D12; Tue, 7 Mar 2017 11:50:50 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v27BonMP023927; Tue, 7 Mar 2017 11:50:49 GMT (envelope-from avilla@FreeBSD.org) Received: (from avilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v27Bonb5023924; Tue, 7 Mar 2017 11:50:49 GMT (envelope-from avilla@FreeBSD.org) Message-Id: <201703071150.v27Bonb5023924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: avilla set sender to avilla@FreeBSD.org using -f From: Alberto Villa Date: Tue, 7 Mar 2017 11:50:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435596 - in head/graphics: opengtl qtgtl shiva-collections 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.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: Tue, 07 Mar 2017 11:50:50 -0000 Author: avilla Date: Tue Mar 7 11:50:49 2017 New Revision: 435596 URL: https://svnweb.freebsd.org/changeset/ports/435596 Log: Deprecate OpenGTL ports PR: 217302 Submitted by: rezny Modified: head/graphics/opengtl/Makefile head/graphics/qtgtl/Makefile head/graphics/shiva-collections/Makefile Modified: head/graphics/opengtl/Makefile ============================================================================== --- head/graphics/opengtl/Makefile Tue Mar 7 11:45:34 2017 (r435595) +++ head/graphics/opengtl/Makefile Tue Mar 7 11:50:49 2017 (r435596) @@ -18,6 +18,9 @@ LICENSE= LGPL20 LIB_DEPENDS= libpng.so:graphics/png \ libLLVM-3.3.so:devel/llvm33 +DEPRECATED= Project is dead, has no end user, and relies on EOLed LLVM +EXPIRATION_DATE=2017-04-15 + USES= cmake pathfix perl5 tar:bzip2 USE_LDCONFIG= yes CMAKE_ARGS= -DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/bin/llvm-config33 Modified: head/graphics/qtgtl/Makefile ============================================================================== --- head/graphics/qtgtl/Makefile Tue Mar 7 11:45:34 2017 (r435595) +++ head/graphics/qtgtl/Makefile Tue Mar 7 11:50:49 2017 (r435596) @@ -13,6 +13,9 @@ LICENSE= LGPL20 LIB_DEPENDS= libGTLCore.so:graphics/opengtl +DEPRECATED= Project is dead and has had no consumer for over a year +EXPIRATION_DATE=2017-04-15 + USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build USES= cmake:outsource pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes Modified: head/graphics/shiva-collections/Makefile ============================================================================== --- head/graphics/shiva-collections/Makefile Tue Mar 7 11:45:34 2017 (r435595) +++ head/graphics/shiva-collections/Makefile Tue Mar 7 11:50:49 2017 (r435596) @@ -8,6 +8,9 @@ MASTER_SITES= http://download.opengtl.or MAINTAINER= avilla@FreeBSD.org COMMENT= Collection of kernels for OpenGTL +DEPRECATED= Project is dead and has no end user +EXPIRATION_DATE=2017-04-15 + USES= cmake tar:bzip2 NO_BUILD= yes