pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

treeviewx: switch to the version maintained by Debian Med team



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sun Nov 1 14:20:39 2015 +0100
Changeset:	8d61a623f6a972f4f3a2779a2b646c31dc5ec2cb

Modified Files:
	treeview/Makefile
	treeview/distinfo
Removed Files:
	treeview/patches/patch-aa

Log Message:
treeviewx: switch to the version maintained by Debian Med team

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8d61a623f6a972f4f3a2779a2b646c31dc5ec2cb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 treeview/Makefile         | 18 ++++++++++--------
 treeview/distinfo         |  7 ++++---
 treeview/patches/patch-aa | 13 -------------
 3 files changed, 14 insertions(+), 24 deletions(-)

diffs:
diff --git a/treeview/Makefile b/treeview/Makefile
index 6f5045d..83c7674 100644
--- a/treeview/Makefile
+++ b/treeview/Makefile
@@ -1,21 +1,23 @@
 # $NetBSD: Makefile,v 1.9 2012/10/07 17:17:48 asau Exp $
 #
 
-DISTNAME=	tv-0.5
-PKGNAME=	treeviewx-0.5
-PKGREVISION=	2
+DISTNAME=	treeviewx_0.5.1+20100823.orig
+PKGNAME=	treeviewx-0.5.1.20100823
 CATEGORIES=	biology
-MASTER_SITES=	http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/
+#MASTER_SITES=	http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/
+MASTER_SITES=	${MASTER_SITE_DEBIAN:=pool/main/t/treeviewx/}
+
 
 MAINTAINER=	hdp%cs.nmsu.edu@localhost
-HOMEPAGE=	http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/index.html
+#HOMEPAGE=	http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/index.html
+HOMEPAGE=	https://packages.debian.org/unstable/science/treeviewx
 COMMENT=	Phylogenetic tree viewer for Linux and Unix
 
-PKG_DESTDIR_SUPPORT=	none
-
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake
 GNU_CONFIGURE=	YES
 
-.include "../../x11/wxGTK26-contrib/buildlink3.mk"
+WRKSRC=		${WRKDIR}/tv-0.5
+
+.include "../../x11/wxGTK28-contrib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/treeview/distinfo b/treeview/distinfo
index 6af7f5b..9ea2dc5 100644
--- a/treeview/distinfo
+++ b/treeview/distinfo
@@ -1,6 +1,7 @@
 $NetBSD: distinfo,v 1.2 2005/08/07 11:39:54 thomasklausner Exp $
 
-SHA1 (tv-0.5.tar.gz) = 8a9a08eb48223886d2564e0a672737e6db057da1
-RMD160 (tv-0.5.tar.gz) = 1af715ad1b83cefcce41e9693fb8d0e7acfbe0c7
-Size (tv-0.5.tar.gz) = 394811 bytes
+SHA1 (treeviewx_0.5.1+20100823.orig.tar.gz) = ffee9ab62bf20cc84079fa7796aaf145f9f47c82
+RMD160 (treeviewx_0.5.1+20100823.orig.tar.gz) = 981c521bdfa9f24365d2107b215abaed95180052
+SHA512 (treeviewx_0.5.1+20100823.orig.tar.gz) = 7043606a918331f90637eba3c614b5e27ad32e693a47e80d9cb445bbc72a9e83ee3e0ec62709cdace796925b99f27713c12bd8a2e4bcc855fe2b59bd9ca25feb
+Size (treeviewx_0.5.1+20100823.orig.tar.gz) = 441422 bytes
 SHA1 (patch-aa) = fe0e2ff32c70b517284f0a8977fffcf71079c077
diff --git a/treeview/patches/patch-aa b/treeview/patches/patch-aa
deleted file mode 100644
index 1ed6a06..0000000
--- a/treeview/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2005/08/07 11:40:47 thomasklausner Exp $
-
---- Makefile.in.orig	2005-03-21 18:58:57.000000000 +0100
-+++ Makefile.in
-@@ -91,7 +91,7 @@ GPORTDIR = $(TREELIBDIR)/gport
- NCLDIR = ncl-2.0/src
- #LIBDIRS	= -L$(NCLDIR) 
- #-L$(XMLPARSEDIR)
--LIBS = @LIBS@ -lwx_gtk_dcsvg-2.4 -L$(NCLDIR) -lncl -L$(TREELIBDIR) -ltreelib
-+LIBS = @LIBS@ -lwx_gtk2_svg-2.6 -L$(NCLDIR) -lncl -L$(TREELIBDIR) -ltreelib
- #-lexpat
- INCLUDES = -I$(NCLDIR) -I$(TREELIBDIR) -I$(GPORTDIR) 
- #-I$(EXPATPPDIR) -I$(XMLPARSEDIR) -I$(EXPATPPDIR)/xmltok


Home | Main Index | Thread Index | Old Index