Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2001 23:25:38 +1100 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32748: [maintainer update] sysutils/pkg_tree update to 1.1
Message-ID:  <20011212122538.7D9AF8C9@k7.mavetju.org>

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

>Number:         32748
>Category:       ports
>Synopsis:       [maintainer update] sysutils/pkg_tree update to 1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 12 04:30:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju.org 4.4-RELEASE FreeBSD 4.4-RELEASE #2: Sat Nov 10 21:31:47 EST 2001 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386

n/a
>Description:
This is a patch to upgrade to version 1.1.

>How-To-Repeat:
n/a

>Fix:

files/patch-Makefile is a new file!

--- Makefile.orig	Wed Dec 12 23:00:26 2001
+++ Makefile	Wed Dec 12 23:24:56 2001
@@ -6,10 +6,17 @@
 #
 
 PORTNAME=	pkg_tree
-PORTVERSION=	1.0
+PORTVERSION=	1.1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.mavetju.org/download/
 
 MAINTAINER=	edwin@mavetju.org
+
+MAN7=		pkg_tree.7
+
+post-patch:
+	${PERL} -pi -e 's|__PREFIX__|${PREFIX}|g' ${WRKSRC}/Makefile
+	${PERL} -pi -e 's|__INSTALL_MAN__|${INSTALL_MAN}|g' ${WRKSRC}/Makefile
+	${PERL} -pi -e 's|__INSTALL_SCRIPT__|${INSTALL_SCRIPT}|g' ${WRKSRC}/Makefile
 
 .include <bsd.port.mk>
--- distinfo.orig	Wed Dec 12 23:00:29 2001
+++ distinfo	Wed Dec 12 23:01:24 2001
@@ -1 +1 @@
-MD5 (pkg_tree-1.0.tar.gz) = 5cfdf6f24e17963eccf83eab2bd9893f
+MD5 (pkg_tree-1.1.tar.gz) = b41c4a28a7ed727962bb137914f81030
--- /dev/null	Wed Dec 12 23:25:12 2001
+++ files/patch-Makefile	Wed Dec 12 23:11:58 2001
@@ -0,0 +1,13 @@
+--- Makefile.orig	Wed Dec 12 23:06:13 2001
++++ Makefile	Wed Dec 12 23:07:35 2001
+@@ -11,8 +11,8 @@
+ 		--date="December 15, 2001" pkg_tree.pod > pkg_tree.7
+ 
+ install:
+-	install -o root -g wheel -m 755 -c pkg_tree /usr/local/bin
+-	install -o root -g wheel -m 644 -c pkg_tree.7 /usr/local/man/man7
++	__INSTALL_SCRIPT__ pkg_tree __PREFIX__/bin
++	__INSTALL_MAN__ pkg_tree.7 __PREFIX__/man/man7
+ 
+ clean:
+ 	rm pkg_tree.7
>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?20011212122538.7D9AF8C9>