From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 14:36:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BD50EFB9; Sun, 1 Sep 2013 14:36:31 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AA4A52F4E; Sun, 1 Sep 2013 14:36:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81EaVQQ055577; Sun, 1 Sep 2013 14:36:31 GMT (envelope-from itetcu@svn.freebsd.org) Received: (from itetcu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81EaVHM055576; Sun, 1 Sep 2013 14:36:31 GMT (envelope-from itetcu@svn.freebsd.org) Message-Id: <201309011436.r81EaVHM055576@svn.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 1 Sep 2013 14:36:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325858 - head/www/mawstats 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.14 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: Sun, 01 Sep 2013 14:36:31 -0000 Author: itetcu Date: Sun Sep 1 14:36:31 2013 New Revision: 325858 URL: http://svnweb.freebsd.org/changeset/ports/325858 Log: Deprecate, set for removal in the beginnign of 2014 because upstream ceased development. PR: ports/180387 Submitted by: Maintainer (Frank Wall) Modified: head/www/mawstats/Makefile Modified: head/www/mawstats/Makefile ============================================================================== --- head/www/mawstats/Makefile Sun Sep 1 14:25:11 2013 (r325857) +++ head/www/mawstats/Makefile Sun Sep 1 14:36:31 2013 (r325858) @@ -1,7 +1,4 @@ -# New ports collection makefile for: mawstats -# Date created: Mon Apr 26 19:03:51 CEST 2010 -# Whom: Frank Wall -# +# Created by: Frank Wall # $FreeBSD$ # @@ -15,6 +12,9 @@ COMMENT= MAWStats is a Free Web Site Sta RUN_DEPENDS= awstats>=6.8:${PORTSDIR}/www/awstats +DEPRECATED= Upstream development dead, use www/[j]awstats instead +EXPIRATION_DATE=2014-01-01 + NO_BUILD= yes USE_PHP= yes WANT_PHP_WEB= yes