Skip site navigation (1)Skip section navigation (2)
Date:      22 Feb 2006 17:49:57 -0000
From:      Nicola Vitale <nivit@email.it>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/93717: [MAINTAINER] editors/winefish: update to 1.3.2.7.b
Message-ID:  <20060222174957.38505.qmail@fantasmagoria>
Resent-Message-ID: <200602221800.k1MI0Mb9035142@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         93717
>Category:       ports
>Synopsis:       [MAINTAINER] editors/winefish: update to 1.3.2.7.b
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 22 18:00:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Nicola Vitale
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD fantasmagoria.domo.sva 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #28: Wed Feb 22 14:57:59 CET 2006
>Description:
- Update to 1.3.2.7.b
- Add knob WITHOUT_NLS

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- winefish-1.3.2.7.b.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/editors/winefish/Makefile /usr/ports/editors/winefish.update-1.3.2.7.b/Makefile
--- /usr/ports/editors/winefish/Makefile	Thu Feb 16 17:47:31 2006
+++ /usr/ports/editors/winefish.update-1.3.2.7.b/Makefile	Wed Feb 22 18:35:33 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	winefish
-DISTVERSION=	1.3.2.6
+DISTVERSION=	1.3.2.7b
 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 --exclude=CVS /usr/ports/editors/winefish/distinfo /usr/ports/editors/winefish.update-1.3.2.7.b/distinfo
--- /usr/ports/editors/winefish/distinfo	Thu Feb 16 17:47:32 2006
+++ /usr/ports/editors/winefish.update-1.3.2.7.b/distinfo	Wed Feb 22 18:02:41 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.2.7b.tgz) = 70d2dcc69608d32d8265ebad5a240d8e
+SHA256 (winefish-1.3.2.7b.tgz) = ae723c903e6b43b8b203964e7fb589006109327f072f46b53d228df8ac3b6f10
+SIZE (winefish-1.3.2.7b.tgz) = 484811
diff -ruN --exclude=CVS /usr/ports/editors/winefish/pkg-plist /usr/ports/editors/winefish.update-1.3.2.7.b/pkg-plist
--- /usr/ports/editors/winefish/pkg-plist	Thu Feb 16 17:47:32 2006
+++ /usr/ports/editors/winefish.update-1.3.2.7.b/pkg-plist	Wed Feb 22 18:25:29 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
--- winefish-1.3.2.7.b.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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