Index: head/audio/xmp/Makefile =================================================================== --- head/audio/xmp/Makefile (revision 373703) +++ head/audio/xmp/Makefile (revision 373704) @@ -1,57 +1,57 @@ # Created by: Anders Nordby # $FreeBSD$ PORTNAME= xmp -PORTVERSION= 4.0.9 +PORTVERSION= 4.0.10 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ehaupt@FreeBSD.org COMMENT= Player for many different Amiga and PC module formats LICENSE= GPLv2 LIB_DEPENDS= libxmp.so:${PORTSDIR}/audio/libxmp USES= pkgconfig gmake WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIG_FILES= xmp.conf modules.conf OPTIONS_DEFINE= ALSA PULSEAUDIO .include .if ${PORT_OPTIONS:MALSA} LIB_DEPENDS+= libasound.so:${PORTSDIR}/audio/alsa-lib RUN_DEPENDS+= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins CONFIGURE_ARGS+= --enable-alsa .else CONFIGURE_ARGS+= --disable-alsa .endif .if ${PORT_OPTIONS:MPULSEAUDIO} LIB_DEPENDS+= libpulse-simple.so:${PORTSDIR}/audio/pulseaudio CONFIGURE_ARGS+= --enable-pulseaudio .else CONFIGURE_ARGS+= --disable-pulseaudio .endif post-patch: @${REINPLACE_CMD} -e 's|\ install-conf||' ${WRKSRC}/Makefile.in post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} .for f in ${CONFIG_FILES} @test -f ${ETCDIR}/${f} || ${INSTALL_DATA} ${WRKSRC}/src/${f} ${STAGEDIR}${ETCDIR}/${f} ${INSTALL_DATA} ${WRKSRC}/src/${f} ${STAGEDIR}${ETCDIR}/${f}.sample .endfor .include Index: head/audio/xmp/distinfo =================================================================== --- head/audio/xmp/distinfo (revision 373703) +++ head/audio/xmp/distinfo (revision 373704) @@ -1,2 +1,2 @@ -SHA256 (xmp-4.0.9.tar.gz) = 4b60c4432cdc9b8b4918caf4fc648b43ff4ed2bcc806765a874cffc458ee6a36 -SIZE (xmp-4.0.9.tar.gz) = 201944 +SHA256 (xmp-4.0.10.tar.gz) = b6d45fef0dbdb4ad4948b9f82335cbfaf60eaec3a63cc9a0050a1e5cf7a65e3e +SIZE (xmp-4.0.10.tar.gz) = 203088