diff options
author | adam <adam@pkgsrc.org> | 2021-04-21 11:40:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-04-21 11:40:12 +0000 |
commit | a7fef9eb5b4619db0e91035e520e773c20fa2071 (patch) | |
tree | 5709b99f718fd966ea5f1033219742da1a507831 /multimedia/totem | |
parent | 8f74bd47b9c7cfd2970deb094608e6c6b2133461 (diff) | |
download | pkgsrc-a7fef9eb5b4619db0e91035e520e773c20fa2071.tar.gz |
revbump for textproc/icu
Diffstat (limited to 'multimedia/totem')
-rw-r--r-- | multimedia/totem/Makefile | 4 | ||||
-rw-r--r-- | multimedia/totem/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index c6e67f6e219..a9208579ea1 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.113 2020/11/05 09:07:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.114 2021/04/21 11:40:33 adam Exp $ DISTNAME= totem-3.34.1 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/totem/3.34/} EXTRACT_SUFX= .tar.xz diff --git a/multimedia/totem/buildlink3.mk b/multimedia/totem/buildlink3.mk index bab57f17849..b796a19a82c 100644 --- a/multimedia/totem/buildlink3.mk +++ b/multimedia/totem/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.49 2020/11/05 09:07:03 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.50 2021/04/21 11:40:33 adam Exp $ BUILDLINK_TREE+= totem @@ -6,7 +6,7 @@ BUILDLINK_TREE+= totem TOTEM_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.totem+= totem>=3.34.1 -BUILDLINK_ABI_DEPENDS.totem?= totem>=3.34.1nb8 +BUILDLINK_ABI_DEPENDS.totem?= totem>=3.34.1nb9 BUILDLINK_PKGSRCDIR.totem?= ../../multimedia/totem .include "../../multimedia/totem-pl-parser/buildlink3.mk" |