From owner-svn-ports-all@FreeBSD.ORG Sat Feb 2 02:14:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8DC91451; Sat, 2 Feb 2013 02:14:03 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 74BC2A57; Sat, 2 Feb 2013 02:14:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r122E35A057542; Sat, 2 Feb 2013 02:14:03 GMT (envelope-from leeym@svn.freebsd.org) Received: (from leeym@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r122E3Qn057541; Sat, 2 Feb 2013 02:14:03 GMT (envelope-from leeym@svn.freebsd.org) Message-Id: <201302020214.r122E3Qn057541@svn.freebsd.org> From: Yen-Ming Lee Date: Sat, 2 Feb 2013 02:14:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311409 - head/net-mgmt/nettop 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.14 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: Sat, 02 Feb 2013 02:14:03 -0000 Author: leeym Date: Sat Feb 2 02:14:02 2013 New Revision: 311409 URL: http://svnweb.freebsd.org/changeset/ports/311409 Log: - mark DEPRECATED with EXPIRATION_DATE for one month Modified: head/net-mgmt/nettop/Makefile Modified: head/net-mgmt/nettop/Makefile ============================================================================== --- head/net-mgmt/nettop/Makefile Sat Feb 2 00:52:49 2013 (r311408) +++ head/net-mgmt/nettop/Makefile Sat Feb 2 02:14:02 2013 (r311409) @@ -1,7 +1,4 @@ -# New ports collection makefile for: nettop -# Date created: 21 April 2006 -# Whom: Yen-Ming Lee -# +# Created by: Yen-Ming Lee # $FreeBSD$ # @@ -9,7 +6,7 @@ PORTNAME= nettop PORTVERSION= 0.2.3 PORTREVISION= 3 CATEGORIES= net-mgmt -MASTER_SITES= http://srparish.net/scripts/ +MASTER_SITES= http://fossies.org/unix/privat/old/ MAINTAINER= leeym@FreeBSD.org COMMENT= A program which looks like top, but is for network packets @@ -24,6 +21,11 @@ LDFLAGS+= -lcurses PLIST_FILES= bin/nettop PORTDOCS= README THANKS ChangeLog +DEPRECATED= Dead upstream +EXPIRATION_DATE=2013-03-01 + +.include + post-patch: ${REINPLACE_CMD} -e '/count.*size/s/(int) //g' ${WRKSRC}/nettop.c .if !exists(/usr/lib/libpthread.so) @@ -32,7 +34,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif