Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2013 14:37:23 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320102 - head/textproc/meld
Message-ID:  <201306061437.r56EbNop078939@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Thu Jun  6 14:37:23 2013
New Revision: 320102
URL: http://svnweb.freebsd.org/changeset/ports/320102

Log:
  - Update to version 1.7.3
  - Switch to USES=desktop-file-utils

Modified:
  head/textproc/meld/Makefile
  head/textproc/meld/distinfo
  head/textproc/meld/pkg-plist

Modified: head/textproc/meld/Makefile
==============================================================================
--- head/textproc/meld/Makefile	Thu Jun  6 14:32:38 2013	(r320101)
+++ head/textproc/meld/Makefile	Thu Jun  6 14:37:23 2013	(r320102)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	meld
-PORTVERSION=	1.7.2
+PORTVERSION=	1.7.3
 CATEGORIES=	textproc devel python
 MASTER_SITES=	GNOME
 
@@ -12,7 +12,8 @@ COMMENT=	GNOME 2 visual diff and merge t
 LICENSE=	GPLv2
 
 USE_XZ=		yes
-USE_GNOME=	desktopfileutils pygnome2
+USE_GNOME=	pygnome2
+USES=		desktop-file-utils
 USE_PYTHON=	-2.7
 USE_GMAKE=	yes
 MAKE_ARGS=	prefix=${PREFIX}

Modified: head/textproc/meld/distinfo
==============================================================================
--- head/textproc/meld/distinfo	Thu Jun  6 14:32:38 2013	(r320101)
+++ head/textproc/meld/distinfo	Thu Jun  6 14:37:23 2013	(r320102)
@@ -1,2 +1,2 @@
-SHA256 (meld-1.7.2.tar.xz) = ece1f086f0c23395060abcdca03795e739e072d5032aac8a9a1fb1502c806e9f
-SIZE (meld-1.7.2.tar.xz) = 379300
+SHA256 (meld-1.7.3.tar.xz) = 752eeb3908af23320a11ecbd27a72ac67f381dabd4c52ca7e0c86f9dda74718f
+SIZE (meld-1.7.3.tar.xz) = 398636

Modified: head/textproc/meld/pkg-plist
==============================================================================
--- head/textproc/meld/pkg-plist	Thu Jun  6 14:32:38 2013	(r320101)
+++ head/textproc/meld/pkg-plist	Thu Jun  6 14:37:23 2013	(r320102)
@@ -193,6 +193,7 @@ share/icons/hicolor/scalable/apps/meld.s
 %%NLS%%share/locale/en_GB/LC_MESSAGES/meld.mo
 %%NLS%%share/locale/eo/LC_MESSAGES/meld.mo
 %%NLS%%share/locale/es/LC_MESSAGES/meld.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/meld.mo
 %%NLS%%share/locale/fi/LC_MESSAGES/meld.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/meld.mo
 %%NLS%%share/locale/gl/LC_MESSAGES/meld.mo
@@ -232,10 +233,12 @@ share/icons/hicolor/scalable/apps/meld.s
 %%DATADIR%%/icons/filter-normal-24.png
 %%DATADIR%%/icons/meld-locked.png
 %%DATADIR%%/icons/meld-unlocked.png
+%%DATADIR%%/icons/meld-vc-icon.png
 %%DATADIR%%/icons/vc-add-24.png
 %%DATADIR%%/icons/vc-checkout-24.png
 %%DATADIR%%/icons/vc-commit-24.png
 %%DATADIR%%/icons/vc-icon.png
+%%DATADIR%%/icons/vc-push-24.png
 %%DATADIR%%/icons/vc-remove-24.png
 %%DATADIR%%/icons/vc-resolve-24.png
 %%DATADIR%%/icons/vc-update-24.png
@@ -252,6 +255,7 @@ share/icons/hicolor/scalable/apps/meld.s
 %%DATADIR%%/ui/tab-placeholder.ui
 %%DATADIR%%/ui/vcview-ui.xml
 %%DATADIR%%/ui/vcview.ui
+share/mime/application/x-meld-comparison.xml
 share/mime/packages/meld.xml
 share/omf/meld/meld-C.omf
 share/omf/meld/meld-es.omf
@@ -277,5 +281,3 @@ share/omf/meld/meld-fr.omf
 @dirrm lib/meld/meld/ui
 @dirrm lib/meld/meld
 @dirrm lib/meld
-@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
-@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306061437.r56EbNop078939>