Bug 189968 - [PATCH] mail/sastatd: deprecation
Summary: [PATCH] mail/sastatd: deprecation
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-19 20:20 UTC by oleg
Modified: 2014-05-20 19:40 UTC (History)
1 user (show)

See Also:


Attachments
sastatd-0.05_1.patch (711 bytes, patch)
2014-05-19 20:20 UTC, oleg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description oleg 2014-05-19 20:20:00 UTC
mail/sastatd supersede by sysutils/p5-Tail-Stat

Port maintainer (oleg@mamontov.net) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-19 20:20:04 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-20 19:36:45 UTC
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 <oleg@mamontov.net> (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 \
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2014-05-20 19:37:56 UTC
State Changed
From-To: open->closed

Committed, with minor changes.  Thanks!  (EXPIRATION_DATE set to T + 1 
month to give users time to migrate)