summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/ghex2/Makefile2
-rw-r--r--editors/ghex2/distinfo2
-rw-r--r--editors/ghex2/files/patch-configure51
3 files changed, 2 insertions, 53 deletions
diff --git a/editors/ghex2/Makefile b/editors/ghex2/Makefile
index bf209dd14146..9eb2b6d34600 100644
--- a/editors/ghex2/Makefile
+++ b/editors/ghex2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ghex2
-PORTVERSION= 1.99.1
+PORTVERSION= 1.99.2
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.99
diff --git a/editors/ghex2/distinfo b/editors/ghex2/distinfo
index 7f34d293e350..69793da055bd 100644
--- a/editors/ghex2/distinfo
+++ b/editors/ghex2/distinfo
@@ -1 +1 @@
-MD5 (gnome2/ghex-1.99.1.tar.bz2) = 8553cb2f7ade98093e040bc456df60e1
+MD5 (gnome2/ghex-1.99.2.tar.bz2) = 9338b89517cf4a34499ffb111c81f4ae
diff --git a/editors/ghex2/files/patch-configure b/editors/ghex2/files/patch-configure
deleted file mode 100644
index c1377e529eb6..000000000000
--- a/editors/ghex2/files/patch-configure
+++ /dev/null
@@ -1,51 +0,0 @@
---- configure.orig Sun Sep 15 03:22:13 2002
-+++ configure Sun Sep 15 03:23:02 2002
-@@ -8164,23 +8164,23 @@
- else
- PKG_CONFIG_MIN_VERSION=0.9.0
- if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
-- echo "$as_me:$LINENO: checking for gail >= 1.0.0" >&5
--echo $ECHO_N "checking for gail >= 1.0.0... $ECHO_C" >&6
-+ echo "$as_me:$LINENO: checking for gail >= 0.17" >&5
-+echo $ECHO_N "checking for gail >= 0.17... $ECHO_C" >&6
-
-- if $PKG_CONFIG --exists "gail >= 1.0.0" ; then
-+ if $PKG_CONFIG --exists "gail >= 0.17" ; then
- echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6
- succeeded=yes
-
- echo "$as_me:$LINENO: checking GAILUTIL_CFLAGS" >&5
- echo $ECHO_N "checking GAILUTIL_CFLAGS... $ECHO_C" >&6
-- GAILUTIL_CFLAGS=`$PKG_CONFIG --cflags "gail >= 1.0.0"`
-+ GAILUTIL_CFLAGS=`$PKG_CONFIG --cflags "gail >= 0.17"`
- echo "$as_me:$LINENO: result: $GAILUTIL_CFLAGS" >&5
- echo "${ECHO_T}$GAILUTIL_CFLAGS" >&6
-
- echo "$as_me:$LINENO: checking GAILUTIL_LIBS" >&5
- echo $ECHO_N "checking GAILUTIL_LIBS... $ECHO_C" >&6
-- GAILUTIL_LIBS=`$PKG_CONFIG --libs "gail >= 1.0.0"`
-+ GAILUTIL_LIBS=`$PKG_CONFIG --libs "gail >= 0.17"`
- echo "$as_me:$LINENO: result: $GAILUTIL_LIBS" >&5
- echo "${ECHO_T}$GAILUTIL_LIBS" >&6
- else
-@@ -8188,7 +8188,7 @@
- GAILUTIL_LIBS=""
- ## If we have a custom action on failure, don't print errors, but
- ## do set a variable so people can do so.
-- GAILUTIL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gail >= 1.0.0"`
-+ GAILUTIL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gail >= 0.17"`
- echo $GAILUTIL_PKG_ERRORS
- fi
-
-@@ -8203,8 +8203,8 @@
- if test $succeeded = yes; then
- :
- else
-- { { echo "$as_me:$LINENO: error: Library requirements (gail >= 1.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
--echo "$as_me: error: Library requirements (gail >= 1.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
-+ { { echo "$as_me:$LINENO: error: Library requirements (gail >= 0.17) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
-+echo "$as_me: error: Library requirements (gail >= 0.17) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
- { (exit 1); exit 1; }; }
- fi
-