diff options
author | pawel <pawel@FreeBSD.org> | 2013-12-15 23:50:28 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-12-15 23:50:28 +0800 |
commit | 64ab69266eabb87cae83a968ea07b6769006391e (patch) | |
tree | c3151b1e47377965e08ebda24cd898b47ef1e0e7 /textproc | |
parent | 24b39f5797718f3decb1e08cf892b655f64bb3b6 (diff) | |
download | freebsd-ports-gnome-64ab69266eabb87cae83a968ea07b6769006391e.tar.gz freebsd-ports-gnome-64ab69266eabb87cae83a968ea07b6769006391e.tar.zst freebsd-ports-gnome-64ab69266eabb87cae83a968ea07b6769006391e.zip |
Meld 1.8.3 has been released.
Fixes:
* Fix subdirectory comparisons for Subversion 1.6 (Ben Ross)
* Fix git status parsing for some statuses (Tom Scytale)
* Don't disable updating when syncpoints aren't yet active (Kai Willadsen)
* Fix modifying column properties causing crashes when using .ini config
backend (Kai Willadsen)
Translations:
* Andika Triwidada (id)
* Milo Casagrande (it)
* zodiac111 (zh_CN)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/meld/Makefile | 12 | ||||
-rw-r--r-- | textproc/meld/distinfo | 4 | ||||
-rw-r--r-- | textproc/meld/pkg-plist | 1 |
3 files changed, 8 insertions, 9 deletions
diff --git a/textproc/meld/Makefile b/textproc/meld/Makefile index 211ca65aa13f..d450e14e7b2c 100644 --- a/textproc/meld/Makefile +++ b/textproc/meld/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= meld -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.3 CATEGORIES= textproc devel python MASTER_SITES= GNOME @@ -21,9 +21,11 @@ INSTALLS_OMF= yes OPTIONS_DEFINE= NLS PYGNOMEDESKTOP OPTIONS_SUB= yes -PYGNOMEDESKTOP_DESC= Code syntax highlighting (many dependencies) -NLS_USES= gettext +NLS_USES= gettext + +PYGNOMEDESKTOP_DESC= Code syntax highlighting (many dependencies) +PYGNOMEDESKTOP_USE= gnome=pygnomedesktop .include <bsd.port.options.mk> @@ -40,8 +42,4 @@ post-patch: s|$$(LANG)|$$(LANG_)|g' ${WRKSRC}/${file} .endfor -.if ${PORT_OPTIONS:MPYGNOMEDESKTOP} -USE_GNOME+= pygnomedesktop -.endif - .include <bsd.port.mk> diff --git a/textproc/meld/distinfo b/textproc/meld/distinfo index 80b50d1d44ba..25f120d05d03 100644 --- a/textproc/meld/distinfo +++ b/textproc/meld/distinfo @@ -1,2 +1,2 @@ -SHA256 (meld-1.8.2.tar.xz) = f272f57f5475ad0b0a555c5e3ce5878feb2dcabb919753bb17534c8559027f69 -SIZE (meld-1.8.2.tar.xz) = 423312 +SHA256 (meld-1.8.3.tar.xz) = 42ba344cacfe4c5afaf5db8a43df2c877ec9e5b8e66621b92f2f9e0dcbf6fed7 +SIZE (meld-1.8.3.tar.xz) = 415704 diff --git a/textproc/meld/pkg-plist b/textproc/meld/pkg-plist index a844f156d715..77c12878bca1 100644 --- a/textproc/meld/pkg-plist +++ b/textproc/meld/pkg-plist @@ -193,6 +193,7 @@ share/icons/hicolor/scalable/apps/meld.svg %%NLS%%share/locale/fr/LC_MESSAGES/meld.mo %%NLS%%share/locale/gl/LC_MESSAGES/meld.mo %%NLS%%share/locale/hu/LC_MESSAGES/meld.mo +%%NLS%%share/locale/id/LC_MESSAGES/meld.mo %%NLS%%share/locale/it/LC_MESSAGES/meld.mo %%NLS%%share/locale/ja/LC_MESSAGES/meld.mo %%NLS%%share/locale/ko/LC_MESSAGES/meld.mo |