ports/127955: exaile 0.2.13

Joseph S. Atkinson jsatkinson at embarqmail.com
Thu Oct 9 04:00:11 UTC 2008


The following reply was made to PR ports/127955; it has been noted by GNATS.

From: "Joseph S. Atkinson" <jsatkinson at embarqmail.com>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-ports-bugs at FreeBSD.org
Cc:  
Subject: Re: ports/127955: exaile 0.2.13
Date: Wed, 08 Oct 2008 23:38:49 -0400

 This is a multi-part message in MIME format.
 --------------030000010708060808000004
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 FreeBSD-gnats-submit at FreeBSD.org wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `ports/127955'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs. 
 > 
 > You can access the state of your problem report at any time
 > via this link:
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=127955
 > 
 >> Category:       ports
 >> Responsible:    freebsd-ports-bugs
 >> Synopsis:       exaile 0.2.13
 >> Arrival-Date:   Wed Oct 08 20:20:05 UTC 2008
 > 
 
 This is a shortened pkg-plist version. I looked at WITHOUT_NLS, but the 
 port isn't using configure and I personally can't see that NLS actually 
 being used.
 
 --------------030000010708060808000004
 Content-Type: text/plain;
  name="audio_exaile.diff.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="audio_exaile.diff.txt"
 
 diff -ru exaile.orig/Makefile exaile/Makefile
 --- exaile.orig/Makefile	2008-10-08 15:59:46.000000000 -0400
 +++ exaile/Makefile	2008-10-08 23:01:34.000000000 -0400
 @@ -6,10 +6,10 @@
  #
  
  PORTNAME=	exaile
 -DISTVERSION=	0.2.13
 -PORTREVISION=	1
 +DISTVERSION=	0.2.14
  CATEGORIES=	audio
 -MASTER_SITES=	http://www.exaile.org/files/ GENTOO/distfiles
 +MASTER_SITES=	http://www.exaile.org/files/ \
 +		http://wickedmachine.net/~jsa/FreeBSD/distfiles/
  DISTNAME=	${PORTNAME}_${DISTVERSION}
  
  MAINTAINER=	ports at FreeBSD.org
 @@ -23,6 +23,8 @@
  		py*-cddb>=1.4:${PORTSDIR}/audio/py-cddb \
  		py*-pysqlite>=2.3.3:${PORTSDIR}/databases/py-pysqlite23
  
 +WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
 +
  USE_GETTEXT=	yes
  USE_GNOME=	pygtk2 pygnomeextras
  USE_GSTREAMER=	python gnomevfs
 diff -ru exaile.orig/distinfo exaile/distinfo
 --- exaile.orig/distinfo	2008-10-08 15:59:46.000000000 -0400
 +++ exaile/distinfo	2008-10-08 23:01:34.000000000 -0400
 @@ -1,3 +1,3 @@
 -MD5 (exaile_0.2.13.tar.gz) = 3caf9381691274a9de1fda203c43fb4f
 -SHA256 (exaile_0.2.13.tar.gz) = cbf8769df8d963135059f96f70d365ce9ff55a9c59cdd50a61fa46de74dfe465
 -SIZE (exaile_0.2.13.tar.gz) = 1267717
 +MD5 (exaile_0.2.14.tar.gz) = 5e569c084134abe13d651f804812b6fa
 +SHA256 (exaile_0.2.14.tar.gz) = 04271a8040b18706a20312ecc911f4ffd2258272d04d8ba1eef36a3f301a074a
 +SIZE (exaile_0.2.14.tar.gz) = 1527168
 diff -ru exaile.orig/pkg-plist exaile/pkg-plist
 --- exaile.orig/pkg-plist	2008-10-08 15:59:46.000000000 -0400
 +++ exaile/pkg-plist	2008-10-08 23:03:31.000000000 -0400
 @@ -46,12 +46,16 @@
  %%DATADIR%%/lib/feedparser.py
  %%DATADIR%%/lib/feedparser.pyc
  %%DATADIR%%/lib/feedparser.pyo
 +%%DATADIR%%/lib/scrobbler.py
 +%%DATADIR%%/lib/scrobbler.pyc
 +%%DATADIR%%/lib/scrobbler.pyo
  %%DATADIR%%/lib/wmainfo.py
  %%DATADIR%%/lib/wmainfo.pyc
  %%DATADIR%%/lib/wmainfo.pyo
  %%DATADIR%%/sql/changes0001.sql
  %%DATADIR%%/sql/changes0002.sql
  %%DATADIR%%/sql/changes0003.sql
 +%%DATADIR%%/sql/changes0004.sql
  %%DATADIR%%/sql/db.sql
  %%DATADIR%%/xl/__init__.py
  %%DATADIR%%/xl/__init__.pyc
 @@ -116,6 +120,9 @@
  %%DATADIR%%/xl/gui/statsdialog.py
  %%DATADIR%%/xl/gui/statsdialog.pyc
  %%DATADIR%%/xl/gui/statsdialog.pyo
 +%%DATADIR%%/xl/gui/tray.py
 +%%DATADIR%%/xl/gui/tray.pyc
 +%%DATADIR%%/xl/gui/tray.pyo
  %%DATADIR%%/xl/library.py
  %%DATADIR%%/xl/library.pyc
  %%DATADIR%%/xl/library.pyo
 
 --------------030000010708060808000004--



More information about the freebsd-ports-bugs mailing list