From owner-svn-ports-head@FreeBSD.ORG Sun Apr 21 16:46:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8812C16F; Sun, 21 Apr 2013 16:46:41 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6A2FD1874; Sun, 21 Apr 2013 16:46:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3LGkfpJ066196; Sun, 21 Apr 2013 16:46:41 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3LGkeOF066189; Sun, 21 Apr 2013 16:46:40 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201304211646.r3LGkeOF066189@svn.freebsd.org> From: Emanuel Haupt Date: Sun, 21 Apr 2013 16:46:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316187 - in head/deskutils/xfce4-notifyd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Apr 2013 16:46:41 -0000 Author: ehaupt Date: Sun Apr 21 16:46:40 2013 New Revision: 316187 URL: http://svnweb.freebsd.org/changeset/ports/316187 Log: Update to 0.2.3 Submitted by: oliver (via mail) Feature safe: yes Added: head/deskutils/xfce4-notifyd/files/ head/deskutils/xfce4-notifyd/files/extra-patch-configure (contents, props changed) Modified: head/deskutils/xfce4-notifyd/Makefile head/deskutils/xfce4-notifyd/distinfo head/deskutils/xfce4-notifyd/pkg-plist Modified: head/deskutils/xfce4-notifyd/Makefile ============================================================================== --- head/deskutils/xfce4-notifyd/Makefile Sun Apr 21 16:22:44 2013 (r316186) +++ head/deskutils/xfce4-notifyd/Makefile Sun Apr 21 16:46:40 2013 (r316187) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-notifyd -PORTVERSION= 0.2.2 -PORTREVISION= 4 +PORTVERSION= 0.2.3 CATEGORIES= deskutils xfce MASTER_SITES= XFCE MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} @@ -21,21 +20,17 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gtk20 gnomehack intltool intlhack desktopfileutils +USE_GNOME= gtk20 intltool intlhack desktopfileutils USE_PKGCONFIG= build -USE_XFCE= configenv libexo libmenu libutil xfconf +USE_XFCE= configenv libmenu libutil xfconf INSTALLS_ICONS= yes USE_XORG= x11 -CONFIGURE_ARGS= --disable-debug - -CONFLICTS= notification-daemon-[0-9]* xfce4-notification-daemon-[0-9]* \ - xfce4-notifyd-0.1* +CONFLICTS= notification-daemon-[0-9]* xfce4-notification-daemon-[0-9]* MAN1= xfce4-notifyd-config.1 OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT=NLS .include @@ -44,6 +39,7 @@ USE_GETTEXT= yes CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else +EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif Modified: head/deskutils/xfce4-notifyd/distinfo ============================================================================== --- head/deskutils/xfce4-notifyd/distinfo Sun Apr 21 16:22:44 2013 (r316186) +++ head/deskutils/xfce4-notifyd/distinfo Sun Apr 21 16:46:40 2013 (r316187) @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfce4-notifyd-0.2.2.tar.bz2) = b66e68dfc2164bcf479acd3c7e8b6f83065d23aef988535e2db3506d06a39168 -SIZE (xfce4/xfce4-notifyd-0.2.2.tar.bz2) = 338974 +SHA256 (xfce4/xfce4-notifyd-0.2.3.tar.bz2) = dd40f64c9db22b0b971e81e8e74a4ab6afe6d0bb819ab5d0badee89e13faa63b +SIZE (xfce4/xfce4-notifyd-0.2.3.tar.bz2) = 350143 Added: head/deskutils/xfce4-notifyd/files/extra-patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/xfce4-notifyd/files/extra-patch-configure Sun Apr 21 16:46:40 2013 (r316187) @@ -0,0 +1,20 @@ +--- ./configure.orig 2013-04-21 08:49:43.000000000 +0000 ++++ ./configure 2013-04-21 15:48:06.000000000 +0000 +@@ -5649,7 +5649,7 @@ + $as_echo_n "checking whether NLS is requested... " >&6; } + # Check whether --enable-nls was given. + if test "${enable_nls+set}" = set; then : +- enableval=$enable_nls; USE_NLS=$enableval ++ enableval=$enable_nls; USE_NLS=no + else + USE_NLS=yes + fi +@@ -13186,7 +13186,7 @@ + + fi + fi +- USE_NLS=yes ++# USE_NLS=yes + + + gt_cv_have_gettext=no Modified: head/deskutils/xfce4-notifyd/pkg-plist ============================================================================== --- head/deskutils/xfce4-notifyd/pkg-plist Sun Apr 21 16:22:44 2013 (r316186) +++ head/deskutils/xfce4-notifyd/pkg-plist Sun Apr 21 16:46:40 2013 (r316187) @@ -5,6 +5,7 @@ share/dbus-1/services/org.xfce.xfce4-not share/icons/hicolor/48x48/apps/xfce4-notifyd.png %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/ast/LC_MESSAGES/xfce4-notifyd.mo +%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/ca/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/cs/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/da/LC_MESSAGES/xfce4-notifyd.mo @@ -16,11 +17,15 @@ share/icons/hicolor/48x48/apps/xfce4-not %%NLS%%share/locale/fi/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/fr/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/gl/LC_MESSAGES/xfce4-notifyd.mo +%%NLS%%share/locale/he/LC_MESSAGES/xfce4-notifyd.mo +%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/hu/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/id/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/it/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/ja/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/kk/LC_MESSAGES/xfce4-notifyd.mo +%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-notifyd.mo +%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/lv/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/nb/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/nl/LC_MESSAGES/xfce4-notifyd.mo @@ -34,6 +39,7 @@ share/icons/hicolor/48x48/apps/xfce4-not %%NLS%%share/locale/si/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/sk/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/sq/LC_MESSAGES/xfce4-notifyd.mo +%%NLS%%share/locale/sr/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/sv/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/tr/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/ug/LC_MESSAGES/xfce4-notifyd.mo