diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2013-09-01 14:36:31 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2013-09-01 14:36:31 +0000 |
commit | d709bfdb2c0214ea055d7e8035f10bb18311c85d (patch) | |
tree | 446a53c6fa24cd070f1c59994e99524a41def2bc | |
parent | devel/opencl: Unbreak fetch (diff) |
Deprecate, set for removal in the beginnign of 2014 because upstream ceased
development.
PR: ports/180387
Submitted by: Maintainer (Frank Wall)
Notes
Notes:
svn path=/head/; revision=325858
-rw-r--r-- | www/mawstats/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mawstats/Makefile b/www/mawstats/Makefile index 76e1f0678247..09832861a997 100644 --- a/www/mawstats/Makefile +++ b/www/mawstats/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: mawstats -# Date created: Mon Apr 26 19:03:51 CEST 2010 -# Whom: Frank Wall <fw@moov.de> -# +# Created by: Frank Wall <fw@moov.de> # $FreeBSD$ # @@ -15,6 +12,9 @@ COMMENT= MAWStats is a Free Web Site Statistics tool 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 |