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

Collapse All | Expand All

(-)libmtp/Makefile (-4 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	libmtp
8
PORTNAME=	libmtp
9
PORTVERSION=	0.2.1
9
PORTVERSION=	0.2.4
10
CATEGORIES=	audio
10
CATEGORIES=	audio
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 27-34 Link Here
27
27
28
post-patch:
28
post-patch:
29
	@${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||' ${WRKSRC}/Makefile.in
29
	@${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||' ${WRKSRC}/Makefile.in
30
# Change the order of cflags so that the right (new) header gets picked up
31
	@${REINPLACE_CMD} -Ee 's|(\$$[(]CPPFLAGS[)]) (\$$[(]AM_CFLAGS[)])|\2 \1|'\
32
		${WRKSRC}/examples/Makefile.in
33
30
34
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)libmtp/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libmtp-0.2.1.tar.gz) = c8d021d31cc9f2a8dd099398b49e8a2d
1
MD5 (libmtp-0.2.4.tar.gz) = 078d9734c71b08208fbd8b1800e61b65
2
SHA256 (libmtp-0.2.1.tar.gz) = 3117a93391126e41080e11829c6cdf34ff989bbbebcaa98262cefdc51c09829b
2
SHA256 (libmtp-0.2.4.tar.gz) = 973e4225624490599fd7cb7dc3a3422cb352a950b0192f62e4830affd0726a59
3
SIZE (libmtp-0.2.1.tar.gz) = 521523
3
SIZE (libmtp-0.2.4.tar.gz) = 529271
(-)libmtp/pkg-plist (-1 / +1 lines)
Lines 23-27 Link Here
23
lib/libmtp.a
23
lib/libmtp.a
24
lib/libmtp.la
24
lib/libmtp.la
25
lib/libmtp.so
25
lib/libmtp.so
26
lib/libmtp.so.6
26
lib/libmtp.so.7
27
libdata/pkgconfig/libmtp.pc
27
libdata/pkgconfig/libmtp.pc

Return to bug 118499