diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-30 06:07:16 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-30 06:07:16 +0800 |
commit | 154dd557a4f6508f1968bbac49a604ef77397696 (patch) | |
tree | 313fd63bc06d14f31b74b0b9ea50020eda6fddc8 /editors | |
parent | ae3a4e9c661abd8ee876d5b69391acf628e95dc1 (diff) | |
download | marcuscom-ports-154dd557a4f6508f1968bbac49a604ef77397696.tar marcuscom-ports-154dd557a4f6508f1968bbac49a604ef77397696.tar.gz marcuscom-ports-154dd557a4f6508f1968bbac49a604ef77397696.tar.bz2 marcuscom-ports-154dd557a4f6508f1968bbac49a604ef77397696.tar.lz marcuscom-ports-154dd557a4f6508f1968bbac49a604ef77397696.tar.xz marcuscom-ports-154dd557a4f6508f1968bbac49a604ef77397696.tar.zst marcuscom-ports-154dd557a4f6508f1968bbac49a604ef77397696.zip |
Update to 2.5.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1549 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ghex2/Makefile | 5 | ||||
-rw-r--r-- | editors/ghex2/distinfo | 2 | ||||
-rw-r--r-- | editors/ghex2/files/patch-configure | 10 |
3 files changed, 4 insertions, 13 deletions
diff --git a/editors/ghex2/Makefile b/editors/ghex2/Makefile index 4783d0e49..174f1b944 100644 --- a/editors/ghex2/Makefile +++ b/editors/ghex2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ghex2 -PORTVERSION= 2.5.1 +PORTVERSION= 2.5.2 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5 @@ -19,7 +19,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= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/editors/ghex2/distinfo b/editors/ghex2/distinfo index 1f2886bf2..ef6d9b0b3 100644 --- a/editors/ghex2/distinfo +++ b/editors/ghex2/distinfo @@ -1 +1 @@ -MD5 (gnome2/ghex-2.5.1.tar.bz2) = f03c7e6b39f589b477d5ddf9d7d1bc44 +MD5 (gnome2/ghex-2.5.2.tar.bz2) = 95dc4caef992ae0ea5b3a3e20b235e39 diff --git a/editors/ghex2/files/patch-configure b/editors/ghex2/files/patch-configure deleted file mode 100644 index f195f07b4..000000000 --- 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' |