From owner-svn-ports-all@freebsd.org Wed Dec 13 07:34:38 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 B3A67E941B0; Wed, 13 Dec 2017 07:34:38 +0000 (UTC) (envelope-from wen@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 743D9660B1; Wed, 13 Dec 2017 07:34:38 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBD7Ybki031052; Wed, 13 Dec 2017 07:34:37 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBD7Yb02031049; Wed, 13 Dec 2017 07:34:37 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201712130734.vBD7Yb02031049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 13 Dec 2017 07:34:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456196 - in head/www: mediawiki123 mediawiki128 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/www: mediawiki123 mediawiki128 X-SVN-Commit-Revision: 456196 X-SVN-Commit-Repository: ports 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.25 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: Wed, 13 Dec 2017 07:34:38 -0000 Author: wen Date: Wed Dec 13 07:34:37 2017 New Revision: 456196 URL: https://svnweb.freebsd.org/changeset/ports/456196 Log: - Mark DEPRECATED and set EXPIRATION_DATE Modified: head/www/mediawiki123/Makefile head/www/mediawiki128/Makefile Modified: head/www/mediawiki123/Makefile ============================================================================== --- head/www/mediawiki123/Makefile Wed Dec 13 07:27:21 2017 (r456195) +++ head/www/mediawiki123/Makefile Wed Dec 13 07:34:37 2017 (r456196) @@ -14,6 +14,9 @@ LICENSE= GPLv2 CONFLICTS= mediawiki12[789]-[0-9]* mediawiki130-[0-9]* +DEPRECATED= Upstream no longer maintained +EXPIRATION_DATE=2018-03-13 + USES= php:web python:run shebangfix SHEBANG_FILES= maintenance/dev/*.sh \ maintenance/hiphop/run-server \ Modified: head/www/mediawiki128/Makefile ============================================================================== --- head/www/mediawiki128/Makefile Wed Dec 13 07:27:21 2017 (r456195) +++ head/www/mediawiki128/Makefile Wed Dec 13 07:34:37 2017 (r456196) @@ -14,6 +14,9 @@ LICENSE= GPLv2 CONFLICTS= mediawiki12[379]-[0-9]* mediawiki130-[0-9]* +DEPRECATED= Upstream no longer maintained +EXPIRATION_DATE=2018-03-13 + USES= php:web shebangfix SHEBANG_FILES= maintenance/dev/*.sh \ maintenance/postgres/*.pl \