diff options
author | krion <krion@FreeBSD.org> | 2003-08-24 17:08:39 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-24 17:08:39 +0800 |
commit | d7da8ad44d5ae8cded017331314fc3e9357047fa (patch) | |
tree | 528dc55c24a4043d0055d52789770ac2a0dd5de3 /math/graphthing | |
parent | f425f1b82d5028f98cc1b7b72395c53230f2f534 (diff) | |
download | freebsd-ports-gnome-d7da8ad44d5ae8cded017331314fc3e9357047fa.tar.gz freebsd-ports-gnome-d7da8ad44d5ae8cded017331314fc3e9357047fa.tar.zst freebsd-ports-gnome-d7da8ad44d5ae8cded017331314fc3e9357047fa.zip |
- Update to 0.9.2
Diffstat (limited to 'math/graphthing')
-rw-r--r-- | math/graphthing/Makefile | 4 | ||||
-rw-r--r-- | math/graphthing/distinfo | 2 | ||||
-rw-r--r-- | math/graphthing/files/patch-src-graph.cc | 11 | ||||
-rw-r--r-- | math/graphthing/pkg-plist | 1 |
4 files changed, 3 insertions, 15 deletions
diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile index edeeaad5188d..ff695709ffc6 100644 --- a/math/graphthing/Makefile +++ b/math/graphthing/Makefile @@ -7,7 +7,7 @@ # PORTNAME= graphthing -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= math MASTER_SITES= http://graph.seul.org/ @@ -23,6 +23,4 @@ USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS= --without-included-gettext - .include <bsd.port.mk> diff --git a/math/graphthing/distinfo b/math/graphthing/distinfo index 6dae6293ab94..20858b908571 100644 --- a/math/graphthing/distinfo +++ b/math/graphthing/distinfo @@ -1 +1 @@ -MD5 (graphthing-0.9.1.tar.bz2) = e2e3b4116a8080e81ef9bbd32b677de5 +MD5 (graphthing-0.9.2.tar.bz2) = e179ad4411af42756b07571f47e253b4 diff --git a/math/graphthing/files/patch-src-graph.cc b/math/graphthing/files/patch-src-graph.cc deleted file mode 100644 index 3a9d3b24220b..000000000000 --- a/math/graphthing/files/patch-src-graph.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/graph.cc.orig Sun Mar 23 23:55:29 2003 -+++ src/graph.cc Sun Mar 23 23:58:26 2003 -@@ -96,7 +96,7 @@ - /* We don't want anything skipped */ - #ifdef USING_FREEBSD - #include <osreldate.h> --#if __FreeBSD_verson >= 500035 -+#if __FreeBSD_version >= 500035 - fs.setf (std::ios_base::fmtflags (0)); - #else - fs.setf (0); diff --git a/math/graphthing/pkg-plist b/math/graphthing/pkg-plist index cbd6b8c3c5d0..f053d1f2d80f 100644 --- a/math/graphthing/pkg-plist +++ b/math/graphthing/pkg-plist @@ -1 +1,2 @@ +bin/graphthing bin/gt |