From owner-svn-ports-head@FreeBSD.ORG Wed May 15 13:44:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 197E95A3; Wed, 15 May 2013 13:44:45 +0000 (UTC) (envelope-from miwi@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 0A504EB8; Wed, 15 May 2013 13:44:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4FDiikA046093; Wed, 15 May 2013 13:44:44 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4FDiiXf046083; Wed, 15 May 2013 13:44:44 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201305151344.r4FDiiXf046083@svn.freebsd.org> From: Martin Wilke Date: Wed, 15 May 2013 13:44:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318240 - head/net/g2ipmsg 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: Wed, 15 May 2013 13:44:45 -0000 Author: miwi Date: Wed May 15 13:44:43 2013 New Revision: 318240 URL: http://svnweb.freebsd.org/changeset/ports/318240 Log: - Update to 0.9.6 PR: 178584 Submitted by: Ports Fury Modified: head/net/g2ipmsg/Makefile head/net/g2ipmsg/distinfo (contents, props changed) head/net/g2ipmsg/pkg-descr (contents, props changed) head/net/g2ipmsg/pkg-plist (contents, props changed) Modified: head/net/g2ipmsg/Makefile ============================================================================== --- head/net/g2ipmsg/Makefile Wed May 15 11:40:38 2013 (r318239) +++ head/net/g2ipmsg/Makefile Wed May 15 13:44:43 2013 (r318240) @@ -2,31 +2,44 @@ # $FreeBSD$ PORTNAME= g2ipmsg -PORTVERSION= 0.9.3 -PORTREVISION= 7 +PORTVERSION= 0.9.6 CATEGORIES= net gnome -MASTER_SITES= http://www.ipmsg.org/archive/ \ - ${MASTER_SITE_LOCAL} \ - http://people.FreeBSD.org/~nork/distfiles/ -MASTER_SITE_SUBDIR= nork -DIST_SUBDIR= gnome2 +MASTER_SITES= http://ipmsg.org/archive/ MAINTAINER= ports@FreeBSD.org -COMMENT= A popup style message communication tool for GNOME2 +COMMENT= Popup style message communication tool for GNOME2 -USE_GMAKE= yes -USES= pathfix pkgconfig gettext iconv -USE_GNOME= gnomeprefix intlhack intltool \ - libgnomeui libbonobo desktopfileutils gnomepanel +LICENSE= GPLv2 # (or later) + +OPTIONS_DEFINE= GNOMEPANEL +OPTIONS_DEFAULT= GNOMEPANEL +GNOMEPANEL_DESC= GNOME Panel Applet + +USES= gettext pathfix pkgconfig +USE_GNOME= desktopfileutils gnomeprefix libgnomeui USE_GSTREAMER= vorbis USE_OPENSSL= yes +USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-doxygen-doc \ + --enable-systray \ + --with-ssl=${OPENSSLBASE} +MAKE_JOBS_SAFE= yes + CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --enable-systray --with-ssl=${OPENSSLBASE} +LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= g2ipmsg.schemas -LDFLAGS+= "-L${LOCALBASE}/lib" +.include + +.if ${PORT_OPTIONS:MGNOMEPANEL} +USE_GNOME+= gnomepanel +PLIST_SUB+= GNOMEPANEL="" +.else +CONFIGURE_ARGS+=--disable-applet +PLIST_SUB+= GNOMEPANEL="@comment " +.endif post-install: @update-desktop-database Modified: head/net/g2ipmsg/distinfo ============================================================================== --- head/net/g2ipmsg/distinfo Wed May 15 11:40:38 2013 (r318239) +++ head/net/g2ipmsg/distinfo Wed May 15 13:44:43 2013 (r318240) @@ -1,2 +1,2 @@ -SHA256 (gnome2/g2ipmsg-0.9.3.tar.gz) = aa61dac0c08eaa3d437b44ec28e11ef2852bd4ecf0452281e5ca200d8a911b19 -SIZE (gnome2/g2ipmsg-0.9.3.tar.gz) = 442872 +SHA256 (g2ipmsg-0.9.6.tar.gz) = 8a59064f42633982b11010ad44f22aa826e3c473e69eb14af43992a21ed61e7d +SIZE (g2ipmsg-0.9.6.tar.gz) = 521263 Modified: head/net/g2ipmsg/pkg-descr ============================================================================== --- head/net/g2ipmsg/pkg-descr Wed May 15 11:40:38 2013 (r318239) +++ head/net/g2ipmsg/pkg-descr Wed May 15 13:44:43 2013 (r318240) @@ -1,7 +1,7 @@ IP Messenger is a pop up style message communication software for multi platforms. It is based on TCP/IP(UDP). - Win, Win16, Mac/MacOSX, X11R6/GTK/GNOME, Java, Div version and +Win, Win16, Mac/MacOSX, X11R6/GTK/GNOME, Java, Div version and all source is open to public. -WWW: http://www.ipmsg.org/index.html.en +WWW: http://ipmsg.org/index.html.en Modified: head/net/g2ipmsg/pkg-plist ============================================================================== --- head/net/g2ipmsg/pkg-plist Wed May 15 11:40:38 2013 (r318239) +++ head/net/g2ipmsg/pkg-plist Wed May 15 13:44:43 2013 (r318240) @@ -1,13 +1,15 @@ bin/g2ipmsg -bin/g2ipmsg_applet +%%GNOMEPANEL%%bin/g2ipmsg_applet libdata/bonobo/servers/g2ipmsg.server share/applications/g2ipmsg.desktop +share/locale/ja/LC_MESSAGES/g2ipmsg.mo +share/locale/zh_CN/LC_MESSAGES/g2ipmsg.mo share/gnome-2.0/ui/g2ipmsg.xml -share/pixmaps/ipmsg.png +share/pixmaps/g2ipmsg/ipmsg.png share/pixmaps/g2ipmsg/ipmsg.xpm share/pixmaps/g2ipmsg/ipmsgrev.xpm +share/pixmaps/ipmsg.png share/sounds/g2ipmsg/g2ipmsg.ogg -share/locale/ja/LC_MESSAGES/g2ipmsg.mo @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @dirrm share/sounds/g2ipmsg