diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-27 00:13:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-27 00:13:17 +0800 |
commit | 9deafc4a5f62a648cfaba35084276d4e00d6a8c3 (patch) | |
tree | 1edfa3cca4ec66b67f7ff12448501072ff117cf2 /audio | |
parent | 7dc5f9eea4bcb24beff3bf7503b50076d093a741 (diff) | |
download | freebsd-ports-gnome-9deafc4a5f62a648cfaba35084276d4e00d6a8c3.tar.gz freebsd-ports-gnome-9deafc4a5f62a648cfaba35084276d4e00d6a8c3.tar.zst freebsd-ports-gnome-9deafc4a5f62a648cfaba35084276d4e00d6a8c3.zip |
- Chase libmtp shlib bump
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amarok-kde4/Makefile | 1 | ||||
-rw-r--r-- | audio/amarok/Makefile | 10 | ||||
-rw-r--r-- | audio/clementine-player/Makefile | 2 | ||||
-rw-r--r-- | audio/gmtp/Makefile | 1 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 11 |
5 files changed, 9 insertions, 16 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index 77e42bc6a87e..bb09867883ef 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -3,6 +3,7 @@ PORTNAME= amarok PORTVERSION= 2.7.0 +PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index f2d39ce698fd..6ade03ebcb38 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: amarok -# Date created: Tue Feb 24 02:21:14 CET 2004 -# Whom: Markus Brueffer <markus@FreeBSD.org> -# +# Created by: Markus Brueffer <markus@FreeBSD.org> # $FreeBSD$ -# PORTNAME= amarok PORTVERSION= 1.4.10 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src @@ -68,7 +64,7 @@ PLIST_SUB+= NJB="@comment " .endif .if ${PORT_OPTIONS:MMTP} -LIB_DEPENDS+= mtp.9:${PORTSDIR}/audio/libmtp +LIB_DEPENDS+= mtp:${PORTSDIR}/audio/libmtp CONFIGURE_ARGS+=--with-libmtp PLIST_SUB+= MTP="" .else diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index 3a4a3c56bf79..ef68e9f9ba00 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -3,7 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE PKGNAMESUFFIX= -player diff --git a/audio/gmtp/Makefile b/audio/gmtp/Makefile index a05c46b5f9c5..aea5349f11d5 100644 --- a/audio/gmtp/Makefile +++ b/audio/gmtp/Makefile @@ -2,6 +2,7 @@ PORTNAME= gmtp PORTVERSION= 1.3.4 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/gMTP-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-i386 diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 958be9cb2480..dff625a8d5fa 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,14 +1,9 @@ -# New ports collection makefile for: rhythmbox -# Date created: 17 August 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/audio/rhythmbox/Makefile,v 1.115 2011/05/04 18:44:36 kwm Exp $ -# - PORTNAME= rhythmbox PORTVERSION= 0.12.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -80,7 +75,7 @@ PLIST_SUB+= LIRC="@comment " .endif .if defined(WITH_MTP) -LIB_DEPENDS+= mtp.9:${PORTSDIR}/audio/libmtp +LIB_DEPENDS+= mtp:${PORTSDIR}/audio/libmtp PLIST_SUB+= MTP="" CONFIGURE_ARGS+= --with-mtp .else |