diff options
author | rafan <rafan@FreeBSD.org> | 2008-02-28 18:49:59 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-02-28 18:49:59 +0800 |
commit | e75b9d5f1f55d5319fe4d85f6f588c6c113b2be9 (patch) | |
tree | eb82cd42621fb533b58605d3e7130d5dd0695e7a | |
parent | 2a003c35302d690d929551b2a8847a4e1738ef1f (diff) | |
download | freebsd-ports-gnome-e75b9d5f1f55d5319fe4d85f6f588c6c113b2be9.tar.gz freebsd-ports-gnome-e75b9d5f1f55d5319fe4d85f6f588c6c113b2be9.tar.zst freebsd-ports-gnome-e75b9d5f1f55d5319fe4d85f6f588c6c113b2be9.zip |
- Chase audio/libmtp share library version bump
PR: 118499
-rw-r--r-- | audio/amarok-kde4/Makefile | 3 | ||||
-rw-r--r-- | audio/amarok/Makefile | 3 | ||||
-rw-r--r-- | audio/gnomad2/Makefile | 2 | ||||
-rw-r--r-- | sysutils/mtpfs/Makefile | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index 1831514158d1..18ce4bab83ec 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -6,6 +6,7 @@ PORTNAME= amarok PORTVERSION= 1.4.8 +PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src @@ -67,7 +68,7 @@ PLIST_SUB+= NJB="" .if !defined(WITH_MTP) PLIST_SUB+= MTP="@comment " .else -LIB_DEPENDS+= mtp.6:${PORTSDIR}/audio/libmtp +LIB_DEPENDS+= mtp.7:${PORTSDIR}/audio/libmtp CONFIGURE_ARGS+=--with-libmtp PLIST_SUB+= MTP="" .endif diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 1831514158d1..18ce4bab83ec 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -6,6 +6,7 @@ PORTNAME= amarok PORTVERSION= 1.4.8 +PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src @@ -67,7 +68,7 @@ PLIST_SUB+= NJB="" .if !defined(WITH_MTP) PLIST_SUB+= MTP="@comment " .else -LIB_DEPENDS+= mtp.6:${PORTSDIR}/audio/libmtp +LIB_DEPENDS+= mtp.7:${PORTSDIR}/audio/libmtp CONFIGURE_ARGS+=--with-libmtp PLIST_SUB+= MTP="" .endif diff --git a/audio/gnomad2/Makefile b/audio/gnomad2/Makefile index 9720179b11ab..9f774cb6c988 100644 --- a/audio/gnomad2/Makefile +++ b/audio/gnomad2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomad2 PORTVERSION= 2.8.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/sysutils/mtpfs/Makefile b/sysutils/mtpfs/Makefile index 11ba50fdd42f..e6547f0edb2a 100644 --- a/sysutils/mtpfs/Makefile +++ b/sysutils/mtpfs/Makefile @@ -7,7 +7,7 @@ PORTNAME= mtpfs PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.adebenham.com/mtpfs/ |