Date: Sun, 16 Apr 2006 09:00:30 GMT From: nivit@email.it (Nicola Vitale) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/93717: [MAINTAINER] editors/winefish: update to 1.3.2.7.b Message-ID: <200604160900.k3G90UEe028817@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/93717; it has been noted by GNATS. From: nivit@email.it (Nicola Vitale) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/93717: [MAINTAINER] editors/winefish: update to 1.3.2.7.b Date: Sun, 16 Apr 2006 10:48:52 +0200 - Update to 1.3.3 -- Nicola Vitale nivit@email.it diff -ruN winefish/Makefile winefish.update-1.3.3/Makefile --- winefish/Makefile Mon Feb 13 14:34:37 2006 +++ winefish.update-1.3.3/Makefile Sun Apr 16 10:39:14 2006 @@ -6,7 +6,7 @@ # PORTNAME= winefish -DISTVERSION= 1.3.2.6 +DISTVERSION= 1.3.3 CATEGORIES= editors print MASTER_SITES= http://download.berlios.de/winefish/ \ http://nivi.interfree.it/distfiles/winefish/ @@ -42,6 +42,9 @@ CONFIGURE_ARGS+= --with-context .endif +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB= IFNLS= # vietnamese support .if defined (WITH_UNIKEY_GTK) && !defined (WITH_VNTEX) WITH_VNTEX=true @@ -52,6 +55,10 @@ .if defined (WITH_UNIKEY_GTK) CONFIGURE_ARGS+= --with-unikey-gtk .endif +.endif +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB= IFNLS="@comment " .endif post-install: diff -ruN winefish/distinfo winefish.update-1.3.3/distinfo --- winefish/distinfo Mon Feb 13 14:34:37 2006 +++ winefish.update-1.3.3/distinfo Sun Apr 16 10:43:31 2006 @@ -1,3 +1,3 @@ -MD5 (winefish-1.3.2.6.tgz) = 058043431233445d0463600fbb1c6bff -SHA256 (winefish-1.3.2.6.tgz) = 87f8592b676c796549992bc39a4987dd6793fa8161b59daec8045a22e8b21076 -SIZE (winefish-1.3.2.6.tgz) = 480779 +MD5 (winefish-1.3.3.tgz) = 63531e4dde7a53ab3a74e1152c7af1e9 +SHA256 (winefish-1.3.3.tgz) = b61a7edf954b0314695a3fc09b3780602d331b676e8ccea5b0aabe0427f6b7c7 +SIZE (winefish-1.3.3.tgz) = 478063 diff -ruN winefish/pkg-plist winefish.update-1.3.3/pkg-plist --- winefish/pkg-plist Mon Feb 13 14:34:37 2006 +++ winefish.update-1.3.3/pkg-plist Sun Apr 16 10:44:23 2006 @@ -5,9 +5,9 @@ share/gnome/applications/winefish-project.desktop share/gnome/mime-info/winefish.mime share/gnome/mime-info/winefish.keys -share/locale/fr/LC_MESSAGES/winefish.mo -share/locale/it/LC_MESSAGES/winefish.mo -share/locale/vi/LC_MESSAGES/winefish.mo +%%IFNLS%%share/locale/fr/LC_MESSAGES/winefish.mo +%%IFNLS%%share/locale/it/LC_MESSAGES/winefish.mo +%%IFNLS%%share/locale/vi/LC_MESSAGES/winefish.mo share/mime/packages/winefish.xml share/pixmaps/gnome-application-winefish-project.png share/pixmaps/winefish-icon.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604160900.k3G90UEe028817>