diff options
author | wiz <wiz@pkgsrc.org> | 2017-03-31 10:32:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-03-31 10:32:14 +0000 |
commit | 5f7fe16e7d41e39c4030fbbf5b4eea931a17e0a5 (patch) | |
tree | 737a97034ab2731266ff1607865de326837f57d8 /multimedia | |
parent | 7fa9fc49718e3bc7abd78c946e264a9a86f5c095 (diff) | |
download | pkgsrc-5f7fe16e7d41e39c4030fbbf5b4eea931a17e0a5.tar.gz |
Recursive bump for gpgme update which removed a support library.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/totem-browser-plugin/Makefile | 4 | ||||
-rw-r--r-- | multimedia/totem-nautilus/Makefile | 4 | ||||
-rw-r--r-- | multimedia/totem-pl-parser/Makefile | 4 | ||||
-rw-r--r-- | multimedia/totem-pl-parser/buildlink3.mk | 4 | ||||
-rw-r--r-- | multimedia/totem/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/multimedia/totem-browser-plugin/Makefile b/multimedia/totem-browser-plugin/Makefile index 40d4c541748..841c431930f 100644 --- a/multimedia/totem-browser-plugin/Makefile +++ b/multimedia/totem-browser-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2017/02/12 06:25:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.51 2017/03/31 10:32:19 wiz Exp $ # .include "../../multimedia/totem/Makefile.common" @@ -6,7 +6,7 @@ DEPENDS+= gst-plugins0.10-soup-[0-9]*:../../net/gst-plugins0.10-soup PKGNAME= ${DISTNAME:S/totem/totem-browser-plugin/} -PKGREVISION= 43 +PKGREVISION= 44 # override Makefile.common PLIST_SRC= ${.CURDIR}/PLIST diff --git a/multimedia/totem-nautilus/Makefile b/multimedia/totem-nautilus/Makefile index 36f400a7eef..b1b2a6f0b99 100644 --- a/multimedia/totem-nautilus/Makefile +++ b/multimedia/totem-nautilus/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.54 2017/02/12 06:25:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.55 2017/03/31 10:32:19 wiz Exp $ # .include "../../multimedia/totem/Makefile.common" PKGNAME= ${DISTNAME:S/totem/totem-nautilus/} -PKGREVISION= 38 +PKGREVISION= 39 # override Makefile.common PLIST_SRC= ${.CURDIR}/PLIST diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile index 5abf8fcae7f..13c3d48c018 100644 --- a/multimedia/totem-pl-parser/Makefile +++ b/multimedia/totem-pl-parser/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2016/12/04 05:17:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.60 2017/03/31 10:32:15 wiz Exp $ DISTNAME= totem-pl-parser-3.4.5 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/totem-pl-parser/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/multimedia/totem-pl-parser/buildlink3.mk b/multimedia/totem-pl-parser/buildlink3.mk index 6d29302dbcb..a5a29e95fea 100644 --- a/multimedia/totem-pl-parser/buildlink3.mk +++ b/multimedia/totem-pl-parser/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.39 2016/12/04 05:17:09 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.40 2017/03/31 10:32:15 wiz Exp $ BUILDLINK_TREE+= totem-pl-parser @@ -6,7 +6,7 @@ BUILDLINK_TREE+= totem-pl-parser TOTEM_PL_PARSER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.totem-pl-parser+= totem-pl-parser>=2.22.1 -BUILDLINK_ABI_DEPENDS.totem-pl-parser+= totem-pl-parser>=3.4.5nb5 +BUILDLINK_ABI_DEPENDS.totem-pl-parser+= totem-pl-parser>=3.4.5nb6 BUILDLINK_PKGSRCDIR.totem-pl-parser?= ../../multimedia/totem-pl-parser .include "../../devel/glib2/buildlink3.mk" diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 8f043fc3078..f3c88a06570 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.87 2017/02/12 06:24:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.88 2017/03/31 10:32:19 wiz Exp $ .include "Makefile.common" -PKGREVISION= 39 +PKGREVISION= 40 DEPENDS+= gst-plugins0.10-soup-[0-9]*:../../net/gst-plugins0.10-soup |