From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 16 09:00:31 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D824216A402 for ; Sun, 16 Apr 2006 09:00:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FC1B43D45 for ; Sun, 16 Apr 2006 09:00:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3G90UBx028818 for ; Sun, 16 Apr 2006 09:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3G90UEe028817; Sun, 16 Apr 2006 09:00:30 GMT (envelope-from gnats) Date: Sun, 16 Apr 2006 09:00:30 GMT Message-Id: <200604160900.k3G90UEe028817@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: nivit@email.it (Nicola Vitale) Cc: Subject: Re: ports/93717: [MAINTAINER] editors/winefish: update to 1.3.2.7.b X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nicola Vitale List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 09:00:31 -0000 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