aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fox17
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2011-10-27 13:27:50 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2011-10-27 13:27:50 +0000
commit3101e1485c2560461ef8129601c5060a73281361 (patch)
treefcf7c238c90d503d76f4f562d75f78e44340fb81 /x11-toolkits/fox17
parent825f819ab39d70dcb072a58b2c2002f340aa72ea (diff)
downloadports-3101e1485c2560461ef8129601c5060a73281361.tar.gz
ports-3101e1485c2560461ef8129601c5060a73281361.zip
- Update to 1.7.30
Notes
Notes: svn path=/head/; revision=284440
Diffstat (limited to 'x11-toolkits/fox17')
-rw-r--r--x11-toolkits/fox17/Makefile2
-rw-r--r--x11-toolkits/fox17/distinfo4
-rw-r--r--x11-toolkits/fox17/files/patch-include_xincs.h15
3 files changed, 3 insertions, 18 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile
index 6f3a30a0add9..40961104b58b 100644
--- a/x11-toolkits/fox17/Makefile
+++ b/x11-toolkits/fox17/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fox
-PORTVERSION= 1.7.29
+PORTVERSION= 1.7.30
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.fox-toolkit.org/ftp/ \
ftp://ftp.fox-toolkit.org/pub/
diff --git a/x11-toolkits/fox17/distinfo b/x11-toolkits/fox17/distinfo
index 2db58265edf4..7482bd8b7702 100644
--- a/x11-toolkits/fox17/distinfo
+++ b/x11-toolkits/fox17/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fox-1.7.29.tar.gz) = a5968f0244c5ee2ac5bd387259b650a975d9d090cf36aacc266c741dfdac4dea
-SIZE (fox-1.7.29.tar.gz) = 4927086
+SHA256 (fox-1.7.30.tar.gz) = 4eb9af4bde8cfe7243738195b62879d607736fa0b43a12fd5be42ef047692714
+SIZE (fox-1.7.30.tar.gz) = 4934744
diff --git a/x11-toolkits/fox17/files/patch-include_xincs.h b/x11-toolkits/fox17/files/patch-include_xincs.h
deleted file mode 100644
index 990ba4e489e4..000000000000
--- a/x11-toolkits/fox17/files/patch-include_xincs.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- include/xincs.h.orig 2011-08-02 10:41:42.000000000 +0200
-+++ include/xincs.h 2011-08-02 10:42:11.000000000 +0200
-@@ -110,7 +110,12 @@
- #include <grp.h>
- #include <pwd.h>
- #include <sys/ioctl.h>
-+#ifdef __FreeBSD__
-+#include <sys/param.h>
-+#include <sys/mount.h>
-+#else
- #include <sys/statfs.h>
-+#endif
- #ifdef HAVE_UNISTD_H
- #include <sys/types.h>
- #include <unistd.h>