diff options
author | pawel <pawel@FreeBSD.org> | 2013-06-06 22:37:23 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-06-06 22:37:23 +0800 |
commit | 800d910fbae218e5191c03c22d2392c1b10a5d2e (patch) | |
tree | cdfff7cec5e2223d718ec5d2904d4cb939983f67 /textproc/meld | |
parent | 3201692e609889c534ab5c0093561d595a151d90 (diff) | |
download | freebsd-ports-gnome-800d910fbae218e5191c03c22d2392c1b10a5d2e.tar.gz freebsd-ports-gnome-800d910fbae218e5191c03c22d2392c1b10a5d2e.tar.zst freebsd-ports-gnome-800d910fbae218e5191c03c22d2392c1b10a5d2e.zip |
- Update to version 1.7.3
- Switch to USES=desktop-file-utils
Diffstat (limited to 'textproc/meld')
-rw-r--r-- | textproc/meld/Makefile | 5 | ||||
-rw-r--r-- | textproc/meld/distinfo | 4 | ||||
-rw-r--r-- | textproc/meld/pkg-plist | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/textproc/meld/Makefile b/textproc/meld/Makefile index 80e2ac2d1f96..4e36c91102ce 100644 --- a/textproc/meld/Makefile +++ b/textproc/meld/Makefile @@ -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 tool 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} diff --git a/textproc/meld/distinfo b/textproc/meld/distinfo index abdd13126e21..391c697fd3d2 100644 --- a/textproc/meld/distinfo +++ b/textproc/meld/distinfo @@ -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 diff --git a/textproc/meld/pkg-plist b/textproc/meld/pkg-plist index fa1ca7e5f427..427f89f15683 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/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.svg %%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.svg %%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 |