Update to 2.8.1.
Submitted by: mezz
This commit is contained in:
parent
315d14f81f
commit
5d628cd677
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121076
3 changed files with 11 additions and 12 deletions
|
@ -6,10 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= ghex2
|
||||
PORTVERSION= 2.6.1
|
||||
PORTVERSION= 2.8.1
|
||||
CATEGORIES= editors gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.8
|
||||
DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -19,11 +19,12 @@ COMMENT= GNOME 2 hex editor
|
|||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack intlhack lthack gail libgnomeprintui \
|
||||
libgnomeui
|
||||
USE_INC_LIBTOOL_VER=13
|
||||
USE_GNOME= gnomeprefix gnomehack intlhack gail libgnomeprintui libgnomeui
|
||||
USE_LIBTOOL_VER=15
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
GCONF_SCHEMAS= ghex2.schemas
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (gnome2/ghex-2.6.1.tar.bz2) = fce2cb6f26c2082a9dc2687e504dc6c6
|
||||
SIZE (gnome2/ghex-2.6.1.tar.bz2) = 1016538
|
||||
MD5 (gnome2/ghex-2.8.1.tar.bz2) = ef17f945b9dc701193451f9b083e5116
|
||||
SIZE (gnome2/ghex-2.8.1.tar.bz2) = 1049361
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
bin/ghex2
|
||||
@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/ghex2.schemas > /dev/null || /usr/bin/true
|
||||
etc/gconf/schemas/ghex2.schemas
|
||||
@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/ghex2.schemas > /dev/null || /usr/bin/true
|
||||
include/gtkhex/accessiblegtkhex.h
|
||||
include/gtkhex/accessiblegtkhexfactory.h
|
||||
include/gtkhex/gtkhex.h
|
||||
include/gtkhex/hex-document.h
|
||||
lib/libgtkhex.a
|
||||
|
@ -86,6 +81,7 @@ share/locale/cs/LC_MESSAGES/ghex-2.0.mo
|
|||
share/locale/da/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/de/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/el/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/en_CA/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/en_GB/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/es/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/et/LC_MESSAGES/ghex-2.0.mo
|
||||
|
@ -96,6 +92,7 @@ share/locale/ga/LC_MESSAGES/ghex-2.0.mo
|
|||
share/locale/gl/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/hr/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/hu/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/id/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/it/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/ja/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/ko/LC_MESSAGES/ghex-2.0.mo
|
||||
|
@ -111,6 +108,7 @@ share/locale/ro/LC_MESSAGES/ghex-2.0.mo
|
|||
share/locale/ru/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/sk/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/sl/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/sq/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/sr/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/sv/LC_MESSAGES/ghex-2.0.mo
|
||||
|
|
Loading…
Reference in a new issue