From owner-svn-ports-all@freebsd.org Fri Apr 28 11:41:36 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 2133BD54AA3; Fri, 28 Apr 2017 11:41:36 +0000 (UTC) (envelope-from rene@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 E506EAA9; Fri, 28 Apr 2017 11:41:35 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3SBfYed024752; Fri, 28 Apr 2017 11:41:34 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3SBfYMT024751; Fri, 28 Apr 2017 11:41:34 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201704281141.v3SBfYMT024751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 28 Apr 2017 11:41:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439603 - head/graphics/rayshade 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: Fri, 28 Apr 2017 11:41:36 -0000 Author: rene Date: Fri Apr 28 11:41:34 2017 New Revision: 439603 URL: https://svnweb.freebsd.org/changeset/ports/439603 Log: graphics/rayshade: un-expire, it builds fine with the new graphics/urt Modified: head/graphics/rayshade/Makefile Modified: head/graphics/rayshade/Makefile ============================================================================== --- head/graphics/rayshade/Makefile Fri Apr 28 11:16:01 2017 (r439602) +++ head/graphics/rayshade/Makefile Fri Apr 28 11:41:34 2017 (r439603) @@ -22,9 +22,6 @@ LICENSE_PERMS= dist-mirror no-dist-sell BUILD_DEPENDS= ${LOCALBASE}/lib/librle.a:graphics/urt -DEPRECATED= Depends on expiring graphics/urt -EXPIRATION_DATE=2017-04-01 - WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION:R} HAS_CONFIGURE= yes