From owner-svn-ports-all@freebsd.org Fri Sep 9 06:07:30 2016 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 D8D14BD2D38; Fri, 9 Sep 2016 06:07:30 +0000 (UTC) (envelope-from matthew@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 A57737C7; Fri, 9 Sep 2016 06:07:30 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8967T4H028162; Fri, 9 Sep 2016 06:07:29 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8967T90028161; Fri, 9 Sep 2016 06:07:29 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201609090607.u8967T90028161@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 9 Sep 2016 06:07:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421597 - head/www/rt40 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, 09 Sep 2016 06:07:30 -0000 Author: matthew Date: Fri Sep 9 06:07:29 2016 New Revision: 421597 URL: https://svnweb.freebsd.org/changeset/ports/421597 Log: Upstream are ending support for this version on 2017-02-15. Deprecate and mark for expiry -- users should migrate to rt44. Announcement: https://bestpractical.com/blog/2016/9/rt-40-reaches-end-of-life Modified: head/www/rt40/Makefile Modified: head/www/rt40/Makefile ============================================================================== --- head/www/rt40/Makefile Fri Sep 9 06:00:31 2016 (r421596) +++ head/www/rt40/Makefile Fri Sep 9 06:07:29 2016 (r421597) @@ -10,6 +10,9 @@ PKGNAMESUFFIX= 40 MAINTAINER= matthew@FreeBSD.org COMMENT= RT is an industrial-grade ticketing system written in Perl +DEPRECATED= Upstream support EoL, please migrate to rt44 +EXPIRATION_DATE= 2017-02-15 + CONFLICTS_INSTALL= rt42-4.2* rt44-4.4* brlcad-[0-9]* NO_ARCH= yes @@ -138,7 +141,6 @@ DB_TYPE= Oracle DB_TYPE= SQLite .endif - .if ${PORT_OPTIONS:MPGSQL} DB_DBA_USER?= pgsql .else