Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2001 21:16:49 -0500 (CDT)
From:      Kim Scarborough <sluggo@jinx.unknown.nu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29053: Update port: misc/ftree 1.6 -> 1.7
Message-ID:  <200107180216.VAA68459@jinx.unknown.nu>

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

>Number:         29053
>Category:       ports
>Synopsis:       New version of ftree, and some cleanups
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 17 19:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Kim Scarborough
>Release:        FreeBSD 3.5-STABLE i386
>Organization:
>Environment:


>Description:


>How-To-Repeat:


>Fix:

diff -ruN ftree.orig/Makefile ftree/Makefile
--- ftree.orig/Makefile Tue Dec 19 04:20:36 2000
+++ ftree/Makefile      Tue Jul 17 20:48:01 2001
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=      ftree
-PORTVERSION=   1.6
+PORTVERSION=   1.7
 CATEGORIES=    misc linux
 MASTER_SITES=  http://www.vjet.demon.co.uk/ftree/ \
                http://www.unknown.nu/ports/
-DISTNAME=      ftree-1.6-static
+DISTNAME=      ftree-${PORTVERSION}-static
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    user@unknown.nu
@@ -36,11 +36,11 @@
 .if !defined(NOPORTDOCS)
        ${MKDIR} ${PREFIX}/share/doc/ftree
        ${MKDIR} ${PREFIX}/share/doc/ftree/examples
-       ${INSTALL_DATA} ${WRKSRC}/doc/ftree-1.6/Copyright\
+       ${INSTALL_DATA} ${WRKSRC}/doc/ftree-${PORTVERSION}/Copyright\
        ${PREFIX}/share/doc/ftree
-       ${INSTALL_DATA} ${WRKSRC}/doc/ftree-1.6/ReleaseNotes-1.6.txt\
+       ${INSTALL_DATA} ${WRKSRC}/doc/ftree-${PORTVERSION}/ReleaseNotes-${PORTVERSION}.txt\
        ${PREFIX}/share/doc/ftree
-       ${INSTALL_DATA} ${WRKSRC}/doc/ftree-1.6/examples/royal.ged\
+       ${INSTALL_DATA} ${WRKSRC}/doc/ftree-${PORTVERSION}/examples/royal.ged\
        ${PREFIX}/share/doc/ftree/examples
 .endif
 
diff -ruN ftree.orig/distinfo ftree/distinfo
--- ftree.orig/distinfo Tue Jul 17 20:55:52 2001
+++ ftree/distinfo      Tue Jul 17 20:37:32 2001
@@ -1 +1 @@
-MD5 (ftree-1.6-static.tgz) = 58c7a7c9243d8c18a31a8cc6e93fd52b
+MD5 (ftree-1.7-static.tgz) = aa83fb7df098d37d35991228dc5b975e
diff -ruN ftree.orig/pkg-comment ftree/pkg-comment
--- ftree.orig/pkg-comment      Tue Dec 19 04:20:36 2000
+++ ftree/pkg-comment   Tue Jul 17 20:42:14 2001
@@ -1 +1 @@
-A program to store and display family tree genealogy information under X
+An X11 genealogy program
diff -ruN ftree.orig/pkg-plist ftree/pkg-plist
--- ftree.orig/pkg-plist        Tue Dec 19 04:20:36 2000
+++ ftree/pkg-plist     Tue Jul 17 20:59:02 2001
@@ -1,6 +1,6 @@
 bin/ftree
 share/doc/ftree/Copyright
-share/doc/ftree/ReleaseNotes-1.6.txt
+share/doc/ftree/ReleaseNotes-1.7.txt
 share/doc/ftree/examples/royal.ged
 @dirrm share/doc/ftree/examples
 @dirrm share/doc/ftree
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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