View | Details | Raw Unified | Return to bug 78505
Collapse All | Expand All

(-)bmp-scrobbler/Makefile (-1 / +5 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/audio/bmp-scrobbler/Makefile,v 1.3 2005/02/25 15:12:05 vs Exp $
5
# $FreeBSD: ports/audio/bmp-scrobbler/Makefile,v 1.3 2005/02/25 15:12:05 vs Exp $
6
6
7
PORTNAME=	bmp-scrobbler
7
PORTNAME=	bmp-scrobbler
8
PORTVERSION=	0.3.7
8
PORTVERSION=	0.3.8
9
CATEGORIES=	audio
9
CATEGORIES=	audio
10
MASTER_SITES=	http://static.audioscrobbler.com/plugins/ \
10
MASTER_SITES=	http://static.audioscrobbler.com/plugins/ \
11
		http://www.pipian.com/stuffforchat/
11
		http://www.pipian.com/stuffforchat/
Lines 24-29 Link Here
24
USE_LIBTOOL_VER=15
24
USE_LIBTOOL_VER=15
25
USE_GMAKE=	yes
25
USE_GMAKE=	yes
26
CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
26
CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
27
28
.if defined(WITH_DEBUG)
29
CONFIGURE_ARGS+=	--enable-debug
30
.endif
27
31
28
.if defined(WITH_APE)
32
.if defined(WITH_APE)
29
CONFIGURE_ARGS+=	--enable-prefer-ape
33
CONFIGURE_ARGS+=	--enable-prefer-ape
(-)bmp-scrobbler/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (xmms-scrobbler-0.3.7.tar.bz2) = bcdd2fe672dc7d29adb805d0811f1ebf
1
MD5 (xmms-scrobbler-0.3.8.tar.bz2) = 4ec7486e221485231072a48d9ac8d478
2
SIZE (xmms-scrobbler-0.3.7.tar.bz2) = 253583
2
SIZE (xmms-scrobbler-0.3.8.tar.bz2) = 257785

Return to bug 78505