1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Update to version 1.8.4

- Fix shebang line
- Remove cruft not needed when staged

 Fixes:

    * Fix crash when scanning CVS-only folders (Kai Willadsen)
    * Fix crash on Windows when missing cdll.intl (Bartosz Dziewonski)
    * Fix crash with Italian (it_IT.utf8) locale (Balint Reczey)

 Translations:

    * Andika Triwidada (id)
    * Benjamin Steinwender (de)
    * Daniel Mustieles (es)
This commit is contained in:
Pawel Pekala 2014-01-23 20:55:24 +00:00
parent e58e7d33c5
commit e8b23cd9a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340861
2 changed files with 12 additions and 18 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= meld
PORTVERSION= 1.8.3
PORTVERSION= 1.8.4
CATEGORIES= textproc devel python
MASTER_SITES= GNOME
@ -13,7 +13,10 @@ LICENSE= GPLv2
USE_XZ= yes
USE_GNOME= pygnome2
USES= desktop-file-utils gmake shared-mime-info
USES= desktop-file-utils gmake shared-mime-info shebangfix
python_OLD_CMD= ${SETENV} python
python_CMD= ${PYTHON_CMD}
SHEBANG_FILES= bin/meld
USE_PYTHON= 2
MAKE_ARGS= prefix=${PREFIX}
INSTALLS_ICONS= yes
@ -25,21 +28,12 @@ OPTIONS_SUB= yes
NLS_USES= gettext
PYGNOMEDESKTOP_DESC= Code syntax highlighting (many dependencies)
PYGNOMEDESKTOP_USE= gnome=pygnomedesktop
.include <bsd.port.options.mk>
PYGNOMEDESKTOP_USE= GNOME=pygnomedesktop
post-patch:
@${REINPLACE_CMD} '/docdir_/d' ${WRKSRC}/Makefile
.if !${PORT_OPTIONS:MNLS}
@${REINPLACE_CMD} '/po install/d' ${WRKSRC}/Makefile
.endif
.for file in help/C/Makefile help/es/Makefile help/fr/Makefile
@${REINPLACE_CMD} -e \
's|$$(localstatedir)/lib/scrollkeeper|/var/db/scrollkeeper|g ; \
s|^LANG :=|LANG_ :=|g ; \
s|$$(LANG)|$$(LANG_)|g' ${WRKSRC}/${file}
.endfor
@${REINPLACE_CMD} -e 's|^LANG :=|LANG_ :=|g ; s|$$(LANG)|$$(LANG_)|g ; \
s|$$(localstatedir)/lib/scrollkeeper|/var/db/scrollkeeper|g' \
${WRKSRC}/help/C/Makefile ${WRKSRC}/help/es/Makefile \
${WRKSRC}/help/fr/Makefile
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (meld-1.8.3.tar.xz) = 42ba344cacfe4c5afaf5db8a43df2c877ec9e5b8e66621b92f2f9e0dcbf6fed7
SIZE (meld-1.8.3.tar.xz) = 415704
SHA256 (meld-1.8.4.tar.xz) = b46e5786343f236d203037a7ace8f1b28145a51a3f84fa527efcf62f47b5b8de
SIZE (meld-1.8.4.tar.xz) = 421332