diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-25 22:55:51 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-25 22:55:51 +0000 |
commit | 2421f5ce28583801be09c8485f57d0816c3d1fca (patch) | |
tree | befb43320173279b0309692766620ab4ff795bd5 /editors/conglomerate | |
parent | e560928b2c2908cd2e3a8f10ab30bb7f549743fc (diff) | |
download | FreeBSD-ports-2421f5ce28583801be09c8485f57d0816c3d1fca.zip FreeBSD-ports-2421f5ce28583801be09c8485f57d0816c3d1fca.tar.gz |
Update to 0.7.4. This release features XML highlighting using gtksourceview,
better cursor keys handling, and a Portuguese translation.
PR: 57225
Submitted by: maintainer
Diffstat (limited to 'editors/conglomerate')
-rw-r--r-- | editors/conglomerate/Makefile | 4 | ||||
-rw-r--r-- | editors/conglomerate/distinfo | 2 | ||||
-rw-r--r-- | editors/conglomerate/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index 36df7e9..4ffc794 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= conglomerate -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.4 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ COMMENT= GNOME2 visual XML editor with emphasis on DocBook editing USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= libgnomeui gnomeprefix gnomehack +USE_GNOME= libgnomeui gtksourceview gnomeprefix gnomehack USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/editors/conglomerate/distinfo b/editors/conglomerate/distinfo index cfa5a04..b5e2ff4 100644 --- a/editors/conglomerate/distinfo +++ b/editors/conglomerate/distinfo @@ -1 +1 @@ -MD5 (conglomerate-0.7.3.tar.gz) = 4911faca4c2fd87b7f4b4f953b2fe18d +MD5 (conglomerate-0.7.4.tar.gz) = 90acc05143bcce4f7108fbe6669c82f0 diff --git a/editors/conglomerate/pkg-plist b/editors/conglomerate/pkg-plist index dbb4cd8..644e36a 100644 --- a/editors/conglomerate/pkg-plist +++ b/editors/conglomerate/pkg-plist @@ -63,6 +63,7 @@ share/locale/da/LC_MESSAGES/conglomerate.mo share/locale/de/LC_MESSAGES/conglomerate.mo share/locale/es/LC_MESSAGES/conglomerate.mo share/locale/nl/LC_MESSAGES/conglomerate.mo +share/locale/pt/LC_MESSAGES/conglomerate.mo share/locale/ru/LC_MESSAGES/conglomerate.mo share/locale/sr/LC_MESSAGES/conglomerate.mo share/locale/sr@Latn/LC_MESSAGES/conglomerate.mo |