Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  9 Mar 2004 00:57:37 +0300 (MSK)
From:      Nosov Artem <chip-set@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63946: Update: sysutils/zisofs-tools 
Message-ID:  <20040308215737.BA2FC3775@feel.void.su>
Resent-Message-ID: <200403082200.i28M0Ifx095229@freefall.freebsd.org>

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

>Number:         63946
>Category:       ports
>Synopsis:       Update: sysutils/zisofs-tools
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 08 14:00:17 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Nosov Artem
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
ISP / ASC
>Environment:
System: FreeBSD 5.2.1-RELEASE


	
>Description:

- added PLIST_FILES macro (pkg-plist can be removed)
- added SIZE section in distinfo

	
>How-To-Repeat:
	
>Fix:

	

--- zisofs-tools.patch begins here ---
diff -ruN zisofs-tools.orig/Makefile zisofs-tools/Makefile
--- zisofs-tools.orig/Makefile	Tue Mar  9 00:52:11 2004
+++ zisofs-tools/Makefile	Tue Mar  9 00:54:17 2004
@@ -14,6 +14,8 @@
 MAINTAINER=	chip-set@mail.ru
 COMMENT=	User utilities for zisofs
 
+PORTDOCS=	README CHANGES INSTALL
+
 USE_AUTOCONF_VER=	253
 USE_BZIP2=	yes
 USE_GMAKE=	yes
@@ -22,10 +24,12 @@
 
 MAN1=		mkzftree.1
 
+PLIST_FILES=	bin/mkzftree
+
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for file in CHANGES README INSTALL
+.for f in ${PORTDOCS}
 	@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 .endfor
 .endif
diff -ruN zisofs-tools.orig/distinfo zisofs-tools/distinfo
--- zisofs-tools.orig/distinfo	Tue Mar  9 00:52:11 2004
+++ zisofs-tools/distinfo	Tue Mar  9 00:52:42 2004
@@ -1 +1,2 @@
 MD5 (zisofs-tools-1.0.4.tar.bz2) = 2a208a774245074223146a87dc94e550
+SIZE (zisofs-tools-1.0.4.tar.bz2) = 40951
diff -ruN zisofs-tools.orig/pkg-plist zisofs-tools/pkg-plist
--- zisofs-tools.orig/pkg-plist	Tue Mar  9 00:52:11 2004
+++ zisofs-tools/pkg-plist	Thu Jan  1 03:00:00 1970
@@ -1,5 +0,0 @@
-bin/mkzftree
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/CHANGES
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- zisofs-tools.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?20040308215737.BA2FC3775>