From owner-svn-ports-head@freebsd.org Tue Sep 8 18:08:21 2015 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 B02E59CC176; Tue, 8 Sep 2015 18:08:21 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 9CFCD1DDF; Tue, 8 Sep 2015 18:08:21 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88I8L35019961; Tue, 8 Sep 2015 18:08:21 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88I8LkH019960; Tue, 8 Sep 2015 18:08:21 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201509081808.t88I8LkH019960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 8 Sep 2015 18:08:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396422 - head/devel/phptags 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.20 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: Tue, 08 Sep 2015 18:08:21 -0000 Author: novel Date: Tue Sep 8 18:08:20 2015 New Revision: 396422 URL: https://svnweb.freebsd.org/changeset/ports/396422 Log: Mark DEPRECATED: abandoned upstream. Modified: head/devel/phptags/Makefile Modified: head/devel/phptags/Makefile ============================================================================== --- head/devel/phptags/Makefile Tue Sep 8 18:04:53 2015 (r396421) +++ head/devel/phptags/Makefile Tue Sep 8 18:08:20 2015 (r396422) @@ -11,6 +11,9 @@ COMMENT= Create a tags file from PHP sou LICENSE= BSD2CLAUSE +DEPRECATED= abandoned upstream +EXPIRATION_DATE= 2015-11-08 + GNU_CONFIGURE= yes PLIST_FILES= bin/phptags etc/phptags.conf.sample man/man1/phptags.1.gz