aboutsummaryrefslogtreecommitdiff
path: root/biology/treeviewx
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-29 06:36:25 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-29 06:36:25 +0000
commit66cf3707e514b04a367cb39dcb25db4388adce87 (patch)
tree869391b7d54e9082ecb686c6f83ddda0f6042283 /biology/treeviewx
parentc01fe2a7c107784670ca51887209241ef4533a58 (diff)
downloadports-66cf3707e514b04a367cb39dcb25db4388adce87.tar.gz
ports-66cf3707e514b04a367cb39dcb25db4388adce87.zip
Update to 0.2.
PR: 33218 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=52346
Diffstat (limited to 'biology/treeviewx')
-rw-r--r--biology/treeviewx/Makefile2
-rw-r--r--biology/treeviewx/distinfo2
-rw-r--r--biology/treeviewx/files/patch-Makefile.in13
-rw-r--r--biology/treeviewx/files/patch-configure10
4 files changed, 8 insertions, 19 deletions
diff --git a/biology/treeviewx/Makefile b/biology/treeviewx/Makefile
index ca08369c2c1d..3f1c418f2b09 100644
--- a/biology/treeviewx/Makefile
+++ b/biology/treeviewx/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= treeviewx
-PORTVERSION= 0.1.1
+PORTVERSION= 0.2
CATEGORIES= biology
MASTER_SITES= http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/
DISTNAME= tv-${PORTVERSION}
diff --git a/biology/treeviewx/distinfo b/biology/treeviewx/distinfo
index 90645024694c..8fb4f9cc6300 100644
--- a/biology/treeviewx/distinfo
+++ b/biology/treeviewx/distinfo
@@ -1 +1 @@
-MD5 (tv-0.1.1.tar.gz) = 8cb3111130fa4623fb74d458659516fc
+MD5 (tv-0.2.tar.gz) = be5349b36aeef1bbd436e17a3cae3ff7
diff --git a/biology/treeviewx/files/patch-Makefile.in b/biology/treeviewx/files/patch-Makefile.in
index c443674c804f..f50463b48285 100644
--- a/biology/treeviewx/files/patch-Makefile.in
+++ b/biology/treeviewx/files/patch-Makefile.in
@@ -1,5 +1,5 @@
---- Makefile.in.orig Sat Aug 4 05:09:46 2001
-+++ Makefile.in Sat Aug 4 15:45:59 2001
+--- Makefile.in.orig Fri Sep 14 02:03:50 2001
++++ Makefile.in Thu Dec 27 11:43:50 2001
@@ -263,7 +263,7 @@
$(CC) -c $(CFLAGS) -I$(NCLDIR) -I$(TREELIBDIR) -I$(GPORTDIR) -DUSE_WXWINDOWS -o $@ $<
@@ -9,10 +9,10 @@
${MAKE} $(PROGRAM);
-@@ -273,6 +273,16 @@
- tview.o : tview.cpp tview.h tproject.h
- tv.o : tv.cpp tv.h tdoc.h tview.h tproject.h
- tdoc.o: tdoc.cpp tdoc.h tview.h
+@@ -283,6 +283,15 @@
+ tdoc.o: tdoc.cpp tdoc.h tview.h \
+ $(TREELIBDIR)/profile.h $(TREELIBDIR)/Parse.h $(TREELIBDIR)/gtree.h $(TREELIBDIR)/TreeLib.h \
+ $(TREELIBDIR)/tokeniser.h $(TREELIBDIR)/treereader.h
+
+install : $(PROGRAM)
+ $(mkinstalldirs) $(DESTDIR)$(bindir)
@@ -22,7 +22,6 @@
+ $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)' `; \
+ else :; fi; \
+ done
-+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/biology/treeviewx/files/patch-configure b/biology/treeviewx/files/patch-configure
deleted file mode 100644
index e205838a6d41..000000000000
--- a/biology/treeviewx/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Thu Aug 16 15:55:01 2001
-+++ configure Thu Aug 16 15:55:13 2001
-@@ -520,7 +520,6 @@
- ac_n= ac_c='\c' ac_t=
- fi
-
-- (tview.cpp)
- ac_aux_dir=
- for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
- if test -f $ac_dir/install-sh; then