forked from Lainports/freebsd-ports
- Update to 1.5.1.1
- Pass maintainership to submitter PR: 115101 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
This commit is contained in:
parent
dacaa82313
commit
be3adea304
3 changed files with 14 additions and 10 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue