mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Update to 0.20.3.
This commit is contained in:
parent
0d8b6e60d3
commit
9016c50df6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168451
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= bmpx
|
||||
PORTVERSION= 0.20.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.20.3
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://files.beep-media-player.org/releases/${PORTVERSION:C/\.[0-9]*$//}/
|
||||
|
||||
@ -39,7 +38,7 @@ CONFIGURE_ARGS+= --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig \
|
||||
--with-dbus-services-dir="${PREFIX}/share/dbus-1/services"
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS} -D__BSD_VISIBLE"
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
|
||||
MAN1= beep-media-player-2.1
|
||||
|
||||
@ -65,16 +64,4 @@ RUN_DEPENDS+= ${X11BASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notif
|
||||
CONFIGURE_ARGS+= --disable-libnotify
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-extract:
|
||||
@${REINPLACE_CMD} -e 's|am__append_1 = -D_XOPEN_SOURCE=600||' \
|
||||
${WRKSRC}/src/Makefile.in
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' \
|
||||
${WRKSRC}/src/metadata.c
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (bmpx-0.20.2.tar.bz2) = cff15f37296d8d8f4a2c6517662885fa
|
||||
SHA256 (bmpx-0.20.2.tar.bz2) = ff643d805c5bc641a24d2052681756907607feab3a59107bc7412852d4b112b0
|
||||
SIZE (bmpx-0.20.2.tar.bz2) = 1956156
|
||||
MD5 (bmpx-0.20.3.tar.bz2) = ba4b5765de7a643f1c680ba9ca6d6225
|
||||
SHA256 (bmpx-0.20.3.tar.bz2) = 80b5e5a19c52151ecfc84f880c193b6446f285c8fae42bd3f15053c44bd90361
|
||||
SIZE (bmpx-0.20.3.tar.bz2) = 1956162
|
||||
|
@ -1,5 +1,4 @@
|
||||
@comment $FreeBSD$
|
||||
bin/bmp2
|
||||
bin/bmp-enqueue-files-2.0
|
||||
bin/bmp-enqueue-uris-2.0
|
||||
bin/bmp-play-files-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user