Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2006 06:03:48 +0200 (CEST)
From:      Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98119: [PATCH] net/pathchar: pkg-plist cleanup, take maintainership
Message-ID:  <20060530040348.736B6D3@imhotep.yuckfou.org>
Resent-Message-ID: <200605300410.k4U4A9T9007710@freefall.freebsd.org>

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

>Number:         98119
>Category:       ports
>Synopsis:       [PATCH] net/pathchar: pkg-plist cleanup, take maintainership
>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:   Tue May 30 04:10:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Nils Vogels
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
IS-Root
>Environment:
System: FreeBSD imhotep.yuckfou.org 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Fri Aug  5 19:36:46 CEST
>Description:

- Cleanup up plist to use macros
- Take maintainership

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pathchar-a1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/pathchar/Makefile /disk/3/home/nivo/ports/pathchar/Makefile
--- /usr/ports/net/pathchar/Makefile	Sat Apr 10 19:26:45 2004
+++ /disk/3/home/nivo/ports/pathchar/Makefile	Tue May 30 06:02:31 2006
@@ -8,6 +8,7 @@
 
 PORTNAME=	pathchar
 PORTVERSION=	a1
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	ftp://ftp.ee.lbl.gov/pathchar/:lbl  \
 		http://www.caida.org/tools/utilities/others/pathchar/:caida \
@@ -18,7 +19,7 @@
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:lbl pathcharnotes.html:caida,local \
 		pathchar.8:local pathchar.mantxt:sitka,local
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	nivo+kw+ports.bfa274@is-root.com
 COMMENT=	LBNL Internet path characterization tool
 
 ONLY_FOR_ARCHS=	i386
diff -ruN --exclude=CVS /usr/ports/net/pathchar/pkg-plist /disk/3/home/nivo/ports/pathchar/pkg-plist
--- /usr/ports/net/pathchar/pkg-plist	Wed Nov 22 01:26:02 2000
+++ /disk/3/home/nivo/ports/pathchar/pkg-plist	Tue May 30 06:00:13 2006
@@ -1,6 +1,6 @@
 @comment $FreeBSD: ports/net/pathchar/pkg-plist,v 1.4 2000/11/22 00:26:02 obrien Exp $
 bin/pathchar
-share/doc/pathchar/README.pathchar
-share/doc/pathchar/pathcharnotes.html
-share/doc/pathchar/pathchar.mantxt
-@dirrm share/doc/pathchar
+%%PORTDOCS%%%%DOCSDIR%%/README.pathchar
+%%PORTDOCS%%%%DOCSDIR%%/pathcharnotes.html
+%%PORTDOCS%%%%DOCSDIR%%/pathchar.mantxt
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- pathchar-a1_1.patch ends here ---

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



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