Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2018 14:07:57 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487999 - head/deskutils/logjam
Message-ID:  <201812211407.wBLE7vxo003792@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Fri Dec 21 14:07:56 2018
New Revision: 487999
URL: https://svnweb.freebsd.org/changeset/ports/487999

Log:
  deskutils/logjam: remove optional dependency on expired multimedia/xmms

Modified:
  head/deskutils/logjam/Makefile
  head/deskutils/logjam/pkg-descr
  head/deskutils/logjam/pkg-plist

Modified: head/deskutils/logjam/Makefile
==============================================================================
--- head/deskutils/logjam/Makefile	Fri Dec 21 14:05:05 2018	(r487998)
+++ head/deskutils/logjam/Makefile	Fri Dec 21 14:07:56 2018	(r487999)
@@ -13,7 +13,7 @@ COMMENT=	GTK2 interface to livejournals, ie www.livejo
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libdbus-glib-1.so:devel/dbus-glib
 
-OPTIONS_DEFINE=	GTKSPELL SQLITE XMMS GTKHTML RSVG
+OPTIONS_DEFINE=	GTKSPELL SQLITE GTKHTML RSVG
 OPTIONS_DEFAULT=	GTKSPELL
 OPTIONS_SUB=	yes
 
@@ -21,7 +21,6 @@ GTKSPELL_DESC=	Support spell checking
 GTKHTML_DESC=	Support rendering HTML
 RSVG_DESC=	Support rendering SVG
 SQLITE_DESC=	Use sqlite3 as a backend
-XMMS_DESC=	Enable XMMS music detection
 
 USES=		gettext gmake pathfix pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
@@ -35,9 +34,6 @@ GTKSPELL_CONFIGURE_WITH=	gtkspell
 
 SQLITE_CONFIGURE_WITH=	sqlite3
 SQLITE_LIB_DEPENDS=	libsqlite3.so:databases/sqlite3
-
-XMMS_LIB_DEPENDS=	libxmms.so:multimedia/xmms
-XMMS_CONFIGURE_WITH=	xmms
 
 GTKHTML_USE=	GNOME=gtkhtml3
 GTKHTML_CONFIGURE_WITH=	gtkhtml

Modified: head/deskutils/logjam/pkg-descr
==============================================================================
--- head/deskutils/logjam/pkg-descr	Fri Dec 21 14:05:05 2018	(r487998)
+++ head/deskutils/logjam/pkg-descr	Fri Dec 21 14:07:56 2018	(r487999)
@@ -1,9 +1,8 @@
 "LiveJournal.com... because you like to think other people care." LogJam is
 a GTK2 client for the LiveJournal API.  It sits unobtrusively in the corner
 of your screen, waiting for you to have something worthwhile to tell the
-world.  It can read your current music from XMMS, spellcheck with gtkspell,
-and offers preview capabilities using gtkhtml3.  It will interface with any
-site running LiveJournal, not just www.livejournal.com, and can create
-offline copies of your journal.
+world.  It can spellcheck with gtkspell and offers preview capabilities
+using gtkhtml3.  It will interface with any site running LiveJournal, not
+just www.livejournal.com, and can create offline copies of your journal.
 
 WWW: http://logjam.danga.com/

Modified: head/deskutils/logjam/pkg-plist
==============================================================================
--- head/deskutils/logjam/pkg-plist	Fri Dec 21 14:05:05 2018	(r487998)
+++ head/deskutils/logjam/pkg-plist	Fri Dec 21 14:07:56 2018	(r487999)
@@ -1,6 +1,5 @@
 bin/logjam
 man/man1/logjam.1.gz
-%%XMMS%%bin/logjam-xmms-client
 share/applications/logjam.desktop
 share/pixmaps/logjam_goat.png
 share/pixmaps/logjam_pencil.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812211407.wBLE7vxo003792>