diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-05 12:16:14 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-05 12:16:14 +0800 |
commit | 9d333146e5b5eb2950d097472887fb3f0f93de17 (patch) | |
tree | f77fbe20d012b7d89a186679d32db2459ebb5827 /editors | |
parent | d3ca4c1e7c383eb6158d0380cdb7536147fabc4a (diff) | |
download | freebsd-ports-gnome-9d333146e5b5eb2950d097472887fb3f0f93de17.tar.gz freebsd-ports-gnome-9d333146e5b5eb2950d097472887fb3f0f93de17.tar.zst freebsd-ports-gnome-9d333146e5b5eb2950d097472887fb3f0f93de17.zip |
Update to 2.5.2.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ghex2/Makefile | 7 | ||||
-rw-r--r-- | editors/ghex2/distinfo | 4 | ||||
-rw-r--r-- | editors/ghex2/files/patch-configure | 10 | ||||
-rw-r--r-- | editors/ghex2/pkg-descr | 11 |
4 files changed, 10 insertions, 22 deletions
diff --git a/editors/ghex2/Makefile b/editors/ghex2/Makefile index 2c4520c651ea..b98bd783e14a 100644 --- a/editors/ghex2/Makefile +++ b/editors/ghex2/Makefile @@ -6,11 +6,11 @@ # PORTNAME= ghex2 -PORTVERSION= 2.4.1 +PORTVERSION= 2.5.2 PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.4 +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5 DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -20,7 +20,8 @@ COMMENT= GNOME 2 hex editor USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gail libgnomeprintui libgnomeui +USE_GNOME= gnomeprefix gnomehack intlhack lthack gail libgnomeprintui \ + libgnomeui USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/editors/ghex2/distinfo b/editors/ghex2/distinfo index ca65b067bcd5..6a421faf67ab 100644 --- a/editors/ghex2/distinfo +++ b/editors/ghex2/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/ghex-2.4.1.tar.bz2) = 8252eb70a1eb6f2b9283c0b65118702b -SIZE (gnome2/ghex-2.4.1.tar.bz2) = 920669 +MD5 (gnome2/ghex-2.5.2.tar.bz2) = 95dc4caef992ae0ea5b3a3e20b235e39 +SIZE (gnome2/ghex-2.5.2.tar.bz2) = 941540 diff --git a/editors/ghex2/files/patch-configure b/editors/ghex2/files/patch-configure deleted file mode 100644 index f195f07b43c6..000000000000 --- a/editors/ghex2/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Wed Dec 11 18:31:51 2002 -+++ configure Thu Dec 12 12:07:17 2002 -@@ -7414,6 +7414,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/editors/ghex2/pkg-descr b/editors/ghex2/pkg-descr index 355aa25e0711..5e1d9e9fbed0 100644 --- a/editors/ghex2/pkg-descr +++ b/editors/ghex2/pkg-descr @@ -1,9 +1,6 @@ -GHEX is a simple binary editor, allowing the user to view -and edit a binary file in both hex and ascii with multiple -level undo/redo mechanism. It features find and replace -functions and conversion between binary, octal, decimal -and hexadecimal values, making use of an alternative, -user-configurable MDI concept to allow the user to edit -multiple documents with multiple views of each. +GHEX is a simple binary editor, allowing binary files to be edited in +both hex and ascii. It features find and replace functions and conversion +between binary, octal, decimal and hexadecimal values, making use of an +alternative, user-configurable MDI concept. WWW: http://www.gnome.org/ |