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

Collapse All | Expand All

(-)deskutils/ganyremote/Makefile (-11 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/deskutils/ganyremote/Makefile 327718 2013-09-20 16:21:37Z bapt $
2
# $FreeBSD: head/deskutils/ganyremote/Makefile 327718 2013-09-20 16:21:37Z bapt $
3
3
4
PORTNAME=	ganyremote
4
PORTNAME=	ganyremote
5
PORTVERSION=	6.2
5
PORTVERSION=	6.3.1
6
CATEGORIES=	deskutils comms gnome
6
CATEGORIES=	deskutils comms gnome
7
MASTER_SITES=	SF/anyremote/${PORTNAME}/${PORTVERSION}
7
MASTER_SITES=	SF/anyremote/${PORTNAME}/${PORTVERSION}
8
8
Lines 23-29 Link Here
23
CPPFLAGS+=	-I${LOCALBASE}/include
23
CPPFLAGS+=	-I${LOCALBASE}/include
24
LDFLAGS+=	-L${LOCALBASE}/lib
24
LDFLAGS+=	-L${LOCALBASE}/lib
25
25
26
NO_STAGE=	yes
27
.include <bsd.port.options.mk>
26
.include <bsd.port.options.mk>
28
27
29
post-patch:
28
post-patch:
Lines 32-45 Link Here
32
		 /usepybluez = /s|True|False| ; \
31
		 /usepybluez = /s|True|False| ; \
33
		 /initVerify()$$/d' ${WRKSRC}/${PORTNAME}
32
		 /initVerify()$$/d' ${WRKSRC}/${PORTNAME}
34
	@${REINPLACE_CMD} -e \
33
	@${REINPLACE_CMD} -e \
35
		'/$$(datadir)\/doc/s|^|#|' ${WRKSRC}/Makefile.in
34
		'/DESTDIR/s|cp -r|cp -R| ; \
36
35
		 /DESTDIR/s|COPYING||' ${WRKSRC}/Makefile.in
37
post-install:
38
.if ${PORT_OPTIONS:MDOCS}
39
	@${MKDIR} ${DOCSDIR}
40
.for i in AUTHORS ChangeLog README
41
	(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR})
42
.endfor
43
.endif
44
36
45
.include <bsd.port.mk>
37
.include <bsd.port.mk>
(-)deskutils/ganyremote/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ganyremote-6.2.tar.gz) = cac48b5323cf5a20ece358846075e7c3dcfb1e5b318701db6b90e34e54bbd91d
1
SHA256 (ganyremote-6.3.1.tar.gz) = 12819b88a0f018903e7c3a8a57d6a91f8781df942e1bc7b85f5f2e27540dc0ae
2
SIZE (ganyremote-6.2.tar.gz) = 282501
2
SIZE (ganyremote-6.3.1.tar.gz) = 293121
(-)deskutils/ganyremote/pkg-plist (+3 lines)
Lines 7-12 Link Here
7
share/locale/cs_CZ/LC_MESSAGES/ganyremote.mo
7
share/locale/cs_CZ/LC_MESSAGES/ganyremote.mo
8
share/locale/de_AT/LC_MESSAGES/ganyremote.mo
8
share/locale/de_AT/LC_MESSAGES/ganyremote.mo
9
share/locale/de_DE/LC_MESSAGES/ganyremote.mo
9
share/locale/de_DE/LC_MESSAGES/ganyremote.mo
10
share/locale/el_GR/LC_MESSAGES/ganyremote.mo
10
share/locale/es_ES/LC_MESSAGES/ganyremote.mo
11
share/locale/es_ES/LC_MESSAGES/ganyremote.mo
11
share/locale/fi_FI/LC_MESSAGES/ganyremote.mo
12
share/locale/fi_FI/LC_MESSAGES/ganyremote.mo
12
share/locale/fr_FR/LC_MESSAGES/ganyremote.mo
13
share/locale/fr_FR/LC_MESSAGES/ganyremote.mo
Lines 38-43 Link Here
38
@dirrmtry share/locale/hu_HU
39
@dirrmtry share/locale/hu_HU
39
@dirrmtry share/locale/fi_FI/LC_MESSAGES
40
@dirrmtry share/locale/fi_FI/LC_MESSAGES
40
@dirrmtry share/locale/fi_FI
41
@dirrmtry share/locale/fi_FI
42
@dirrmtry share/locale/el_GR/LC_MESSAGES
43
@dirrmtry share/locale/el_GR
41
@dirrmtry share/locale/de_DE/LC_MESSAGES
44
@dirrmtry share/locale/de_DE/LC_MESSAGES
42
@dirrmtry share/locale/de_DE
45
@dirrmtry share/locale/de_DE
43
@dirrmtry share/locale/cs_CZ/LC_MESSAGES
46
@dirrmtry share/locale/cs_CZ/LC_MESSAGES

Return to bug 181891