From owner-svn-ports-head@freebsd.org Sat Mar 18 13:39:13 2017 Return-Path: Delivered-To: svn-ports-head@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 1BC1BD10638; Sat, 18 Mar 2017 13:39:13 +0000 (UTC) (envelope-from gerald@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 D213E110D; Sat, 18 Mar 2017 13:39:12 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2IDdB9P049604; Sat, 18 Mar 2017 13:39:11 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2IDdBI9049603; Sat, 18 Mar 2017 13:39:11 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201703181339.v2IDdBI9049603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 18 Mar 2017 13:39:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436408 - head/devel/freeocl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2017 13:39:13 -0000 Author: gerald Date: Sat Mar 18 13:39:11 2017 New Revision: 436408 URL: https://svnweb.freebsd.org/changeset/ports/436408 Log: Also mark DEPRECATED due to this being "dead" and having an actively maintainer replacement with lang/pocl. Pull in EXPIRATION_DATE to 2017-03-31. PR: 204393 Approved by: maintainer (O. Hartmann ) Modified: head/devel/freeocl/Makefile Modified: head/devel/freeocl/Makefile ============================================================================== --- head/devel/freeocl/Makefile Sat Mar 18 13:29:56 2017 (r436407) +++ head/devel/freeocl/Makefile Sat Mar 18 13:39:11 2017 (r436408) @@ -14,8 +14,8 @@ COMMENT= Free Open Computing Language (O LICENSE= LGPL3 BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 +DEPRECATED= Unfetchable for more than six months (google code has gone away); use lang/pocl instead +EXPIRATION_DATE= 2017-03-31 BROKEN_powerpc64= Does not build