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

(-)/usr/home/simon/src/ports/audio/cmus/Makefile (-2 / +14 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	cmus
8
PORTNAME=	cmus
9
PORTVERSION=	2.0.0
9
PORTVERSION=	2.0.2
10
PORTREVISION=	1
11
CATEGORIES=	audio
10
CATEGORIES=	audio
12
MASTER_SITES=	http://onion.dynserv.net/~timo/files/ \
11
MASTER_SITES=	http://onion.dynserv.net/~timo/files/ \
13
		http://mirror.greaterscope.net/cmus/
12
		http://mirror.greaterscope.net/cmus/
Lines 97-109 Link Here
97
PREMSG+=	Define WITH_ARTS=yes to enable arts output support.\n
96
PREMSG+=	Define WITH_ARTS=yes to enable arts output support.\n
98
.endif
97
.endif
99
98
99
MAN1=	cmus.1 cmus-remote.1
100
100
pre-everything::
101
pre-everything::
101
	@${PRINTF} "${PREMSG}"
102
	@${PRINTF} "${PREMSG}"
102
	@${ECHO_CMD}
103
	@${ECHO_CMD}
103
104
105
post-extract:
106
	@${REINPLACE_CMD} -e 's, -Wno-pointer-sign,,' ${WRKSRC}/configure
107
	@${REINPLACE_CMD} -e 's,$$(mandir)/man1,${PREFIX}/man/man1,' \
108
	${WRKSRC}/Doc/Makefile
109
104
post-patch:
110
post-patch:
105
	@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
111
	@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
106
		"s|/bin/bash|${LOCALBASE}/bin/bash|; \
112
		"s|/bin/bash|${LOCALBASE}/bin/bash|; \
107
		 s|-lncursesw|-lncurses|g"
113
		 s|-lncursesw|-lncurses|g"
114
115
post-install:
116
.if !defined(NOPORTDOCS)
117
	${MKDIR} ${DOCSDIR}/examples
118
	${INSTALL} ${WRKSRC}/cmus-status-display ${DOCSDIR}/examples
119
.endif
108
120
109
.include <bsd.port.post.mk>
121
.include <bsd.port.post.mk>
(-)/usr/home/simon/src/ports/audio/cmus/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (cmus-2.0.0.tar.bz2) = 181704377e17dc3d8ca9e69e7a004c14
1
MD5 (cmus-2.0.2.tar.bz2) = b2779489fef402def3162dc3fad29151
2
SHA256 (cmus-2.0.0.tar.bz2) = 88d85c68a143fba4fcffc9f148d1c0a818b6f9030da49528b8abd83c11cecb5c
2
SHA256 (cmus-2.0.2.tar.bz2) = b33340f22a29e5bd709beebd3ed11f1229f8aad7a64e8e0455f09353c4b99eef
3
SIZE (cmus-2.0.0.tar.bz2) = 143942
3
SIZE (cmus-2.0.2.tar.bz2) = 145345
(-)/usr/home/simon/src/ports/audio/cmus/pkg-plist (+4 lines)
Lines 13-18 Link Here
13
%%DATADIR%%/cyan.theme.bak
13
%%DATADIR%%/cyan.theme.bak
14
%%DATADIR%%/default.theme
14
%%DATADIR%%/default.theme
15
%%DATADIR%%/default.theme.bak
15
%%DATADIR%%/default.theme.bak
16
%%DATADIR%%/gray-88.theme
17
%%DATADIR%%/gray-88.theme.bak
18
%%DATADIR%%/green-mono-88.theme
19
%%DATADIR%%/green-mono-88.theme.bak
16
%%DATADIR%%/rc
20
%%DATADIR%%/rc
17
%%DATADIR%%/rc.bak
21
%%DATADIR%%/rc.bak
18
%%DOCSDIR%%/examples/cmus-status-display
22
%%DOCSDIR%%/examples/cmus-status-display

Return to bug 98792