Date: Tue, 19 Jul 2005 11:32:03 +0400 From: Andrej Zverev <az@inec.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/83708: [update] misc/xtar - use PLIST instead of pkg-plist Message-ID: <E1DumaB-0005Jg-A5@az.inec.ru> Resent-Message-ID: <200507190740.j6J7eGQ8071126@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83708 >Category: ports >Synopsis: [update] misc/xtar - use PLIST instead of pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 19 07:40:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: FreeBSD 5.4-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #1: Mon May 23 20:34:48 MSD 2005 az@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Cosmetic changes: 1. Use PLIST_FILES and PLIST_DIRS pkg-plist - removed >How-To-Repeat: >Fix: --- xtar.diff begins here --- diff -Nru xtar.orig/Makefile xtar/Makefile --- xtar.orig/Makefile Mon May 23 20:19:11 2005 +++ xtar/Makefile Tue Jul 19 11:22:31 2005 @@ -18,5 +18,7 @@ USE_IMAKE= yes MAKE_ARGS= XMLIB="${MOTIFLIB}" MAN1= xtar.1 +PLIST_FILES= bin/xtar lib/X11/xtar/xtar.doc lib/X11/app-defaults/XTar +PLIST_DIRS= lib/X11/xtar .include <bsd.port.mk> diff -Nru xtar.orig/pkg-descr xtar/pkg-descr --- xtar.orig/pkg-descr Mon Nov 25 12:47:15 1996 +++ xtar/pkg-descr Tue Jul 19 11:26:26 2005 @@ -1,4 +1,4 @@ - XTar is a Motif program for viewing and manipulating tar - archives (which may be compressed). The contents of the - archive are displayed in the main window and various - options are available from pulldown and popup menus. +XTar is a Motif program for viewing and manipulating tar +archives (which may be compressed). The contents of the +archive are displayed in the main window and various +options are available from pulldown and popup menus. diff -Nru xtar.orig/pkg-plist xtar/pkg-plist --- xtar.orig/pkg-plist Mon Oct 5 02:41:27 1998 +++ xtar/pkg-plist Thu Jan 1 03:00:00 1970 @@ -1,4 +0,0 @@ -bin/xtar -lib/X11/xtar/xtar.doc -lib/X11/app-defaults/XTar -@dirrm lib/X11/xtar --- xtar.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DumaB-0005Jg-A5>