aboutsummaryrefslogtreecommitdiffstats
path: root/math/graphthing
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2005-08-01 16:11:29 +0800
committerthierry <thierry@FreeBSD.org>2005-08-01 16:11:29 +0800
commit9910d18aef0a057e5d828352694836ccd86b6020 (patch)
tree6eac3c7333a549e0799edb17b360313bbe2bdeff /math/graphthing
parentb69736900f0d16095b85c5a43d329960374c63c7 (diff)
downloadfreebsd-ports-graphics-9910d18aef0a057e5d828352694836ccd86b6020.tar.gz
freebsd-ports-graphics-9910d18aef0a057e5d828352694836ccd86b6020.tar.zst
freebsd-ports-graphics-9910d18aef0a057e5d828352694836ccd86b6020.zip
Upgrade to 1.1.
PR: 84405 Submitted by: KATO Tsuguru
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 27e5d055304..23198b72ae1 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 c5a7a534443..185e97feb48 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 b8ac15e1c39..00000000000
--- 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 27757727d8d..00000000000
--- 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"