Date: Thu, 3 Dec 2009 15:09:31 -0500 (EST) From: "J.R. Oldroyd" <fbsd@opal.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/141146: update port: net-mgmt/wifimgr to 1.2 Message-ID: <200912032009.nB3K9Vk8012452@shibato.opal.com> Resent-Message-ID: <200912032010.nB3KA1Bx026665@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141146 >Category: ports >Synopsis: update port: net-mgmt/wifimgr to 1.2 >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: Thu Dec 03 20:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: J.R. Oldroyd >Release: FreeBSD 8.0-RC3 amd64 >Organization: >Environment: System: FreeBSD xx.opal.com 8.0-RC3 FreeBSD 8.0-RC3 #0: Fri Nov 13 10:39:12 EST 2009 xx@xx.opal.com:/usr/src/sys/amd64/compile/XX amd64 >Description: Update port from 1.1 to 1.2. - added French translation - corrections to NLS support to dsiplay accented characters properly - re-addition of NLS hooks to FreeBSD port files Note to committer: please mirror the source tarball, or ask ehaupt@ to update his mirror of it. >How-To-Repeat: >Fix: diff -ruN /usr/ports/net-mgmt/wifimgr/Makefile net-mgmt/wifimgr/Makefile --- /usr/ports/net-mgmt/wifimgr/Makefile 2009-11-24 18:36:32.000000000 -0500 +++ net-mgmt/wifimgr/Makefile 2009-12-03 15:00:16.000000000 -0500 @@ -6,7 +6,7 @@ # PORTNAME= wifimgr -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= net-mgmt sysutils MASTER_SITES= http://opal.com/freebsd/ports/net-mgmt/wifimgr/ \ ${MASTER_SITE_LOCAL} @@ -20,7 +20,13 @@ USE_GNOME= gtk20 pkgconfig INSTALLS_ICONS= yes +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else CFLAGS+= -DWITHOUT_NLS +PLIST_SUB+= NLS="@comment " +.endif MAN8= wifimgr.8 diff -ruN /usr/ports/net-mgmt/wifimgr/distinfo net-mgmt/wifimgr/distinfo --- /usr/ports/net-mgmt/wifimgr/distinfo 2009-11-24 18:36:32.000000000 -0500 +++ net-mgmt/wifimgr/distinfo 2009-12-03 15:00:44.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (wifimgr-1.1.tar.bz2) = c6ad45f2e833442aa240caf07cf6e072 -SHA256 (wifimgr-1.1.tar.bz2) = 4be48da4fd458342ecced6b8f9cc078dc635327a28884d21adda28aeb3f72a4e -SIZE (wifimgr-1.1.tar.bz2) = 91723 +MD5 (wifimgr-1.2.tar.bz2) = fcafba2b9d3240bd71e520735c33a7dc +SHA256 (wifimgr-1.2.tar.bz2) = ba75affc4a20b7154df101cf2fb07b3e79cfe9136174fa783822b71f30ac4925 +SIZE (wifimgr-1.2.tar.bz2) = 94202 diff -ruN /usr/ports/net-mgmt/wifimgr/pkg-plist net-mgmt/wifimgr/pkg-plist --- /usr/ports/net-mgmt/wifimgr/pkg-plist 2009-11-22 17:19:10.000000000 -0500 +++ net-mgmt/wifimgr/pkg-plist 2009-11-27 10:33:41.000000000 -0500 @@ -21,6 +21,7 @@ share/icons/hicolor/48x48/apps/wifimgr.png share/icons/hicolor/64x64/apps/wifimgr.png share/icons/hicolor/scalable/apps/wifimgr.svg +%%NLS%%/share/locale/fr/LC_MESSAGES/wifimgr.mo @dirrmtry share/applications @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912032009.nB3K9Vk8012452>