View | Details | Raw Unified | Return to bug 138414 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	shell-fm
8
PORTNAME=	shell-fm
9
PORTVERSION=	0.6
9
PORTVERSION=	0.7
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	multimedia
11
CATEGORIES=	multimedia
12
MASTER_SITES=	http://nex.scrapping.cc/code/shell-fm/downloads/
12
MASTER_SITES=	http://nex.scrapping.cc/shell-fm/releases/
13
13
14
MAINTAINER=	ntarmos@cs.uoi.gr
14
MAINTAINER=	ntarmos@cs.uoi.gr
15
COMMENT=	A command-line client for Last.FM
15
COMMENT=	A command-line client for Last.FM
Lines 25-37 CFLAGS+= -I${LOCALBASE}/include Link Here
25
MAN1=		shell-fm.1
25
MAN1=		shell-fm.1
26
MANCOMPRESSED=	yes
26
MANCOMPRESSED=	yes
27
PLIST_FILES=	bin/shell-fm
27
PLIST_FILES=	bin/shell-fm
28
PORTDOCS=	AUTHORS CHANGES RELEASE INSTALL
28
PORTDOCS=	AUTHORS RELEASE INSTALL
29
PORTEXAMPLES=	shell-colors.sh shell-fm-tune.sh \
29
PORTEXAMPLES=	shell-colors.sh shell-fm-tune.sh \
30
		unix.pl zcontrol
30
		unix.pl zcontrol
31
31
32
pre-build:
32
pre-build:
33
	@${REINPLACE_CMD} \
33
	@${REINPLACE_CMD} \
34
		-e 's/^DESTDIR.*$$/\DESTDIR := $$(LOCALBASE)/g' \
34
		-e 's/^PREFIX.*$$/\PREFIX := $$(LOCALBASE)/g' \
35
		${WRKSRC}/Makefile
35
		${WRKSRC}/Makefile
36
36
37
post-install:
37
post-install:
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (shell-fm-0.6.tar.bz2) = dc8b1ffedf93df565f426f26943842ab
1
MD5 (shell-fm-0.7.tar.bz2) = 69c5a66095ebc30fff4666c9ed22caaa
2
SHA256 (shell-fm-0.6.tar.bz2) = b66dc51b95b323b30198c8e95af136b232bd3e2aae8b3ec40c07cae0073ad7c7
2
SHA256 (shell-fm-0.7.tar.bz2) = 01262c65735ab2531795a471db845ceed0a3fc3b410e0fe7f75ad12bccca1cdc
3
SIZE (shell-fm-0.6.tar.bz2) = 35422
3
SIZE (shell-fm-0.7.tar.bz2) = 41902

Return to bug 138414