diff options
author | wiz <wiz@pkgsrc.org> | 2020-03-10 22:08:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-03-10 22:08:37 +0000 |
commit | aea435c684475a7d69a14634c0e51d603ab462ae (patch) | |
tree | 9fd7a37dbb2162cea8ab6c0cd54f7f398658d288 /sysutils | |
parent | b16775744b3813e095efae692a24050371dacda5 (diff) | |
download | pkgsrc-aea435c684475a7d69a14634c0e51d603ab462ae.tar.gz |
librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
Diffstat (limited to 'sysutils')
96 files changed, 192 insertions, 192 deletions
diff --git a/sysutils/amtterm/Makefile b/sysutils/amtterm/Makefile index ad122639fde..504ceecf0dd 100644 --- a/sysutils/amtterm/Makefile +++ b/sysutils/amtterm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2020/03/08 16:51:13 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2020/03/10 22:10:56 wiz Exp $ DISTNAME= amtterm-1.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.kraxel.org/releases/amtterm/ diff --git a/sysutils/bacula-qt5-console/Makefile b/sysutils/bacula-qt5-console/Makefile index 67c9d9065b1..1a91d64b15c 100644 --- a/sysutils/bacula-qt5-console/Makefile +++ b/sysutils/bacula-qt5-console/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2020/03/08 16:51:13 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2020/03/10 22:10:56 wiz Exp $ PKGNAME= ${DISTNAME:S/-/-qt5-console-/} -PKGREVISION= 1 +PKGREVISION= 2 #PKGREVISION= 2 COMMENT= Qt5-based console for Bacula - The Network Backup Solution diff --git a/sysutils/bacula-tray-monitor-qt5/Makefile b/sysutils/bacula-tray-monitor-qt5/Makefile index fb349537593..d83d50d42f7 100644 --- a/sysutils/bacula-tray-monitor-qt5/Makefile +++ b/sysutils/bacula-tray-monitor-qt5/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2020/03/08 16:51:14 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2020/03/10 22:10:56 wiz Exp $ PKGNAME= ${DISTNAME:S/-/-tray-monitor-qt5-/} -PKGREVISION= 1 +PKGREVISION= 2 #PKGREVISION= 2 COMMENT= System tray monitor for Bacula - The Network Backup Solution diff --git a/sysutils/baloo5/Makefile b/sysutils/baloo5/Makefile index fb55c3daa3b..b5c805b58e0 100644 --- a/sysutils/baloo5/Makefile +++ b/sysutils/baloo5/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2020/03/08 16:48:09 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2020/03/10 22:08:59 wiz Exp $ DISTNAME= baloo-${KF5VER} PKGNAME= baloo5-${KF5VER} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils HOMEPAGE= https://community.kde.org/Frameworks diff --git a/sysutils/baloo5/buildlink3.mk b/sysutils/baloo5/buildlink3.mk index 2235456a6c7..9e1c07b6f4d 100644 --- a/sysutils/baloo5/buildlink3.mk +++ b/sysutils/baloo5/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.22 2020/03/08 16:48:09 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.23 2020/03/10 22:08:59 wiz Exp $ BUILDLINK_TREE+= baloo5 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= baloo5 BALOO5_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.baloo5+= baloo5>=5.21.0 -BUILDLINK_ABI_DEPENDS.baloo5?= baloo5>=5.66.0nb1 +BUILDLINK_ABI_DEPENDS.baloo5?= baloo5>=5.66.0nb2 BUILDLINK_PKGSRCDIR.baloo5?= ../../sysutils/baloo5 .include "../../databases/lmdb/buildlink3.mk" diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index 17233f1e10d..8375c45bfd3 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.87 2020/03/08 16:48:10 wiz Exp $ +# $NetBSD: Makefile,v 1.88 2020/03/10 22:09:00 wiz Exp $ DISTNAME= brasero-3.12.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/brasero/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/sysutils/brasero/buildlink3.mk b/sysutils/brasero/buildlink3.mk index 62cc1ecc746..dbd179822d2 100644 --- a/sysutils/brasero/buildlink3.mk +++ b/sysutils/brasero/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.62 2020/03/08 16:48:10 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.63 2020/03/10 22:09:00 wiz Exp $ BUILDLINK_TREE+= brasero @@ -6,7 +6,7 @@ BUILDLINK_TREE+= brasero BRASERO_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.brasero+= brasero>=3.12.2 -BUILDLINK_ABI_DEPENDS.brasero?= brasero>=3.12.2nb1 +BUILDLINK_ABI_DEPENDS.brasero?= brasero>=3.12.2nb2 BUILDLINK_PKGSRCDIR.brasero?= ../../sysutils/brasero .include "../../x11/gtk3/buildlink3.mk" diff --git a/sysutils/bubblemon/Makefile b/sysutils/bubblemon/Makefile index 0f2470f9c3c..78eee81c052 100644 --- a/sysutils/bubblemon/Makefile +++ b/sysutils/bubblemon/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.36 2020/03/08 16:51:14 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2020/03/10 22:10:56 wiz Exp $ # DISTNAME= bubblemon-dockapp-1.46 PKGNAME= ${DISTNAME:S/-dockapp//} -PKGREVISION= 32 +PKGREVISION= 33 CATEGORIES= sysutils MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ diff --git a/sysutils/caja-dropbox/Makefile b/sysutils/caja-dropbox/Makefile index 901838c31c2..cd704c5d7d5 100644 --- a/sysutils/caja-dropbox/Makefile +++ b/sysutils/caja-dropbox/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2020/03/08 16:51:14 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2020/03/10 22:10:56 wiz Exp $ # Makefile.common already includes python .mk files, so need to set this here PYTHON_VERSIONS_INCOMPATIBLE= 27 -PKGREVISION= 2 +PKGREVISION= 3 .include "../../meta-pkgs/mate/Makefile.common" DISTNAME= caja-dropbox-${VERSION:R}.1 diff --git a/sysutils/caja-extensions/Makefile b/sysutils/caja-extensions/Makefile index 1fd23abca73..0d126b3372b 100644 --- a/sysutils/caja-extensions/Makefile +++ b/sysutils/caja-extensions/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2020/03/08 16:51:14 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2020/03/10 22:10:56 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../meta-pkgs/mate/Makefile.common" DISTNAME= caja-extensions-${VERSION:R}.1 diff --git a/sysutils/caja/Makefile b/sysutils/caja/Makefile index 9d95cfa75d3..fd35954532e 100644 --- a/sysutils/caja/Makefile +++ b/sysutils/caja/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2020/03/08 16:48:10 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2020/03/10 22:10:56 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../meta-pkgs/mate/Makefile.common" DISTNAME= caja-${VERSION:R}.3 diff --git a/sysutils/collectd-rrdtool/Makefile b/sysutils/collectd-rrdtool/Makefile index a7cee118862..4185c22386e 100644 --- a/sysutils/collectd-rrdtool/Makefile +++ b/sysutils/collectd-rrdtool/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.15 2020/03/08 16:51:15 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2020/03/10 22:10:57 wiz Exp $ COLLECTD_PACKAGE= rrdtool COLLECTD_PLUGINS= rrdtool rrdcached COMMENT= Statistics collection daemon - rrdtool plugins -PKGREVISION= 7 +PKGREVISION= 8 .include "../../sysutils/collectd/Makefile.common" diff --git a/sysutils/deforaos-browser/Makefile b/sysutils/deforaos-browser/Makefile index fe71818acda..b75297419c6 100644 --- a/sysutils/deforaos-browser/Makefile +++ b/sysutils/deforaos-browser/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.33 2020/03/08 16:48:10 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2020/03/10 22:09:00 wiz Exp $ # DISTNAME= Browser-0.5.3 PKGNAME= deforaos-browser-0.5.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://ftp.defora.org/pub/DeforaOS/Apps/Desktop/src/Browser/ diff --git a/sysutils/deforaos-browser/buildlink3.mk b/sysutils/deforaos-browser/buildlink3.mk index dc596e1a0b8..3cc193426a9 100644 --- a/sysutils/deforaos-browser/buildlink3.mk +++ b/sysutils/deforaos-browser/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.22 2020/03/08 16:48:10 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.23 2020/03/10 22:09:00 wiz Exp $ BUILDLINK_TREE+= deforaos-browser @@ -6,7 +6,7 @@ BUILDLINK_TREE+= deforaos-browser DEFORAOS_BROWSER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.deforaos-browser+= deforaos-browser>=0.5.0 -BUILDLINK_ABI_DEPENDS.deforaos-browser?= deforaos-browser>=0.5.3nb1 +BUILDLINK_ABI_DEPENDS.deforaos-browser?= deforaos-browser>=0.5.3nb2 BUILDLINK_PKGSRCDIR.deforaos-browser?= ../../sysutils/deforaos-browser .include "../../x11/deforaos-libdesktop/buildlink3.mk" diff --git a/sysutils/deforaos-terminal/Makefile b/sysutils/deforaos-terminal/Makefile index ab115a5aae1..157af82c127 100644 --- a/sysutils/deforaos-terminal/Makefile +++ b/sysutils/deforaos-terminal/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2020/03/08 16:51:15 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2020/03/10 22:10:57 wiz Exp $ # DISTNAME= Terminal-0.2.0 PKGNAME= deforaos-terminal-0.2.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://ftp.defora.org/pub/DeforaOS/Apps/Desktop/src/Terminal/ diff --git a/sysutils/dvdisaster/Makefile b/sysutils/dvdisaster/Makefile index 7f62e3bdb39..ef86fffa99d 100644 --- a/sysutils/dvdisaster/Makefile +++ b/sysutils/dvdisaster/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2020/03/08 16:51:16 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2020/03/10 22:10:57 wiz Exp $ DISTNAME= dvdisaster-0.79.5 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= sysutils MASTER_SITES= http://dvdisaster.net/downloads/ EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/facette/Makefile b/sysutils/facette/Makefile index 708125d2885..637c1b153e4 100644 --- a/sysutils/facette/Makefile +++ b/sysutils/facette/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2020/03/08 16:51:16 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2020/03/10 22:10:57 wiz Exp $ DISTNAME= facette-0.4.0dev -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=facette/} diff --git a/sysutils/filelight/Makefile b/sysutils/filelight/Makefile index e2022f9f5f6..f3bc7e4a612 100644 --- a/sysutils/filelight/Makefile +++ b/sysutils/filelight/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.71 2020/03/08 16:51:16 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2020/03/10 22:10:57 wiz Exp $ DISTNAME= filelight-${KAPPSVER} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils HOMEPAGE= https://kde.org/applications/utilities/org.kde.filelight/ diff --git a/sysutils/gcdmaster/Makefile b/sysutils/gcdmaster/Makefile index d1b1f55964c..319a3f353b6 100644 --- a/sysutils/gcdmaster/Makefile +++ b/sysutils/gcdmaster/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.94 2020/03/08 16:51:16 wiz Exp $ +# $NetBSD: Makefile,v 1.95 2020/03/10 22:10:57 wiz Exp $ -PKGREVISION= 4 +PKGREVISION= 5 .include "../../sysutils/cdrdao/Makefile.common" PKGNAME= gcdmaster-${CDRDAO_VER} diff --git a/sysutils/gdmap/Makefile b/sysutils/gdmap/Makefile index 363fc803005..02f2f69bfbd 100644 --- a/sysutils/gdmap/Makefile +++ b/sysutils/gdmap/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2020/03/08 16:51:16 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2020/03/10 22:10:57 wiz Exp $ # DISTNAME= gdmap-0.8.1 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gdmap/} diff --git a/sysutils/gentoo/Makefile b/sysutils/gentoo/Makefile index b8e4c54a586..2428b909e48 100644 --- a/sysutils/gentoo/Makefile +++ b/sysutils/gentoo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2020/03/08 16:51:16 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2020/03/10 22:10:57 wiz Exp $ DISTNAME= gentoo-0.20.7 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gentoo/} diff --git a/sysutils/gfm/Makefile b/sysutils/gfm/Makefile index 8c2d207f6fd..eba0a5d24e7 100644 --- a/sysutils/gfm/Makefile +++ b/sysutils/gfm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2020/03/08 16:51:17 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2020/03/10 22:10:58 wiz Exp $ # DISTNAME= gfm-1.06 -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tilp/} EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/gkrellm-est/Makefile b/sysutils/gkrellm-est/Makefile index 07e99c035fa..0a132a9b01e 100644 --- a/sysutils/gkrellm-est/Makefile +++ b/sysutils/gkrellm-est/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2020/03/08 16:51:17 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2020/03/10 22:10:58 wiz Exp $ DISTNAME= gkrellm-est-20040710 -PKGREVISION= 40 +PKGREVISION= 41 CATEGORIES= sysutils #MASTER_SITES= http://cubidou.nerim.net/gkrellm-est/ diff --git a/sysutils/gkrellm/Makefile b/sysutils/gkrellm/Makefile index 86af05b83a1..20b7857e24f 100644 --- a/sysutils/gkrellm/Makefile +++ b/sysutils/gkrellm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.100 2020/03/08 16:48:10 wiz Exp $ +# $NetBSD: Makefile,v 1.101 2020/03/10 22:09:00 wiz Exp $ .include "Makefile.common" -PKGREVISION= 40 +PKGREVISION= 41 GKRELLM_PKGBASE= gkrellm WRKSRC= ${GKRELLM_SRCDIR} diff --git a/sysutils/gkrellm/buildlink3.mk b/sysutils/gkrellm/buildlink3.mk index 2f9b5ef6410..3c98fd83bb9 100644 --- a/sysutils/gkrellm/buildlink3.mk +++ b/sysutils/gkrellm/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.50 2020/03/08 16:48:10 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.51 2020/03/10 22:09:00 wiz Exp $ BUILDLINK_TREE+= gkrellm @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gkrellm GKRELLM_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gkrellm+= gkrellm>=2.1.22 -BUILDLINK_ABI_DEPENDS.gkrellm+= gkrellm>=2.2.10nb40 +BUILDLINK_ABI_DEPENDS.gkrellm+= gkrellm>=2.2.10nb41 BUILDLINK_PKGSRCDIR.gkrellm?= ../../sysutils/gkrellm .include "../../devel/glib2/buildlink3.mk" diff --git a/sysutils/gnome-commander/Makefile b/sysutils/gnome-commander/Makefile index 2b61982783e..67cb8533731 100644 --- a/sysutils/gnome-commander/Makefile +++ b/sysutils/gnome-commander/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.128 2020/03/08 16:51:17 wiz Exp $ +# $NetBSD: Makefile,v 1.129 2020/03/10 22:10:58 wiz Exp $ DISTNAME= gnome-commander-1.2.8.15 -PKGREVISION= 89 +PKGREVISION= 90 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-commander/1.2/} EXTRACT_SUFX= .tar.xz diff --git a/sysutils/gnome-nds-thumbnailer/Makefile b/sysutils/gnome-nds-thumbnailer/Makefile index 28e3269c632..0c268e539aa 100644 --- a/sysutils/gnome-nds-thumbnailer/Makefile +++ b/sysutils/gnome-nds-thumbnailer/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2020/03/08 16:51:17 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2020/03/10 22:10:58 wiz Exp $ # DISTNAME= gnome-nds-thumbnailer-1.2.1 -PKGREVISION= 31 +PKGREVISION= 32 CATEGORIES= sysutils graphics emulators MASTER_SITES= https://download.gnome.org/sources/gnome-nds-thumbnailer/1.2/ EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/gnome-vfs-monikers/Makefile b/sysutils/gnome-vfs-monikers/Makefile index 915714ba5ec..a0971925c21 100644 --- a/sysutils/gnome-vfs-monikers/Makefile +++ b/sysutils/gnome-vfs-monikers/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2020/03/08 16:51:17 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2020/03/10 22:10:58 wiz Exp $ # DISTNAME= gnome-vfs-monikers-2.15.3 -PKGREVISION= 43 +PKGREVISION= 44 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfs-monikers/2.15/} EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile index 38267c1176f..2ce67d9c715 100644 --- a/sysutils/gnome-vfs/Makefile +++ b/sysutils/gnome-vfs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.124 2020/03/08 16:48:11 wiz Exp $ +# $NetBSD: Makefile,v 1.125 2020/03/10 22:09:00 wiz Exp $ -PKGREVISION= 41 +PKGREVISION= 42 PKGCONFIG_OVERRIDE= gnome-vfs-2.0.pc.in PKGCONFIG_OVERRIDE+= gnome-vfs-module-2.0.pc.in diff --git a/sysutils/gnome-vfs/buildlink3.mk b/sysutils/gnome-vfs/buildlink3.mk index 3fb76d01f2d..0f9642ed9a1 100644 --- a/sysutils/gnome-vfs/buildlink3.mk +++ b/sysutils/gnome-vfs/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.63 2020/03/08 16:48:11 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.64 2020/03/10 22:09:00 wiz Exp $ BUILDLINK_TREE+= gnome-vfs @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gnome-vfs GNOME_VFS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gnome-vfs+= gnome-vfs>=2.8.0 -BUILDLINK_ABI_DEPENDS.gnome-vfs+= gnome-vfs>=2.24.4nb41 +BUILDLINK_ABI_DEPENDS.gnome-vfs+= gnome-vfs>=2.24.4nb42 BUILDLINK_PKGSRCDIR.gnome-vfs?= ../../sysutils/gnome-vfs pkgbase := gnome-vfs diff --git a/sysutils/gnome-vfsmm/Makefile b/sysutils/gnome-vfsmm/Makefile index 598d97d4520..6859c0a7c34 100644 --- a/sysutils/gnome-vfsmm/Makefile +++ b/sysutils/gnome-vfsmm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2020/03/08 16:48:11 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2020/03/10 22:09:00 wiz Exp $ DISTNAME= gnome-vfsmm-2.26.0 -PKGREVISION= 39 +PKGREVISION= 40 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfsmm/2.26/} EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/gnome-vfsmm/buildlink3.mk b/sysutils/gnome-vfsmm/buildlink3.mk index 5fddbc6e99d..8e0a746c8c1 100644 --- a/sysutils/gnome-vfsmm/buildlink3.mk +++ b/sysutils/gnome-vfsmm/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.52 2020/03/08 16:48:11 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.53 2020/03/10 22:09:00 wiz Exp $ BUILDLINK_TREE+= gnome-vfsmm @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gnome-vfsmm GNOME_VFSMM_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gnome-vfsmm+= gnome-vfsmm>=2.10.0 -BUILDLINK_ABI_DEPENDS.gnome-vfsmm+= gnome-vfsmm>=2.26.0nb39 +BUILDLINK_ABI_DEPENDS.gnome-vfsmm+= gnome-vfsmm>=2.26.0nb40 BUILDLINK_PKGSRCDIR.gnome-vfsmm?= ../../sysutils/gnome-vfsmm .include "../../devel/glibmm/buildlink3.mk" diff --git a/sysutils/grun/Makefile b/sysutils/grun/Makefile index 64e8a80f303..55c35f4b038 100644 --- a/sysutils/grun/Makefile +++ b/sysutils/grun/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2020/03/08 16:51:17 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2020/03/10 22:10:58 wiz Exp $ DISTNAME= grun-0.9.3 -PKGREVISION= 30 +PKGREVISION= 31 CATEGORIES= misc MASTER_SITES= http://grun.googlecode.com/files/ diff --git a/sysutils/gst-plugins0.10-gnomevfs/Makefile b/sysutils/gst-plugins0.10-gnomevfs/Makefile index 9f3a69d0dd7..8812f025156 100644 --- a/sysutils/gst-plugins0.10-gnomevfs/Makefile +++ b/sysutils/gst-plugins0.10-gnomevfs/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.59 2020/03/08 16:51:18 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2020/03/10 22:10:58 wiz Exp $ # GST_PLUGINS0.10_NAME= gnomevfs GST_PLUGINS0.10_DIRS= ext/gnomevfs GST_PLUGINS0.10_FLAGS= gnome_vfs -PKGREVISION= 28 +PKGREVISION= 29 .include "../../multimedia/gst-plugins0.10-base/Makefile.common" diff --git a/sysutils/gtk-send-pr/Makefile b/sysutils/gtk-send-pr/Makefile index 70dee411c6e..1819ebf982e 100644 --- a/sysutils/gtk-send-pr/Makefile +++ b/sysutils/gtk-send-pr/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.66 2020/03/08 16:51:18 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2020/03/10 22:10:58 wiz Exp $ # DISTNAME= gtk-send-pr-0.4.9 -PKGREVISION= 36 +PKGREVISION= 37 CATEGORIES= sysutils MASTER_SITES= http://download.berlios.de/gtk-send-pr/ EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/gvfs/Makefile b/sysutils/gvfs/Makefile index 23cfd85061e..cbaa58541a6 100644 --- a/sysutils/gvfs/Makefile +++ b/sysutils/gvfs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.106 2020/03/08 16:51:18 wiz Exp $ +# $NetBSD: Makefile,v 1.107 2020/03/10 22:10:59 wiz Exp $ # DISTNAME= gvfs-1.6.7 -PKGREVISION= 45 +PKGREVISION= 46 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gvfs/1.6/} EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/k3b/Makefile b/sysutils/k3b/Makefile index 04fe84108af..3b92f34c093 100644 --- a/sysutils/k3b/Makefile +++ b/sysutils/k3b/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.107 2020/03/08 16:51:18 wiz Exp $ +# $NetBSD: Makefile,v 1.108 2020/03/10 22:10:59 wiz Exp $ DISTNAME= k3b-${KAPPSVER} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils HOMEPAGE= https://userbase.kde.org/K3b diff --git a/sysutils/kdbusaddons/Makefile b/sysutils/kdbusaddons/Makefile index c2c42919f50..ac8d2131963 100644 --- a/sysutils/kdbusaddons/Makefile +++ b/sysutils/kdbusaddons/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2020/03/08 16:48:11 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2020/03/10 22:09:00 wiz Exp $ DISTNAME= kdbusaddons-${KF5VER} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils HOMEPAGE= https://community.kde.org/Frameworks diff --git a/sysutils/kdbusaddons/buildlink3.mk b/sysutils/kdbusaddons/buildlink3.mk index 5750fefbdc3..66d429cda56 100644 --- a/sysutils/kdbusaddons/buildlink3.mk +++ b/sysutils/kdbusaddons/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.15 2020/03/08 16:48:11 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.16 2020/03/10 22:09:00 wiz Exp $ BUILDLINK_TREE+= kdbusaddons @@ -6,7 +6,7 @@ BUILDLINK_TREE+= kdbusaddons KDBUSADDONS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.kdbusaddons+= kdbusaddons>=5.18.0 -BUILDLINK_ABI_DEPENDS.kdbusaddons?= kdbusaddons>=5.66.0nb1 +BUILDLINK_ABI_DEPENDS.kdbusaddons?= kdbusaddons>=5.66.0nb2 BUILDLINK_PKGSRCDIR.kdbusaddons?= ../../sysutils/kdbusaddons .include "../../x11/qt5-qtbase/buildlink3.mk" diff --git a/sysutils/kdf/Makefile b/sysutils/kdf/Makefile index 4cf74625648..7dd92175f78 100644 --- a/sysutils/kdf/Makefile +++ b/sysutils/kdf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.68 2020/03/08 16:51:18 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2020/03/10 22:10:59 wiz Exp $ DISTNAME= kdf-${KAPPSVER} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils HOMEPAGE= https://kde.org/applications/system/kdiskfree/ diff --git a/sysutils/kfilemetadata5/Makefile b/sysutils/kfilemetadata5/Makefile index 01b35f07efd..934545c2062 100644 --- a/sysutils/kfilemetadata5/Makefile +++ b/sysutils/kfilemetadata5/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.60 2020/03/08 16:51:19 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2020/03/10 22:10:59 wiz Exp $ DISTNAME= kfilemetadata-${KF5VER} PKGNAME= ${DISTNAME:S/-/5-/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= sysutils HOMEPAGE= https://community.kde.org/Frameworks diff --git a/sysutils/kfloppy/Makefile b/sysutils/kfloppy/Makefile index d5ecfc77b4c..7a114f4df98 100644 --- a/sysutils/kfloppy/Makefile +++ b/sysutils/kfloppy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2020/03/08 16:51:19 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2020/03/10 22:10:59 wiz Exp $ DISTNAME= kfloppy-${KAPPSVER} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils HOMEPAGE= https://kde.org/applications/utilities/kfloppy/ diff --git a/sysutils/ksystemlog/Makefile b/sysutils/ksystemlog/Makefile index dea1026bc5c..e6aa67cf00e 100644 --- a/sysutils/ksystemlog/Makefile +++ b/sysutils/ksystemlog/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2020/03/08 16:51:19 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2020/03/10 22:10:59 wiz Exp $ DISTNAME= ksystemlog-${KAPPSVER} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils HOMEPAGE= https://kde.org/applications/system/ksystemlog/ diff --git a/sysutils/libfm-extra/Makefile b/sysutils/libfm-extra/Makefile index 71d84eba961..2e696052e9e 100644 --- a/sysutils/libfm-extra/Makefile +++ b/sysutils/libfm-extra/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2020/03/08 16:51:19 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2020/03/10 22:10:59 wiz Exp $ # DISTNAME= libfm-1.3.0.2 PKGNAME= libfm-extra-1.3.0.2 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcmanfm/} EXTRACT_SUFX= .tar.xz diff --git a/sysutils/libfm/Makefile b/sysutils/libfm/Makefile index 7d1e15757a5..0b9b5a69f21 100644 --- a/sysutils/libfm/Makefile +++ b/sysutils/libfm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2020/03/08 16:48:11 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2020/03/10 22:09:00 wiz Exp $ # DISTNAME= libfm-1.3.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcmanfm/} EXTRACT_SUFX= .tar.xz diff --git a/sysutils/libfm/buildlink3.mk b/sysutils/libfm/buildlink3.mk index f155ca4aefe..0b78356c671 100644 --- a/sysutils/libfm/buildlink3.mk +++ b/sysutils/libfm/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2020/03/08 16:48:11 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2020/03/10 22:09:00 wiz Exp $ BUILDLINK_TREE+= libfm @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libfm LIBFM_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libfm+= libfm>=1.2.3 -BUILDLINK_ABI_DEPENDS.libfm?= libfm>=1.3.1nb2 +BUILDLINK_ABI_DEPENDS.libfm?= libfm>=1.3.1nb3 BUILDLINK_PKGSRCDIR.libfm?= ../../sysutils/libfm .include "../../x11/gtk2/buildlink3.mk" diff --git a/sysutils/libgksu/Makefile b/sysutils/libgksu/Makefile index 7a8e0417778..306f21242d3 100644 --- a/sysutils/libgksu/Makefile +++ b/sysutils/libgksu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2020/03/08 16:48:11 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2020/03/10 22:09:00 wiz Exp $ DISTNAME= libgksu-2.0.12 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= sysutils MASTER_SITES= http://people.debian.org/~kov/gksu/ diff --git a/sysutils/libgksu/buildlink3.mk b/sysutils/libgksu/buildlink3.mk index 8cefdfe6f8b..992a0f214e5 100644 --- a/sysutils/libgksu/buildlink3.mk +++ b/sysutils/libgksu/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.37 2020/03/08 16:48:11 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.38 2020/03/10 22:09:00 wiz Exp $ BUILDLINK_TREE+= libgksu @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libgksu LIBGKSU_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libgksu+= libgksu>=2.0.7 -BUILDLINK_ABI_DEPENDS.libgksu+= libgksu>=2.0.12nb14 +BUILDLINK_ABI_DEPENDS.libgksu+= libgksu>=2.0.12nb15 BUILDLINK_PKGSRCDIR.libgksu?= ../../sysutils/libgksu .include "../../security/libgnome-keyring/buildlink3.mk" diff --git a/sysutils/libnotify/Makefile b/sysutils/libnotify/Makefile index 4381295fd0a..7d87819d01a 100644 --- a/sysutils/libnotify/Makefile +++ b/sysutils/libnotify/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.61 2020/03/08 16:48:12 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2020/03/10 22:10:59 wiz Exp $ DISTNAME= libnotify-0.7.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libnotify/0.7/} EXTRACT_SUFX= .tar.xz diff --git a/sysutils/libvirt/Makefile b/sysutils/libvirt/Makefile index f8f43e0ed76..1db6e5d4028 100644 --- a/sysutils/libvirt/Makefile +++ b/sysutils/libvirt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2020/03/08 16:51:20 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2020/03/10 22:11:00 wiz Exp $ DISTNAME= libvirt-1.2.9 -PKGREVISION= 35 +PKGREVISION= 36 CATEGORIES= sysutils MASTER_SITES= http://libvirt.org/sources/ diff --git a/sysutils/lxpanel/Makefile b/sysutils/lxpanel/Makefile index b86fba54f31..ca65eb55668 100644 --- a/sysutils/lxpanel/Makefile +++ b/sysutils/lxpanel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2020/03/08 16:51:20 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2020/03/10 22:11:00 wiz Exp $ DISTNAME= lxpanel-0.10.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/} EXTRACT_SUFX= .tar.xz diff --git a/sysutils/lxtask/Makefile b/sysutils/lxtask/Makefile index 62b6e0f9895..ea0a09928d0 100644 --- a/sysutils/lxtask/Makefile +++ b/sysutils/lxtask/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2020/03/08 16:51:20 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2020/03/10 22:11:00 wiz Exp $ DISTNAME= lxtask-0.1.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/} EXTRACT_SUFX= .tar.xz diff --git a/sysutils/mate-notification-daemon/Makefile b/sysutils/mate-notification-daemon/Makefile index d5561046920..56809e52906 100644 --- a/sysutils/mate-notification-daemon/Makefile +++ b/sysutils/mate-notification-daemon/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2020/03/08 16:51:20 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2020/03/10 22:11:00 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../meta-pkgs/mate/Makefile.common" DISTNAME= mate-notification-daemon-${VERSION:R}.1 diff --git a/sysutils/mate-power-manager/Makefile b/sysutils/mate-power-manager/Makefile index 84ee30362ba..0aee67dfc41 100644 --- a/sysutils/mate-power-manager/Makefile +++ b/sysutils/mate-power-manager/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2020/03/08 16:51:20 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2020/03/10 22:11:00 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../meta-pkgs/mate/Makefile.common" DISTNAME= mate-power-manager-${VERSION:R}.2 diff --git a/sysutils/mate-sensors-applet/Makefile b/sysutils/mate-sensors-applet/Makefile index 1cb816d834b..67b4d6eef10 100644 --- a/sysutils/mate-sensors-applet/Makefile +++ b/sysutils/mate-sensors-applet/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2020/03/08 16:51:20 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2020/03/10 22:11:00 wiz Exp $ -PKGREVISION= 2 +PKGREVISION= 3 .include "../../meta-pkgs/mate/Makefile.common" DISTNAME= mate-sensors-applet-${VERSION:R}.1 diff --git a/sysutils/mate-system-monitor/Makefile b/sysutils/mate-system-monitor/Makefile index 54bb8090a9c..1a448cf9184 100644 --- a/sysutils/mate-system-monitor/Makefile +++ b/sysutils/mate-system-monitor/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2020/03/08 16:51:20 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2020/03/10 22:11:00 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../meta-pkgs/mate/Makefile.common" DISTNAME= mate-system-monitor-${VERSION:R}.2 diff --git a/sysutils/notification-daemon/Makefile b/sysutils/notification-daemon/Makefile index e5377dbe0b9..7f9e130a058 100644 --- a/sysutils/notification-daemon/Makefile +++ b/sysutils/notification-daemon/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.51 2020/03/08 16:51:21 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2020/03/10 22:11:00 wiz Exp $ # DISTNAME= notification-daemon-0.7.6 -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/notification-daemon/0.7/} EXTRACT_SUFX= .tar.xz diff --git a/sysutils/open-vm-tools/Makefile b/sysutils/open-vm-tools/Makefile index ec02bb05fef..8a7de508ea0 100644 --- a/sysutils/open-vm-tools/Makefile +++ b/sysutils/open-vm-tools/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.94 2020/03/08 16:51:21 wiz Exp $ +# $NetBSD: Makefile,v 1.95 2020/03/10 22:11:00 wiz Exp $ OVTVER= 10.3.0 DISTNAME= open-vm-tools-${OVTVER}-8931395 PKGNAME= open-vm-tools-${OVTVER} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=vmware/} diff --git a/sysutils/openxenmanager/Makefile b/sysutils/openxenmanager/Makefile index 221bf64a18d..6b049d6a8d0 100644 --- a/sysutils/openxenmanager/Makefile +++ b/sysutils/openxenmanager/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2020/03/08 16:51:21 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2020/03/10 22:11:01 wiz Exp $ DISTNAME= openxenmanager_0.r80+dfsg.orig PKGNAME= openxenmanager-0.0.80 -PKGREVISION= 24 +PKGREVISION= 25 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/o/openxenmanager/} diff --git a/sysutils/p5-Gnome2-VFS/Makefile b/sysutils/p5-Gnome2-VFS/Makefile index 06ee5e73fd4..c1990aa0bca 100644 --- a/sysutils/p5-Gnome2-VFS/Makefile +++ b/sysutils/p5-Gnome2-VFS/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.52 2020/03/08 16:48:12 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2020/03/10 22:09:01 wiz Exp $ DISTNAME= Gnome2-VFS-1.083 PKGNAME= p5-${DISTNAME} -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} diff --git a/sysutils/p5-Gnome2-VFS/buildlink3.mk b/sysutils/p5-Gnome2-VFS/buildlink3.mk index 9f74b27b302..65a4235f7c6 100644 --- a/sysutils/p5-Gnome2-VFS/buildlink3.mk +++ b/sysutils/p5-Gnome2-VFS/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.39 2020/03/08 16:48:12 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.40 2020/03/10 22:09:01 wiz Exp $ BUILDLINK_TREE+= p5-Gnome2-VFS @@ -6,7 +6,7 @@ BUILDLINK_TREE+= p5-Gnome2-VFS P5_GNOME2_VFS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.p5-Gnome2-VFS+= p5-Gnome2-VFS>=1.081 -BUILDLINK_ABI_DEPENDS.p5-Gnome2-VFS+= p5-Gnome2-VFS>=1.083nb11 +BUILDLINK_ABI_DEPENDS.p5-Gnome2-VFS+= p5-Gnome2-VFS>=1.083nb12 BUILDLINK_PKGSRCDIR.p5-Gnome2-VFS?= ../../sysutils/p5-Gnome2-VFS .include "../../sysutils/gnome-vfs/buildlink3.mk" diff --git a/sysutils/pcmanfm-qt/Makefile b/sysutils/pcmanfm-qt/Makefile index 397d2c4510a..dc696788a0d 100644 --- a/sysutils/pcmanfm-qt/Makefile +++ b/sysutils/pcmanfm-qt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2020/03/08 16:51:21 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2020/03/10 22:11:01 wiz Exp $ DISTNAME= pcmanfm-qt-0.14.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://downloads.lxqt.org/downloads/pcmanfm-qt/0.14.1/ EXTRACT_SUFX= .tar.xz diff --git a/sysutils/pcmanfm/Makefile b/sysutils/pcmanfm/Makefile index 36a4b40d96b..0efd66b8445 100644 --- a/sysutils/pcmanfm/Makefile +++ b/sysutils/pcmanfm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2020/03/08 16:51:21 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2020/03/10 22:11:01 wiz Exp $ # DISTNAME= pcmanfm-1.3.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcmanfm/} EXTRACT_SUFX= .tar.xz diff --git a/sysutils/py-notify-python/Makefile b/sysutils/py-notify-python/Makefile index 18a7b9f34a1..9117354e7ca 100644 --- a/sysutils/py-notify-python/Makefile +++ b/sysutils/py-notify-python/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2020/03/08 16:48:12 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2020/03/10 22:09:01 wiz Exp $ DISTNAME= notify-python-0.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 35 +PKGREVISION= 36 CATEGORIES= sysutils MASTER_SITES= http://www.galago-project.org/files/releases/source/notify-python/ EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/py-notify-python/buildlink3.mk b/sysutils/py-notify-python/buildlink3.mk index 7e32069f320..beee3274772 100644 --- a/sysutils/py-notify-python/buildlink3.mk +++ b/sysutils/py-notify-python/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.18 2020/03/08 16:48:12 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.19 2020/03/10 22:09:01 wiz Exp $ BUILDLINK_TREE+= py-notify-python @@ -8,7 +8,7 @@ PY_NOTIFY_PYTHON_BUILDLINK3_MK:= .include "../../lang/python/pyversion.mk" BUILDLINK_API_DEPENDS.py-notify-python+= ${PYPKGPREFIX}-notify-python>=0.1.1 -BUILDLINK_ABI_DEPENDS.py-notify-python+= ${PYPKGPREFIX}-notify-python>=0.1.1nb35 +BUILDLINK_ABI_DEPENDS.py-notify-python+= ${PYPKGPREFIX}-notify-python>=0.1.1nb36 BUILDLINK_PKGSRCDIR.py-notify-python?= ../../sysutils/py-notify-python .include "../../x11/py-gtk2/buildlink3.mk" diff --git a/sysutils/qdirstat/Makefile b/sysutils/qdirstat/Makefile index 88c645876f7..f9520ec1701 100644 --- a/sysutils/qdirstat/Makefile +++ b/sysutils/qdirstat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2020/03/08 16:51:22 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2020/03/10 22:11:01 wiz Exp $ DISTNAME= qdirstat-1.6.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=shundhammer/} diff --git a/sysutils/rox/Makefile b/sysutils/rox/Makefile index faee688551c..40ba01e1244 100644 --- a/sysutils/rox/Makefile +++ b/sysutils/rox/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.93 2020/03/08 16:51:22 wiz Exp $ +# $NetBSD: Makefile,v 1.94 2020/03/10 22:11:01 wiz Exp $ # DISTNAME= rox-filer-2.10 PKGNAME= rox-2.10 -PKGREVISION= 39 +PKGREVISION= 40 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rox/} EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/screentest/Makefile b/sysutils/screentest/Makefile index e66dc5361b5..55361c4c9f0 100644 --- a/sysutils/screentest/Makefile +++ b/sysutils/screentest/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2020/03/08 16:51:23 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2020/03/10 22:11:01 wiz Exp $ DISTNAME= screentest-2.0 -PKGREVISION= 30 +PKGREVISION= 31 CATEGORIES= sysutils x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=screentest/} diff --git a/sysutils/solid/Makefile b/sysutils/solid/Makefile index e87d30f242c..6cabbb591ec 100644 --- a/sysutils/solid/Makefile +++ b/sysutils/solid/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2020/03/08 16:48:12 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2020/03/10 22:09:01 wiz Exp $ DISTNAME= solid-${KF5VER} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils HOMEPAGE= https://community.kde.org/Frameworks diff --git a/sysutils/solid/buildlink3.mk b/sysutils/solid/buildlink3.mk index dfac338cab3..baca8e41c55 100644 --- a/sysutils/solid/buildlink3.mk +++ b/sysutils/solid/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.15 2020/03/08 16:48:12 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.16 2020/03/10 22:09:01 wiz Exp $ BUILDLINK_TREE+= solid @@ -6,7 +6,7 @@ BUILDLINK_TREE+= solid SOLID_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.solid+= solid>=5.18.0 -BUILDLINK_ABI_DEPENDS.solid?= solid>=5.66.0nb1 +BUILDLINK_ABI_DEPENDS.solid?= solid>=5.66.0nb2 BUILDLINK_PKGSRCDIR.solid?= ../../sysutils/solid .include "../../x11/qt5-qtdeclarative/buildlink3.mk" diff --git a/sysutils/spice-gtk/Makefile b/sysutils/spice-gtk/Makefile index e6eeb699ebd..7fe1d88f338 100644 --- a/sysutils/spice-gtk/Makefile +++ b/sysutils/spice-gtk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2020/03/08 16:48:12 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2020/03/10 22:09:01 wiz Exp $ DISTNAME= spice-gtk-0.37 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://www.spice-space.org/download/gtk/ EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/spice-gtk/buildlink3.mk b/sysutils/spice-gtk/buildlink3.mk index 42fa38cd452..052ab3a729f 100644 --- a/sysutils/spice-gtk/buildlink3.mk +++ b/sysutils/spice-gtk/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2020/03/08 16:48:12 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2020/03/10 22:09:01 wiz Exp $ BUILDLINK_TREE+= spice-gtk @@ -6,7 +6,7 @@ BUILDLINK_TREE+= spice-gtk SPICE_GTK_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.spice-gtk+= spice-gtk>=0.37 -BUILDLINK_ABI_DEPENDS.spice-gtk?= spice-gtk>=0.37nb1 +BUILDLINK_ABI_DEPENDS.spice-gtk?= spice-gtk>=0.37nb2 BUILDLINK_PKGSRCDIR.spice-gtk?= ../../sysutils/spice-gtk .include "../../audio/libopus/buildlink3.mk" diff --git a/sysutils/tarsnap-gui/Makefile b/sysutils/tarsnap-gui/Makefile index 98b0ec66cf4..e19b1eb55df 100644 --- a/sysutils/tarsnap-gui/Makefile +++ b/sysutils/tarsnap-gui/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2020/03/08 16:51:24 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2020/03/10 22:11:01 wiz Exp $ DISTNAME= tarsnap-gui-1.0.2 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=Tarsnap/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/sysutils/virt-manager/Makefile b/sysutils/virt-manager/Makefile index 24a62dd30bd..95ce586d73b 100644 --- a/sysutils/virt-manager/Makefile +++ b/sysutils/virt-manager/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2020/03/08 16:51:24 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2020/03/10 22:11:01 wiz Exp $ DISTNAME= virt-manager-0.9.4 -PKGREVISION= 29 +PKGREVISION= 30 CATEGORIES= sysutils MASTER_SITES= http://virt-manager.org/download/sources/virt-manager/ diff --git a/sysutils/virt-viewer/Makefile b/sysutils/virt-viewer/Makefile index bd1fe2555e6..687ad65adf2 100644 --- a/sysutils/virt-viewer/Makefile +++ b/sysutils/virt-viewer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2020/03/08 16:51:24 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2020/03/10 22:11:02 wiz Exp $ DISTNAME= virt-viewer-8.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://releases.pagure.org/virt-viewer/ diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile index c70fe1e12df..3f0914a0756 100644 --- a/sysutils/xcdroast/Makefile +++ b/sysutils/xcdroast/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.84 2020/03/08 16:51:24 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2020/03/10 22:11:02 wiz Exp $ DISTNAME= xcdroast-1.18 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xcdroast/} diff --git a/sysutils/xfburn/Makefile b/sysutils/xfburn/Makefile index 1e29badca1e..24fd049c80d 100644 --- a/sysutils/xfburn/Makefile +++ b/sysutils/xfburn/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2020/03/08 16:51:25 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2020/03/10 22:11:02 wiz Exp $ DISTNAME= xfburn-0.5.5 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://archive.xfce.org/src/apps/xfburn/0.5/ EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/xfce4-appfinder/Makefile b/sysutils/xfce4-appfinder/Makefile index 3051bf6b4ac..9a0982ce9b9 100644 --- a/sysutils/xfce4-appfinder/Makefile +++ b/sysutils/xfce4-appfinder/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2020/03/08 16:51:25 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2020/03/10 22:11:02 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-appfinder-4.14.0 diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile index 7fc4817c411..e52069848a9 100644 --- a/sysutils/xfce4-battery-plugin/Makefile +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2020/03/08 16:51:26 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2020/03/10 22:11:02 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../meta-pkgs/xfce4/Makefile.common" VERSION= 1.1.3 diff --git a/sysutils/xfce4-cpugraph-plugin/Makefile b/sysutils/xfce4-cpugraph-plugin/Makefile index 0f05a95aedd..ddc4a984289 100644 --- a/sysutils/xfce4-cpugraph-plugin/Makefile +++ b/sysutils/xfce4-cpugraph-plugin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2020/03/08 16:51:26 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2020/03/10 22:11:02 wiz Exp $ -PKGREVISION= 3 +PKGREVISION= 4 .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-cpugraph-plugin-1.1.0 diff --git a/sysutils/xfce4-diskperf-plugin/Makefile b/sysutils/xfce4-diskperf-plugin/Makefile index 8260fd6768d..dc0e3fd43fe 100644 --- a/sysutils/xfce4-diskperf-plugin/Makefile +++ b/sysutils/xfce4-diskperf-plugin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2020/03/08 16:51:26 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2020/03/10 22:11:02 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-diskperf-plugin-2.6.2 diff --git a/sysutils/xfce4-fsguard-plugin/Makefile b/sysutils/xfce4-fsguard-plugin/Makefile index e0933205db5..33c915945e1 100644 --- a/sysutils/xfce4-fsguard-plugin/Makefile +++ b/sysutils/xfce4-fsguard-plugin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2020/03/08 16:51:26 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2020/03/10 22:11:02 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-fsguard-plugin-1.1.1 diff --git a/sysutils/xfce4-genmon-plugin/Makefile b/sysutils/xfce4-genmon-plugin/Makefile index 3e0bf138f18..826100d4ea0 100644 --- a/sysutils/xfce4-genmon-plugin/Makefile +++ b/sysutils/xfce4-genmon-plugin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2020/03/08 16:51:26 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2020/03/10 22:11:03 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../meta-pkgs/xfce4/Makefile.common" VERSION= 4.0.2 diff --git a/sysutils/xfce4-gvfs-mount-plugin/Makefile b/sysutils/xfce4-gvfs-mount-plugin/Makefile index 8389e32d36c..3a1559bb256 100644 --- a/sysutils/xfce4-gvfs-mount-plugin/Makefile +++ b/sysutils/xfce4-gvfs-mount-plugin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2020/03/08 16:51:26 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2020/03/10 22:11:03 wiz Exp $ -PKGREVISION= 12 +PKGREVISION= 13 .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-gvfs-mount-0.0.4-6d2684b diff --git a/sysutils/xfce4-mount-plugin/Makefile b/sysutils/xfce4-mount-plugin/Makefile index b5edc9b79de..c4a5979394d 100644 --- a/sysutils/xfce4-mount-plugin/Makefile +++ b/sysutils/xfce4-mount-plugin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2020/03/08 16:51:26 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2020/03/10 22:11:03 wiz Exp $ -PKGREVISION= 3 +PKGREVISION= 4 .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-mount-plugin-1.1.3 diff --git a/sysutils/xfce4-netload-plugin/Makefile b/sysutils/xfce4-netload-plugin/Makefile index 97a12692fc3..c0e37d3951b 100644 --- a/sysutils/xfce4-netload-plugin/Makefile +++ b/sysutils/xfce4-netload-plugin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2020/03/08 16:51:26 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2020/03/10 22:11:03 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-netload-plugin-1.3.2 diff --git a/sysutils/xfce4-power-manager/Makefile b/sysutils/xfce4-power-manager/Makefile index f487624e6ad..ccce616c7fd 100644 --- a/sysutils/xfce4-power-manager/Makefile +++ b/sysutils/xfce4-power-manager/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2020/03/08 16:51:27 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2020/03/10 22:11:03 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-power-manager-1.6.5 diff --git a/sysutils/xfce4-quicklauncher-plugin/Makefile b/sysutils/xfce4-quicklauncher-plugin/Makefile index 6c9459bc394..7787db85706 100644 --- a/sysutils/xfce4-quicklauncher-plugin/Makefile +++ b/sysutils/xfce4-quicklauncher-plugin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2020/03/08 16:51:27 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2020/03/10 22:11:03 wiz Exp $ -PKGREVISION= 13 +PKGREVISION= 14 .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-quicklauncher-plugin-1.9.4 diff --git a/sysutils/xfce4-systemload-plugin/Makefile b/sysutils/xfce4-systemload-plugin/Makefile index 5c44db3720d..3cfad584251 100644 --- a/sysutils/xfce4-systemload-plugin/Makefile +++ b/sysutils/xfce4-systemload-plugin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2020/03/08 16:51:27 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2020/03/10 22:11:03 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../meta-pkgs/xfce4/Makefile.common" VERSION= 1.2.3 diff --git a/sysutils/xfce4-taskmanager/Makefile b/sysutils/xfce4-taskmanager/Makefile index d19145af349..e02aa4581ef 100644 --- a/sysutils/xfce4-taskmanager/Makefile +++ b/sysutils/xfce4-taskmanager/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2020/03/08 16:51:27 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2020/03/10 22:11:03 wiz Exp $ -PKGREVISION= 3 +PKGREVISION= 4 .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-taskmanager-1.2.2 diff --git a/sysutils/xfce4-thunar-vcs/Makefile b/sysutils/xfce4-thunar-vcs/Makefile index d12751ab78c..24c794a8c0a 100644 --- a/sysutils/xfce4-thunar-vcs/Makefile +++ b/sysutils/xfce4-thunar-vcs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2020/03/08 16:51:27 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2020/03/10 22:11:03 wiz Exp $ -PKGREVISION= 5 +PKGREVISION= 6 .include "../../meta-pkgs/xfce4/Makefile.common" VERSION= 0.2.0 diff --git a/sysutils/xfce4-thunar/Makefile b/sysutils/xfce4-thunar/Makefile index 04c44608f0c..d193856e2ea 100644 --- a/sysutils/xfce4-thunar/Makefile +++ b/sysutils/xfce4-thunar/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.70 2020/03/08 16:48:13 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2020/03/10 22:09:01 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../meta-pkgs/xfce4/Makefile.common" VERSION= 1.8.12 diff --git a/sysutils/xfce4-thunar/buildlink3.mk b/sysutils/xfce4-thunar/buildlink3.mk index 309e78a7565..250bc4f3b0f 100644 --- a/sysutils/xfce4-thunar/buildlink3.mk +++ b/sysutils/xfce4-thunar/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.47 2020/03/08 16:48:13 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.48 2020/03/10 22:09:01 wiz Exp $ BUILDLINK_TREE+= xfce4-thunar @@ -6,7 +6,7 @@ BUILDLINK_TREE+= xfce4-thunar XFCE4_THUNAR_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.xfce4-thunar+= xfce4-thunar>=1.8.0 -BUILDLINK_ABI_DEPENDS.xfce4-thunar+= xfce4-thunar>=1.8.12nb1 +BUILDLINK_ABI_DEPENDS.xfce4-thunar+= xfce4-thunar>=1.8.12nb2 BUILDLINK_PKGSRCDIR.xfce4-thunar?= ../../sysutils/xfce4-thunar .include "../../graphics/libexif/buildlink3.mk" diff --git a/sysutils/xfce4-verve-plugin/Makefile b/sysutils/xfce4-verve-plugin/Makefile index 1dd4707e1ba..112ef7294f1 100644 --- a/sysutils/xfce4-verve-plugin/Makefile +++ b/sysutils/xfce4-verve-plugin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2020/03/08 16:51:27 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2020/03/10 22:11:04 wiz Exp $ -PKGREVISION= 3 +PKGREVISION= 4 .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-verve-plugin-2.0.0 diff --git a/sysutils/xfce4-xarchiver/Makefile b/sysutils/xfce4-xarchiver/Makefile index baea1799d6d..9d53e84fbad 100644 --- a/sysutils/xfce4-xarchiver/Makefile +++ b/sysutils/xfce4-xarchiver/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.45 2020/03/08 16:51:28 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2020/03/10 22:11:04 wiz Exp $ VERSION= 0.5.4.14 DISTNAME= xarchiver-${VERSION} PKGNAME= xfce4-xarchiver-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=ib/} GITHUB_PROJECT= xarchiver diff --git a/sysutils/xfce4-xkb-plugin/Makefile b/sysutils/xfce4-xkb-plugin/Makefile index 8c028f50ef5..89245cbcdde 100644 --- a/sysutils/xfce4-xkb-plugin/Makefile +++ b/sysutils/xfce4-xkb-plugin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2020/03/08 16:51:28 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2020/03/10 22:11:04 wiz Exp $ -PKGREVISION= 6 +PKGREVISION= 7 .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-xkb-plugin-0.8.1 |