Date: Thu, 17 Apr 2014 15:07:22 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351482 - in head: games/gweled games/vavoom misc/bb multimedia/xmms Message-ID: <201404171507.s3HF7MRV097249@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu Apr 17 15:07:21 2014 New Revision: 351482 URL: http://svnweb.freebsd.org/changeset/ports/351482 QAT: https://qat.redports.org/buildarchive/r351482/ Log: - Chase libmikmod upgrade Approved by: portmgr (bdrewery) Modified: head/games/gweled/Makefile head/games/vavoom/Makefile head/misc/bb/Makefile head/multimedia/xmms/Makefile Modified: head/games/gweled/Makefile ============================================================================== --- head/games/gweled/Makefile Thu Apr 17 15:03:56 2014 (r351481) +++ head/games/gweled/Makefile Thu Apr 17 15:07:21 2014 (r351482) @@ -3,14 +3,14 @@ PORTNAME= gweled PORTVERSION= 0.7 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games gnome MASTER_SITES= http://sebdelestaing.free.fr/gweled/Release/ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME version of the game called "Bejeweled" or "Diamond Mine" -LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod +LIB_DEPENDS= libmikmod.so:${PORTSDIR}/audio/libmikmod USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui librsvg2 Modified: head/games/vavoom/Makefile ============================================================================== --- head/games/vavoom/Makefile Thu Apr 17 15:03:56 2014 (r351481) +++ head/games/vavoom/Makefile Thu Apr 17 15:07:21 2014 (r351482) @@ -3,7 +3,7 @@ PORTNAME= vavoom PORTVERSION= 1.33 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Vavoom-source/${PORTVERSION} Modified: head/misc/bb/Makefile ============================================================================== --- head/misc/bb/Makefile Thu Apr 17 15:03:56 2014 (r351481) +++ head/misc/bb/Makefile Thu Apr 17 15:07:21 2014 (r351482) @@ -3,7 +3,7 @@ PORTNAME= bb PORTVERSION= 1.3.r1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= SF/aa-project/${PORTNAME}/1.3rc1 DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= High quality audio-visual demonstration for text terminal LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ - mikmod.2:${PORTSDIR}/audio/libmikmod + libmikmod.so:${PORTSDIR}/audio/libmikmod GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/bb-1.3.0 Modified: head/multimedia/xmms/Makefile ============================================================================== --- head/multimedia/xmms/Makefile Thu Apr 17 15:03:56 2014 (r351481) +++ head/multimedia/xmms/Makefile Thu Apr 17 15:07:21 2014 (r351482) @@ -3,7 +3,7 @@ PORTNAME= xmms PORTVERSION= 1.2.11 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= multimedia audio ipv6 MASTER_SITES= http://www.xmms.org/files/1.2.x/ \ http://legacy.xmms2.org/ \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404171507.s3HF7MRV097249>