diff options
author | sem <sem@FreeBSD.org> | 2006-04-19 11:23:32 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-04-19 11:23:32 +0800 |
commit | acb2b63396508c99c70cf66e110a8fd6c33767c8 (patch) | |
tree | a972403f2e16787373975c71a6e958da9fe9afda /editors/winefish | |
parent | c9b4b1bda2621376b7e624032c70e5f42ea84a2a (diff) | |
download | freebsd-ports-gnome-acb2b63396508c99c70cf66e110a8fd6c33767c8.tar.gz freebsd-ports-gnome-acb2b63396508c99c70cf66e110a8fd6c33767c8.tar.zst freebsd-ports-gnome-acb2b63396508c99c70cf66e110a8fd6c33767c8.zip |
- Update to 1.3.3
- Add knob WITHOUT_NLS
PR: ports/93717
Submitted by: maintainer
Diffstat (limited to 'editors/winefish')
-rw-r--r-- | editors/winefish/Makefile | 9 | ||||
-rw-r--r-- | editors/winefish/distinfo | 6 | ||||
-rw-r--r-- | editors/winefish/pkg-plist | 6 |
3 files changed, 14 insertions, 7 deletions
diff --git a/editors/winefish/Makefile b/editors/winefish/Makefile index ddabb0865f6d..5e926f33ae57 100644 --- a/editors/winefish/Makefile +++ b/editors/winefish/Makefile @@ -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 @@ OPTIONS= CONTEXT "Enable ConTexT support (Experimental)" off \ 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 @@ -53,6 +56,10 @@ CONFIGURE_ARGS+= --with-vntex CONFIGURE_ARGS+= --with-unikey-gtk .endif .endif +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB= IFNLS="@comment " +.endif post-install: -@update-desktop-database diff --git a/editors/winefish/distinfo b/editors/winefish/distinfo index 65c99966d174..26efdd610568 100644 --- a/editors/winefish/distinfo +++ b/editors/winefish/distinfo @@ -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 --git a/editors/winefish/pkg-plist b/editors/winefish/pkg-plist index fc72f84d2bea..ba524d63ccd1 100644 --- a/editors/winefish/pkg-plist +++ b/editors/winefish/pkg-plist @@ -5,9 +5,9 @@ share/gnome/applications/winefish.desktop 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 |