From owner-svn-ports-all@FreeBSD.ORG Tue May 20 18:36:42 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id 8C0FB58F; Tue, 20 May 2014 18:36:42 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76937237C; Tue, 20 May 2014 18:36:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4KIagaY020101; Tue, 20 May 2014 18:36:42 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4KIagaH020100; Tue, 20 May 2014 18:36:42 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405201836.s4KIagaH020100@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 20 May 2014 18:36:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354665 - head/mail/sastatd 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.18 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: Tue, 20 May 2014 18:36:42 -0000 Author: amdmi3 Date: Tue May 20 18:36:41 2014 New Revision: 354665 URL: http://svnweb.freebsd.org/changeset/ports/354665 QAT: https://qat.redports.org/buildarchive/r354665/ Log: - Deprecate and set EXPIRATION_DATE: superseded by sysutils/p5-Tail-Stat PR: 189968 Submitted by: Oleg A. Mamontov (maintainer) Approved by: portmgr (implicit) Modified: head/mail/sastatd/Makefile Modified: head/mail/sastatd/Makefile ============================================================================== --- head/mail/sastatd/Makefile Tue May 20 18:24:15 2014 (r354664) +++ head/mail/sastatd/Makefile Tue May 20 18:36:41 2014 (r354665) @@ -3,6 +3,7 @@ PORTNAME= sastatd PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LONERR @@ -10,6 +11,9 @@ MASTER_SITE_SUBDIR= CPAN:LONERR MAINTAINER= oleg@mamontov.net COMMENT= SpamAssassin statistic collecting server +DEPRECATED= Superseded by sysutils/p5-Tail-Stat +EXPIRATION_DATE= 2014-06-20 + BUILD_DEPENDS= p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any \ p5-Log-Dispatch>=2.26:${PORTSDIR}/devel/p5-Log-Dispatch \ p5-Pid-File-Flock>=0:${PORTSDIR}/devel/p5-Pid-File-Flock \