svn commit: r514857 - head/sysutils/lmon

Dmitri Goutnik dmgk at FreeBSD.org
Sat Oct 19 23:17:33 UTC 2019


Author: dmgk
Date: Sat Oct 19 23:17:32 2019
New Revision: 514857
URL: https://svnweb.freebsd.org/changeset/ports/514857

Log:
  sysutils/lmon : Update MAINTAINER and MASTER_SITES
  
  - Unbreak by updating MASTER_SITES to the new upstream
  - Pass maintainership to the submitter
  
  PR:		241283
  Submitted by:	Chris Hutchinson <portmaster at bsdforge.com>
  Approved by:	tz (mentor)
  Differential Revision:	https://reviews.freebsd.org/D22049

Modified:
  head/sysutils/lmon/Makefile

Modified: head/sysutils/lmon/Makefile
==============================================================================
--- head/sysutils/lmon/Makefile	Sat Oct 19 23:15:49 2019	(r514856)
+++ head/sysutils/lmon/Makefile	Sat Oct 19 23:17:32 2019	(r514857)
@@ -5,17 +5,13 @@ PORTNAME=	lmon
 PORTVERSION=	1.2
 PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.bsdconsulting.no/tools/
+MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/lmon/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Near-realtime log monitoring tool, sends alerts on hits and misses
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
-
-BROKEN=		unfetchable
-DEPRECATED=	Unfetchable, unmaintained
-EXPIRATION_DATE=	2019-10-16
 
 RUN_DEPENDS=	p5-Config-IniFiles>=0:devel/p5-Config-IniFiles \
 		p5-Mail-Sendmail>=0:mail/p5-Mail-Sendmail \


More information about the svn-ports-head mailing list