From owner-svn-ports-all@freebsd.org Thu Aug 4 14:18:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4CE6BAF061; Thu, 4 Aug 2016 14:18:34 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 64E071896; Thu, 4 Aug 2016 14:18:34 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u74EIXas055453; Thu, 4 Aug 2016 14:18:33 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u74EIXB3055452; Thu, 4 Aug 2016 14:18:33 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201608041418.u74EIXB3055452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 4 Aug 2016 14:18:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419614 - head/net-mgmt/netams 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.22 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: Thu, 04 Aug 2016 14:18:34 -0000 Author: marino Date: Thu Aug 4 14:18:33 2016 New Revision: 419614 URL: https://svnweb.freebsd.org/changeset/ports/419614 Log: net-mgmt/netams: reset maintainer, expire, make less broken First, the port already has 3 maintainer timeouts going back years, so go ahead and reset maintainership. Second, it's broken on FreeBSD 10 and newer. Third, the options were broken (e.g. USES defined after ,
 and  also used with options.  I tweaked this some (untested)
  
  Fourth: The pcap specification is ambiguous.  (I removed it). [1]
  
  The entire port is in really bad shape so set it for removal in
  two weeks.
  
  PR:	211578 [1]

Modified:
  head/net-mgmt/netams/Makefile

Modified: head/net-mgmt/netams/Makefile
==============================================================================
--- head/net-mgmt/netams/Makefile	Thu Aug  4 14:05:19 2016	(r419613)
+++ head/net-mgmt/netams/Makefile	Thu Aug  4 14:18:33 2016	(r419614)
@@ -3,16 +3,21 @@
 
 PORTNAME=	netams
 PORTVERSION=	3.4.5
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://www.netams.com/files/
 
-MAINTAINER=	jura@netams.com
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Network Traffic Accounting and Monitoring Software
 
-LICENSE=	GPLv2
+BROKEN_FreeBSD_10=	PR 197249
+BROKEN_FreeBSD_11=	PR 197249
+BROKEN_FreeBSD_12=	PR 197249
+
+DEPRECATED=	unmaintained, broken on most FreeBSD platforms
+EXPIRATION_DATE=	2016-08-18
 
-LIB_DEPENDS=	libpcap.so:net/libpcap
+LICENSE=	GPLv2
 
 SSP_UNSAFE=	kernel module does not support ssp
 USE_SUBMAKE=	yes
@@ -32,6 +37,7 @@ CGI_DESC=	Install admin/user CGI scripts
 OPTIONS_SUB=	yes
 PGSQL_USES=	pgsql
 MYSQL_USE=	MYSQL=yes
+CGI_USES=	jpeg
 
 .include 
 
@@ -73,7 +79,6 @@ RUN_DEPENDS+=	p5-GD>=0:graphics/p5-GD \
 		p5-Crypt-GeneratePassword>=0:security/p5-Crypt-GeneratePassword
 
 LIB_DEPENDS+=	libgd.so:graphics/gd
-USES+=		jpeg
 
 . if ${PORT_OPTIONS:MPGSQL}
 RUN_DEPENDS+=	p5-DBD-Pg>=0:databases/p5-DBD-Pg
@@ -136,10 +141,4 @@ do-install:
 .endif
 	${INSTALL_MAN} ${MAN_8:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${PREFIX}/man/man8
 
-.include 
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
-BROKEN=		does not build on 10.x+
-.endif
-
-.include 
+.include