Bug 73761 - [maintainer-update] Update sysutils/kkbswitch up to 1.4.2 version
Summary: [maintainer-update] Update sysutils/kkbswitch up to 1.4.2 version
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: 2004-11-10 06:00 UTC by Sentry of Shadows
Modified: 2004-11-10 21:03 UTC (History)
0 users

See Also:


Attachments
file.diff (170 bytes, patch)
2004-11-10 06:00 UTC, Sentry of Shadows
no flags Details | Diff
file.diff (1.29 KB, patch)
2004-11-10 06:00 UTC, Sentry of Shadows
no flags Details | Diff
file.diff (428 bytes, patch)
2004-11-10 06:00 UTC, Sentry of Shadows
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sentry of Shadows 2004-11-10 06:00:46 UTC
Update sysutils/kkbswitch up to 1.4.2 version. What's new:
- Added Hebrew translation
- Added manual page
- Changed behavior of RU_UA_LAYOUT - now off by default

Fix: PORTNAME=		kkbswitch
-PORTVERSION=		1.4.1
+PORTVERSION=		1.4.2
 CATEGORIES=		sysutils kde
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	kkbswitch
@@ -24,7 +24,9 @@

 DOCSDIR=		share/doc/HTML/en/${PORTNAME}

-OPTIONS=		RU_UA_LAYOUT	"With additional RU_UA keyboard layout" on
+MAN1=			kkbswitch.1
+
+OPTIONS=		RU_UA_LAYOUT	"With additional RU_UA keyboard layout" off

 PLIST_SUB=		PREFIX=${PREFIX} \
 			X11BASE=${X11BASE} \
@@ -33,9 +35,9 @@
 .include <bsd.port.pre.mk>

 .if defined(WITH_RU_UA_LAYOUT)
+CONFIGURE_ARGS+=	--enable-ru-ua-layout
 PLIST_SUB+=		LAYOUT=""
 .else
-CONFIGURE_ARGS+=	--disable-ru-ua-layout
 PLIST_SUB+=		LAYOUT="@comment "
 .endif

WWW: http://kkbswitch.sourceforge.net
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2004-11-10 21:02:59 UTC
State Changed
From-To: open->closed

committed, thanks