aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/tree
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-08-01 17:55:18 +0800
committermiwi <miwi@FreeBSD.org>2007-08-01 17:55:18 +0800
commitb0792fc5a2bc87fa1725190a5ee1eec120525822 (patch)
tree35db0327219be1751abc2d636998e8302ba9f973 /sysutils/tree
parent471fbf07830ccb833758998e1247e781bb650f2d (diff)
downloadfreebsd-ports-gnome-b0792fc5a2bc87fa1725190a5ee1eec120525822.tar.gz
freebsd-ports-gnome-b0792fc5a2bc87fa1725190a5ee1eec120525822.tar.zst
freebsd-ports-gnome-b0792fc5a2bc87fa1725190a5ee1eec120525822.zip
- Update to 1.5.1.1
- Pass maintainership to submitter PR: 115101 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
Diffstat (limited to 'sysutils/tree')
-rw-r--r--sysutils/tree/Makefile4
-rw-r--r--sysutils/tree/distinfo6
-rw-r--r--sysutils/tree/files/patch-Makefile14
3 files changed, 14 insertions, 10 deletions
diff --git a/sysutils/tree/Makefile b/sysutils/tree/Makefile
index 7a47bfd7b599..09b8d6eee2a4 100644
--- a/sysutils/tree/Makefile
+++ b/sysutils/tree/Makefile
@@ -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}"
diff --git a/sysutils/tree/distinfo b/sysutils/tree/distinfo
index c0ae82205b85..c79a75200ae6 100644
--- a/sysutils/tree/distinfo
+++ b/sysutils/tree/distinfo
@@ -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
diff --git a/sysutils/tree/files/patch-Makefile b/sysutils/tree/files/patch-Makefile
index a753889f14fa..7d119890d267 100644
--- a/sysutils/tree/files/patch-Makefile
+++ b/sysutils/tree/files/patch-Makefile
@@ -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