- Update to 0.3.8.

- Add WITH_DEBUG knob.

PR:		ports/78506
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Approved by:	pav (mentor)
This commit is contained in:
Florent Thoumie 2005-03-06 21:18:49 +00:00
parent dac489871e
commit fadde7ec5d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130469
2 changed files with 7 additions and 3 deletions

View file

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= xmms-scrobbler
PORTVERSION= 0.3.7
PORTVERSION= 0.3.8
CATEGORIES= audio
MASTER_SITES= http://static.audioscrobbler.com/plugins/ \
http://www.pipian.com/stuffforchat/
@ -26,6 +26,10 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
PLIST_FILES= lib/xmms/General/libxmms_scrobbler.so
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug
.endif
.if defined(WITH_APE)
CONFIGURE_ARGS+= --enable-prefer-ape
.endif

View file

@ -1,2 +1,2 @@
MD5 (xmms-scrobbler-0.3.7.tar.bz2) = bcdd2fe672dc7d29adb805d0811f1ebf
SIZE (xmms-scrobbler-0.3.7.tar.bz2) = 253583
MD5 (xmms-scrobbler-0.3.8.tar.bz2) = 4ec7486e221485231072a48d9ac8d478
SIZE (xmms-scrobbler-0.3.8.tar.bz2) = 257785