Bug 176654 - [UPDATE] audio/gmusicbrowser tp 1.1.10
Summary: [UPDATE] audio/gmusicbrowser tp 1.1.10
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-05 05:10 UTC by lichray
Modified: 2013-03-05 18:30 UTC (History)
0 users

See Also:


Attachments
gmusicbrowser-1.1.10.patch (1.57 KB, patch)
2013-03-05 05:10 UTC, lichray
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lichray 2013-03-05 05:10:00 UTC
	
	Add a new option, p5-Gtk2-Notify (my favorite, desktop notification).
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2013-03-05 05:23:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-05 18:27:15 UTC
Author: beech
Date: Tue Mar  5 18:27:02 2013
New Revision: 313468
URL: http://svnweb.freebsd.org/changeset/ports/313468

Log:
  - Update to 1.1.10
  
  PR:		ports/176654
  Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)

Modified:
  head/audio/gmusicbrowser/Makefile
  head/audio/gmusicbrowser/distinfo   (contents, props changed)

Modified: head/audio/gmusicbrowser/Makefile
==============================================================================
--- head/audio/gmusicbrowser/Makefile	Tue Mar  5 18:09:08 2013	(r313467)
+++ head/audio/gmusicbrowser/Makefile	Tue Mar  5 18:27:02 2013	(r313468)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gmusicbrowser
-PORTVERSION=	1.1.9
-PORTREVISION=	1
+PORTVERSION=	1.1.10
 CATEGORIES=	audio
 MASTER_SITES=	http://gmusicbrowser.org/download/
 
@@ -14,12 +13,13 @@ RUN_DEPENDS=	p5-Gtk2>=1.0:${PORTSDIR}/x1
 
 NO_BUILD=	yes
 
-MAN1=	gmusicbrowser.1
+MAN1=		gmusicbrowser.1
 PORTDOCS=	AUTHORS COPYING README NEWS INSTALL layout_doc.html
 PORTDATA=	*
 
-OPTIONS_DEFINE=	GSTREAMER MPLAYER DBUS WEBKIT NLS
-OPTIONS_DEFAULT=	MPLAYER
+OPTIONS_DEFINE=	GSTREAMER MPLAYER DBUS WEBKIT NLS LIBNOTIFY
+OPTIONS_DEFAULT=MPLAYER
+LIBNOTIFY_DESC=	Desktop notification
 
 WEBKIT_DESC=	Enable embedded web browser
 
@@ -41,6 +41,10 @@ RUN_DEPENDS+=	p5-Net-DBus>=1.0:${PORTSDI
 RUN_DEPENDS+=	p5-Gtk2-WebKit>=0:${PORTSDIR}/www/p5-Gtk2-WebKit
 .endif
 
+.if ${PORT_OPTIONS:MLIBNOTIFY}
+RUN_DEPENDS+=	pt-Gtk2-Notify>=0.05:${PORTSDIR}/devel/p5-Gtk2-Notify
+.endif
+
 .if defined(NOPORTDATA)
 IGNORE=		port data contain code, undefine NOPORTDATA
 .endif

Modified: head/audio/gmusicbrowser/distinfo
==============================================================================
--- head/audio/gmusicbrowser/distinfo	Tue Mar  5 18:09:08 2013	(r313467)
+++ head/audio/gmusicbrowser/distinfo	Tue Mar  5 18:27:02 2013	(r313468)
@@ -1,2 +1,2 @@
-SHA256 (gmusicbrowser-1.1.9.tar.gz) = 7612ec91d8addc8f511e20fd6025ffe735cc1281a8e7b3278368a23f5cb0bd24
-SIZE (gmusicbrowser-1.1.9.tar.gz) = 1631107
+SHA256 (gmusicbrowser-1.1.10.tar.gz) = 7239ac6ad6bb308d5aab7aeab02f1ce1444591e537e647b87ddbabfedde58361
+SIZE (gmusicbrowser-1.1.10.tar.gz) = 1963492
_______________________________________________
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 3 Beech Rintoul freebsd_committer freebsd_triage 2013-03-05 18:27:35 UTC
State Changed
From-To: open->closed

Committed, Thanks!