Bug 93717 - [MAINTAINER] editors/winefish: update to 1.3.2.7.b
Summary: [MAINTAINER] editors/winefish: update to 1.3.2.7.b
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-22 18:00 UTC by Nicola Vitale
Modified: 2006-04-19 04:23 UTC (History)
0 users

See Also:


Attachments
winefish-1.3.2.7.b.patch (2.32 KB, patch)
2006-02-22 18:00 UTC, Nicola Vitale
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nicola Vitale 2006-02-22 18:00:21 UTC
- Update to 1.3.2.7.b
- Add knob WITHOUT_NLS

Generated with FreeBSD Port Tools 0.63
Comment 1 Nicola Vitale 2006-04-16 09:48:52 UTC
- 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
Comment 2 Sergey Matveychuk freebsd_committer freebsd_triage 2006-04-19 04:23:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!