Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/tree/Makefile,v --- Makefile 18 Mar 2007 23:58:04 -0000 1.13 +++ Makefile 1 Aug 2007 01:51:21 -0000 @@ -6,12 +6,12 @@ # PORTNAME= tree -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.1.1 CATEGORIES= sysutils MASTER_SITES= ftp://mama.indstate.edu/linux/tree/ CENKES EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= thomas@goodking.ca COMMENT= Display a tree-view of directories with optional color or HTML output MAKE_ENV+= MKDIR="${MKDIR}" Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/tree/distinfo,v --- distinfo 25 Jan 2007 17:02:16 -0000 1.6 +++ distinfo 1 Aug 2007 01:51:21 -0000 @@ -1,3 +1,3 @@ -MD5 (tree-1.5.1.tgz) = 274ca4d36ee6fb216fa6cf01ad5eaa84 -SHA256 (tree-1.5.1.tgz) = 1cda1c4d43c6e11ac2214e0a886f1d184bf59d49252cb489b110697f686f809c -SIZE (tree-1.5.1.tgz) = 30806 +MD5 (tree-1.5.1.1.tgz) = f8fc70a9260b50bf8b4613e9d5f5e589 +SHA256 (tree-1.5.1.1.tgz) = de16db952531f76f4e83f10e5eeb3f810b4bf984d4b11aa3378e71dfa1d13aec +SIZE (tree-1.5.1.1.tgz) = 30792 Index: files/patch-Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/tree/files/patch-Makefile,v --- files/patch-Makefile 25 Jan 2007 17:12:06 -0000 1.5 +++ files/patch-Makefile 1 Aug 2007 01:51:21 -0000 @@ -1,6 +1,6 @@ ---- Makefile.orig Tue Jan 9 23:10:01 2007 -+++ Makefile Thu Jan 25 19:09:06 2007 -@@ -6,11 +6,6 @@ +--- Makefile.orig Mon Jun 11 09:22:47 2007 ++++ Makefile Tue Jul 31 21:41:14 2007 +@@ -6,14 +6,9 @@ # warranties, including, without limitation, the implied warranties # of merchant-ability and fitness for a particular purpose. @@ -11,7 +11,11 @@ - # Uncomment for FreeBSD: #CC=gcc - #CFLAGS=-O2 -Wall -fomit-frame-pointer +-#CFLAGS=-O2 -Wall -fomit-frame-pointer ++CFLAGS=-O2 -Wall -fomit-frame-pointer + #LDFLAGS=-s + + # Uncomment for Cygwin: @@ -38,12 +33,12 @@ #CFLAGS=-02 -Wall -fomit-frame-pointer -Zomf -Zsmall-conv #LDFLAGS=-s -Zomf -Zsmall-conv @@ -19,7 +23,7 @@ -prefix = /usr +prefix = ${PREFIX} - VERSION=1.5.1 + VERSION=1.5.1.1 TREE_DEST=tree BINDIR=${prefix}/bin -MAN=tree.1