Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2013 16:37:30 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179414: net/wmnetload: deprecate
Message-ID:  <201306071637.r57GbUd3000696@oldred.freebsd.org>
Resent-Message-ID: <201306071640.r57Ge0ru070391@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179414
>Category:       ports
>Synopsis:       net/wmnetload: deprecate
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 07 16:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Rene Ladan
>Release:        FreeBSD 9.1-amd64
>Organization:
>Environment:
Ports Tree at revision 320220
>Description:
net/wmnetload depends on x11-wm/libdockapp, which expired on 2012-10-20
Deprecate and mark for removal on 2013-08-04

While here:
- Convert Makefile header
- use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
>How-To-Repeat:
`Tools/scripts/rmport x11-wm/libdockapp` finds this port.
>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 319853)
+++ Makefile	(working copy)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	wmnetload
-# Date created:		6 February 2003
-# Whom:		Hendrik Scholz <hendrik@scholz.net>
-#
+# Created by: Hendrik Scholz <hendrik@scholz.net>
 # $FreeBSD$
-#
 
 PORTNAME=	wmnetload
 PORTVERSION=	1.3
@@ -16,14 +12,19 @@
 MAINTAINER=	xride@FreeBSD.org
 COMMENT=	Network load monitor dockapp
 
+DEPRECATED=	Depends on expired x11-wm/libdockapp
+EXPIRATION_DATE=2013-08-04
+
 LIB_DEPENDS=	dockapp.2:${PORTSDIR}/x11-wm/libdockapp
 
 USE_BZIP2=	yes
 USE_XORG=	xpm x11
 GNU_CONFIGURE=	yes
 
+.include <bsd.port.options.mk>
+
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${PREFIX}/share/doc/wmnetload
 	@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmnetload/
 .endif


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306071637.r57GbUd3000696>