diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-08-01 09:55:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-08-01 09:55:18 +0000 |
commit | be3adea30458c3dd9b4c4f3f6a6340bcac7dc2e7 (patch) | |
tree | 6910cd29eec8d40fab6c98e9a387dd0f179b5787 /sysutils | |
parent | dacaa82313493269ad2ee1bb7e887b3090a7bfbd (diff) | |
download | ports-be3adea30458c3dd9b4c4f3f6a6340bcac7dc2e7.tar.gz ports-be3adea30458c3dd9b4c4f3f6a6340bcac7dc2e7.zip |
- Update to 1.5.1.1
- Pass maintainership to submitter
PR: 115101
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
Notes
Notes:
svn path=/head/; revision=196886
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/tree/Makefile | 4 | ||||
-rw-r--r-- | sysutils/tree/distinfo | 6 | ||||
-rw-r--r-- | sysutils/tree/files/patch-Makefile | 14 |
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 |