summaryrefslogtreecommitdiff
path: root/math/graphthing
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-08-01 08:11:29 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-08-01 08:11:29 +0000
commit2391c9a189a715a504fddf614c7f7664b167036f (patch)
tree0725de0cbdf4e9a110132f674af199afbc8f8c1d /math/graphthing
parentUpdate to 0.3.0. (diff)
Upgrade to 1.1.
PR: 84405 Submitted by: KATO Tsuguru
Notes
Notes: svn path=/head/; revision=140618
Diffstat (limited to 'math/graphthing')
-rw-r--r--math/graphthing/Makefile3
-rw-r--r--math/graphthing/distinfo4
-rw-r--r--math/graphthing/files/patch-src-exporter.cc10
-rw-r--r--math/graphthing/files/patch-src-gt-bison.y10
4 files changed, 4 insertions, 23 deletions
diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile
index 27e5d0553048..23198b72ae1a 100644
--- a/math/graphthing/Makefile
+++ b/math/graphthing/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= graphthing
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= math
MASTER_SITES= http://graph.seul.org/
@@ -24,6 +24,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2-2.6-config
+MAKEFILE= GNUmakefile
PLIST_FILES= bin/graphthing bin/gt
diff --git a/math/graphthing/distinfo b/math/graphthing/distinfo
index c5a7a5344439..185e97feb488 100644
--- a/math/graphthing/distinfo
+++ b/math/graphthing/distinfo
@@ -1,2 +1,2 @@
-MD5 (graphthing-1.0.tar.bz2) = 33dda372a386e0e5a55f31ba0bc5ec36
-SIZE (graphthing-1.0.tar.bz2) = 127900
+MD5 (graphthing-1.1.tar.bz2) = 84a3a0e4e8c0d2cdd15dfb0926cbe195
+SIZE (graphthing-1.1.tar.bz2) = 109627
diff --git a/math/graphthing/files/patch-src-exporter.cc b/math/graphthing/files/patch-src-exporter.cc
deleted file mode 100644
index b8ac15e1c39a..000000000000
--- a/math/graphthing/files/patch-src-exporter.cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/exporter.cc.orig Sun Jul 3 13:27:10 2005
-+++ src/exporter.cc Sun Jul 3 18:15:55 2005
-@@ -5,6 +5,7 @@
- #include <fstream>
- #include <iostream>
- #include <stdexcept>
-+#include <ctime>
- #include "config.h"
- #include "edge.h"
- #include "exporter.h"
diff --git a/math/graphthing/files/patch-src-gt-bison.y b/math/graphthing/files/patch-src-gt-bison.y
deleted file mode 100644
index 27757727d8d8..000000000000
--- a/math/graphthing/files/patch-src-gt-bison.y
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/gt-bison.y.orig Fri Oct 25 16:16:17 2002
-+++ src/gt-bison.y Fri Oct 25 16:16:37 2002
-@@ -1,6 +1,7 @@
- %{
- #include <stdio.h>
- #include <string.h>
-+#include <iostream>
- #include "edge.h"
- #include "graph.h"
- #include "vertex.h"