Bug 178584 - net/g2ipmsg: Update to version 0.9.6
Summary: net/g2ipmsg: Update to version 0.9.6
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-13 19:10 UTC by tkato432
Modified: 2013-05-15 14:50 UTC (History)
0 users

See Also:


Attachments
file.diff (3.62 KB, patch)
2013-05-13 19:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-05-13 18:55:28 UTC
>Number:         178584
>Category:       ports
>Synopsis:       net/g2ipmsg: Update to version 0.9.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 13 18:10:05 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Update to version 0.9.6

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net/g2ipmsg/Makefile net/g2ipmsg/Makefile
--- /usr/ports/net/g2ipmsg/Makefile	2013-04-27 22:32:20.000000000 +0900
+++ net/g2ipmsg/Makefile	2013-05-14 00:00:49.000000000 +0900
@@ -2,31 +2,44 @@
 # $FreeBSD: head/net/g2ipmsg/Makefile 316662 2013-04-27 11:59:28Z mva $
 
 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 <bsd.port.options.mk>
+
+.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
diff -urN /usr/ports/net/g2ipmsg/distinfo net/g2ipmsg/distinfo
--- /usr/ports/net/g2ipmsg/distinfo	2012-11-08 08:45:37.000000000 +0900
+++ net/g2ipmsg/distinfo	2013-05-14 00:00:49.000000000 +0900
@@ -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
diff -urN /usr/ports/net/g2ipmsg/pkg-descr net/g2ipmsg/pkg-descr
--- /usr/ports/net/g2ipmsg/pkg-descr	2012-11-08 08:45:37.000000000 +0900
+++ net/g2ipmsg/pkg-descr	2013-05-14 00:00:49.000000000 +0900
@@ -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
diff -urN /usr/ports/net/g2ipmsg/pkg-plist net/g2ipmsg/pkg-plist
--- /usr/ports/net/g2ipmsg/pkg-plist	2012-11-08 08:45:37.000000000 +0900
+++ net/g2ipmsg/pkg-plist	2013-05-14 00:00:49.000000000 +0900
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
freebsd-ports-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
Comment 1 tkato432 2013-05-13 19:10:05 UTC
- Update to version 0.9.6
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-13 19:11:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-15 14:44:52 UTC
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 <bsd.port.options.mk>
+
+.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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2013-05-15 14:44:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!