Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142132052
D18878.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
42 KB
Referenced Files
None
Subscribers
None
D18878.diff
View Options
Index: head/Mk/Scripts/qa.sh
===================================================================
--- head/Mk/Scripts/qa.sh
+++ head/Mk/Scripts/qa.sh
@@ -420,6 +420,7 @@
elif [ ${pkg} = "devel/libIDL" ]; then warn "you need USE_GNOME+=libidl"
elif [ ${pkg} = "x11-fm/nautilus" ]; then warn "you need USE_GNOME+=nautilus3"
elif [ ${pkg} = "devel/ORBit2" ]; then warn "you need USE_GNOME+=orbit2"
+ elif [ ${pkg} = "graphics/librsvg2-rust" ]; then warn "you need USE_GNOME+=librsvg2"
# mate
# grep LIB_DEPENDS= Mk/Uses/mate.mk |sed -e 's|\(.*\)_LIB_DEPENDS.*:\(.*\)\/\(.*\)|elif [ ${pkg} = "\2/\3" ]; then warn "you need USE_MATE+=\1"|'
elif [ ${pkg} = "x11-fm/caja" ]; then warn "you need USE_MATE+=caja"
Index: head/Mk/Uses/gnome.mk
===================================================================
--- head/Mk/Uses/gnome.mk
+++ head/Mk/Uses/gnome.mk
@@ -260,7 +260,16 @@
vte3_LIB_DEPENDS= libvte-2.91.so:x11-toolkits/vte3
vte3_USE_GNOME_IMPL= gtk30
+# Use librsvg2-rust where lang/rust is available
+.if empty(ARCH:Naarch64:Narmv6:Narmv7:Namd64:Ni386:Npowerpc64:Npowerpc64le)
+librsvg2_BUILD_DEPENDS= librsvg2-rust>=0:graphics/librsvg2-rust
+librsvg2_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2-rust
+librsvg2_RUN_DEPENDS= librsvg2-rust>=0:graphics/librsvg2-rust
+.else
+librsvg2_BUILD_DEPENDS= librsvg2>=0:graphics/librsvg2
librsvg2_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2
+librsvg2_RUN_DEPENDS= librsvg2>=0:graphics/librsvg2
+.endif
librsvg2_USE_GNOME_IMPL=libgsf gdkpixbuf2 pango
nautilus3_LIB_DEPENDS= libnautilus-extension.so:x11-fm/nautilus
Index: head/audio/denemo/Makefile
===================================================================
--- head/audio/denemo/Makefile
+++ head/audio/denemo/Makefile
@@ -3,7 +3,7 @@
PORTNAME= denemo
PORTVERSION= 2.0.6
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= GNU
Index: head/audio/exaile/Makefile
===================================================================
--- head/audio/exaile/Makefile
+++ head/audio/exaile/Makefile
@@ -2,7 +2,7 @@
PORTNAME= exaile
DISTVERSION= 4.1.0-alpha1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MAINTAINER= rm@FreeBSD.org
Index: head/audio/fossmixer/Makefile
===================================================================
--- head/audio/fossmixer/Makefile
+++ head/audio/fossmixer/Makefile
@@ -2,6 +2,7 @@
PORTNAME= fossmixer
PORTVERSION= 0.0.2
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://downloads.sourceforge.net/project/detroit/
DISTNAME= detroit-0.2.1
Index: head/cad/horizon-eda/Makefile
===================================================================
--- head/cad/horizon-eda/Makefile
+++ head/cad/horizon-eda/Makefile
@@ -3,6 +3,7 @@
PORTNAME= horizon-eda
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.0
+PORTREVISION= 1
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org
Index: head/deskutils/cairo-dock-plugins/Makefile
===================================================================
--- head/deskutils/cairo-dock-plugins/Makefile
+++ head/deskutils/cairo-dock-plugins/Makefile
@@ -2,7 +2,7 @@
PORTNAME= cairo-dock-plugins
PORTVERSION= 3.4.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= deskutils
PATCH_SITES= https://github.com/Cairo-Dock/cairo-dock-plug-ins/commit/
Index: head/deskutils/cairo-dock/Makefile
===================================================================
--- head/deskutils/cairo-dock/Makefile
+++ head/deskutils/cairo-dock/Makefile
@@ -2,7 +2,7 @@
PORTNAME= cairo-dock
PORTVERSION= 3.4.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= deskutils
MAINTAINER= ports@FreeBSD.org
Index: head/deskutils/glabels/Makefile
===================================================================
--- head/deskutils/glabels/Makefile
+++ head/deskutils/glabels/Makefile
@@ -3,6 +3,7 @@
PORTNAME= glabels
PORTVERSION= 3.4.1
+PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= GNOME
Index: head/deskutils/mate-notification-daemon/Makefile
===================================================================
--- head/deskutils/mate-notification-daemon/Makefile
+++ head/deskutils/mate-notification-daemon/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mate-notification-daemon
PORTVERSION= 1.24.1
+PORTREVISION= 1
CATEGORIES= deskutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
Index: head/deskutils/shutter/Makefile
===================================================================
--- head/deskutils/shutter/Makefile
+++ head/deskutils/shutter/Makefile
@@ -13,7 +13,6 @@
LICENSE_COMB= multi
RUN_DEPENDS= ImageMagick6>=6.9.3.1,1:graphics/ImageMagick6 \
- librsvg2>=2.40.6:graphics/librsvg2 \
p5-File-BaseDir>=0.03:devel/p5-File-BaseDir \
p5-File-Copy-Recursive>=0.38_1:devel/p5-File-Copy-Recursive \
p5-File-Spec-Native>=1.003_1:devel/p5-File-Spec-Native \
Index: head/deskutils/virt-manager/Makefile
===================================================================
--- head/deskutils/virt-manager/Makefile
+++ head/deskutils/virt-manager/Makefile
@@ -2,6 +2,7 @@
PORTNAME= virt-manager
PORTVERSION= 3.1.0
+PORTREVISION= 1
CATEGORIES= deskutils net-mgmt
MASTER_SITES= https://virt-manager.org/download/sources/${PORTNAME}/
Index: head/deskutils/xfce4-tumbler/Makefile
===================================================================
--- head/deskutils/xfce4-tumbler/Makefile
+++ head/deskutils/xfce4-tumbler/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tumbler
PORTVERSION= 0.2.9
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= deskutils xfce
MASTER_SITES= XFCE
PKGNAMEPREFIX= xfce4-
Index: head/deskutils/xfce4-xkb-plugin/Makefile
===================================================================
--- head/deskutils/xfce4-xkb-plugin/Makefile
+++ head/deskutils/xfce4-xkb-plugin/Makefile
@@ -2,7 +2,7 @@
PORTNAME= xfce4-xkb-plugin
PORTVERSION= 0.8.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= deskutils xfce
MASTER_SITES= XFCE/panel-plugins
Index: head/devel/efl/Makefile
===================================================================
--- head/devel/efl/Makefile
+++ head/devel/efl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= efl
DISTVERSION= 1.24.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= devel enlightenment
MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/
DIST_SUBDIR= enlightenment
Index: head/devel/goffice/Makefile
===================================================================
--- head/devel/goffice/Makefile
+++ head/devel/goffice/Makefile
@@ -3,6 +3,7 @@
PORTNAME= goffice
PORTVERSION= 0.10.48
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
Index: head/editors/abiword/Makefile
===================================================================
--- head/editors/abiword/Makefile
+++ head/editors/abiword/Makefile
@@ -3,7 +3,7 @@
PORTNAME= abiword
PORTVERSION= 3.0.1
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= editors
MASTER_SITES= http://www.abisource.com/downloads/abiword/${PORTVERSION}/source/
DIST_SUBDIR= AbiWord
Index: head/editors/emacs-devel/Makefile
===================================================================
--- head/editors/emacs-devel/Makefile
+++ head/editors/emacs-devel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= emacs
DISTVERSION= 28.0.50.20201102
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= editors
PKGNAMESUFFIX= -devel
Index: head/editors/emacs/Makefile
===================================================================
--- head/editors/emacs/Makefile
+++ head/editors/emacs/Makefile
@@ -4,7 +4,7 @@
PORTNAME= emacs
DISTVERSION= 27.1
PORTEPOCH= 3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= editors
MASTER_SITES= GNU
Index: head/games/aisleriot/Makefile
===================================================================
--- head/games/aisleriot/Makefile
+++ head/games/aisleriot/Makefile
@@ -3,6 +3,7 @@
PORTNAME= aisleriot
PORTVERSION= 3.22.9
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Index: head/games/bombherman/Makefile
===================================================================
--- head/games/bombherman/Makefile
+++ head/games/bombherman/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bomb-her-man
PORTVERSION= 0.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/:icons
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
Index: head/games/five-or-more/Makefile
===================================================================
--- head/games/five-or-more/Makefile
+++ head/games/five-or-more/Makefile
@@ -3,6 +3,7 @@
PORTNAME= five-or-more
PORTVERSION= 3.32.2
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
Index: head/games/four-in-a-row/Makefile
===================================================================
--- head/games/four-in-a-row/Makefile
+++ head/games/four-in-a-row/Makefile
@@ -3,6 +3,7 @@
PORTNAME= four-in-a-row
PORTVERSION= 3.38.1
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
Index: head/games/gnome-chess/Makefile
===================================================================
--- head/games/gnome-chess/Makefile
+++ head/games/gnome-chess/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gnome-chess
PORTVERSION= 3.38.0
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Index: head/games/gnome-klotski/Makefile
===================================================================
--- head/games/gnome-klotski/Makefile
+++ head/games/gnome-klotski/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gnome-klotski
PORTVERSION= 3.38.1
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
Index: head/games/gnome-mahjongg/Makefile
===================================================================
--- head/games/gnome-mahjongg/Makefile
+++ head/games/gnome-mahjongg/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gnome-mahjongg
PORTVERSION= 3.38.2
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Index: head/games/gnome-mines/Makefile
===================================================================
--- head/games/gnome-mines/Makefile
+++ head/games/gnome-mines/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gnome-mines
PORTVERSION= 3.28.0
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
Index: head/games/gnome-nibbles/Makefile
===================================================================
--- head/games/gnome-nibbles/Makefile
+++ head/games/gnome-nibbles/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gnome-nibbles
PORTVERSION= 3.38.1
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
Index: head/games/gnome-robots/Makefile
===================================================================
--- head/games/gnome-robots/Makefile
+++ head/games/gnome-robots/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gnome-robots
PORTVERSION= 3.38.0
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
Index: head/games/gnome-taquin/Makefile
===================================================================
--- head/games/gnome-taquin/Makefile
+++ head/games/gnome-taquin/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gnome-taquin
PORTVERSION= 3.38.1
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Index: head/games/gnome-tetravex/Makefile
===================================================================
--- head/games/gnome-tetravex/Makefile
+++ head/games/gnome-tetravex/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gnome-tetravex
PORTVERSION= 3.38.1
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Index: head/games/hitori/Makefile
===================================================================
--- head/games/hitori/Makefile
+++ head/games/hitori/Makefile
@@ -3,6 +3,7 @@
PORTNAME= hitori
PORTVERSION= 3.38.0
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Index: head/games/iagno/Makefile
===================================================================
--- head/games/iagno/Makefile
+++ head/games/iagno/Makefile
@@ -3,7 +3,7 @@
PORTNAME= iagno
PORTVERSION= 3.38.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Index: head/games/lightsoff/Makefile
===================================================================
--- head/games/lightsoff/Makefile
+++ head/games/lightsoff/Makefile
@@ -3,6 +3,7 @@
PORTNAME= lightsoff
PORTVERSION= 3.38.0
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
Index: head/games/pentobi/Makefile
===================================================================
--- head/games/pentobi/Makefile
+++ head/games/pentobi/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pentobi
PORTVERSION= 18.3
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
Index: head/games/pioneers/Makefile
===================================================================
--- head/games/pioneers/Makefile
+++ head/games/pioneers/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pioneers
PORTVERSION= 15.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games gnome
MASTER_SITES= SF/pio/Source
Index: head/games/py-pychess/Makefile
===================================================================
--- head/games/py-pychess/Makefile
+++ head/games/py-pychess/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pychess
PORTVERSION= 1.0.0
+PORTREVISION= 1
CATEGORIES= games python
MASTER_SITES= https://github.com/pychess/pychess/releases/download/${PORTVERSION}/
Index: head/games/quadrapassel/Makefile
===================================================================
--- head/games/quadrapassel/Makefile
+++ head/games/quadrapassel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= quadrapassel
PORTVERSION= 3.22.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Index: head/games/tali/Makefile
===================================================================
--- head/games/tali/Makefile
+++ head/games/tali/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tali
PORTVERSION= 3.22.0
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Index: head/games/tuxmath/Makefile
===================================================================
--- head/games/tuxmath/Makefile
+++ head/games/tuxmath/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tuxmath
PORTVERSION= 2.0.3
-PORTREVISION= 7
+PORTREVISION= 8
PORTEPOCH= 1
CATEGORIES= games
MASTER_SITES= DEBIAN_POOL \
Index: head/games/tuxpaint/Makefile
===================================================================
--- head/games/tuxpaint/Makefile
+++ head/games/tuxpaint/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tuxpaint
PORTVERSION= 0.9.23
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF
Index: head/games/tuxtype/Makefile
===================================================================
--- head/games/tuxtype/Makefile
+++ head/games/tuxtype/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tuxtype
PORTVERSION= 1.8.3
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= DEBIAN_POOL
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
Index: head/games/xboard/Makefile
===================================================================
--- head/games/xboard/Makefile
+++ head/games/xboard/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= xboard
PORTVERSION?= 4.9.1
-PORTREVISION?= 1
+PORTREVISION?= 2
PORTEPOCH?= 0
CATEGORIES?= games
MASTER_SITES?= GNU
Index: head/graphics/ImageMagick6/Makefile
===================================================================
--- head/graphics/ImageMagick6/Makefile
+++ head/graphics/ImageMagick6/Makefile
@@ -2,6 +2,7 @@
PORTNAME= ImageMagick
DISTVERSION= 6.9.11-6
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= graphics perl5
MASTER_SITES= https://www.imagemagick.org/download/ \
Index: head/graphics/ImageMagick7/Makefile
===================================================================
--- head/graphics/ImageMagick7/Makefile
+++ head/graphics/ImageMagick7/Makefile
@@ -2,6 +2,7 @@
PORTNAME= ImageMagick
DISTVERSION= 7.0.10-24
+PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= https://www.imagemagick.org/download/ \
https://www.imagemagick.org/download/releases/ \
Index: head/graphics/darktable/Makefile
===================================================================
--- head/graphics/darktable/Makefile
+++ head/graphics/darktable/Makefile
@@ -3,7 +3,7 @@
PORTNAME= darktable
PORTVERSION= 3.2.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
Index: head/graphics/eog/Makefile
===================================================================
--- head/graphics/eog/Makefile
+++ head/graphics/eog/Makefile
@@ -3,7 +3,7 @@
PORTNAME= eog
PORTVERSION= 3.28.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Index: head/graphics/eom/Makefile
===================================================================
--- head/graphics/eom/Makefile
+++ head/graphics/eom/Makefile
@@ -3,6 +3,7 @@
PORTNAME= eom
PORTVERSION= 1.24.1
+PORTREVISION= 1
CATEGORIES= graphics mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
Index: head/graphics/fpc-rsvg/Makefile
===================================================================
--- head/graphics/fpc-rsvg/Makefile
+++ head/graphics/fpc-rsvg/Makefile
@@ -1,4 +1,5 @@
# Created by: Christopher Key <cjk32@cam.ac.uk>
+PORTREVISION= 1
# $FreeBSD$
CATEGORIES= graphics lang
Index: head/graphics/gegl/Makefile
===================================================================
--- head/graphics/gegl/Makefile
+++ head/graphics/gegl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gegl
PORTVERSION= 0.4.26
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= graphics
MASTER_SITES= GIMP
Index: head/graphics/gimageview/Makefile
===================================================================
--- head/graphics/gimageview/Makefile
+++ head/graphics/gimageview/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gimageview
PORTVERSION= 0.2.27
-PORTREVISION= 23
+PORTREVISION= 24
CATEGORIES= graphics
MASTER_SITES= SF/gtkmmviewer/${PORTNAME}/${PORTVERSION}
Index: head/graphics/gimp-app/Makefile
===================================================================
--- head/graphics/gimp-app/Makefile
+++ head/graphics/gimp-app/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= gimp-app
PORTVERSION= 2.10.20
-PORTREVISION= 9
+PORTREVISION= 10
PORTEPOCH?= 1
CATEGORIES?= graphics gnome
MASTER_SITES= GIMP/gimp/v${PORTVERSION:R}
Index: head/graphics/gscan2pdf/Makefile
===================================================================
--- head/graphics/gscan2pdf/Makefile
+++ head/graphics/gscan2pdf/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gscan2pdf
PORTVERSION= 2.8.2
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
Index: head/graphics/gthumb/Makefile
===================================================================
--- head/graphics/gthumb/Makefile
+++ head/graphics/gthumb/Makefile
@@ -4,7 +4,7 @@
PORTNAME= gthumb
PORTVERSION= 3.10.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Index: head/graphics/imv/Makefile
===================================================================
--- head/graphics/imv/Makefile
+++ head/graphics/imv/Makefile
@@ -4,7 +4,7 @@
PORTNAME= imv
DISTVERSIONPREFIX= v
DISTVERSION= 4.1.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MAINTAINER= ports@FreeBSD.org
Index: head/graphics/libafterimage/Makefile
===================================================================
--- head/graphics/libafterimage/Makefile
+++ head/graphics/libafterimage/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libafterimage
PORTVERSION= 1.20
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= SF/afterstep/libAfterImage/${PORTVERSION}
DISTNAME= libAfterImage-${PORTVERSION}
Index: head/graphics/mypaint/Makefile
===================================================================
--- head/graphics/mypaint/Makefile
+++ head/graphics/mypaint/Makefile
@@ -4,7 +4,7 @@
PORTNAME= mypaint
DISTVERSIONPREFIX=v
DISTVERSION= 2.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
PATCH_SITES= https://github.com/garynthompson/${PORTNAME}/commit/
Index: head/graphics/openfx-arena/Makefile
===================================================================
--- head/graphics/openfx-arena/Makefile
+++ head/graphics/openfx-arena/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openfx-arena
PORTVERSION= 2.3.14
DISTVERSIONPREFIX= Natron-
-PORTREVISION= 30
+PORTREVISION= 31
CATEGORIES= graphics
MAINTAINER= olivier@FreeBSD.org
Index: head/graphics/osg/Makefile
===================================================================
--- head/graphics/osg/Makefile
+++ head/graphics/osg/Makefile
@@ -4,7 +4,7 @@
PORTNAME= osg
PORTVERSION= 3.6.5
DISTVERSIONPREFIX= OpenSceneGraph-
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= graphics
MAINTAINER= amdmi3@FreeBSD.org
@@ -98,8 +98,7 @@
SDL_USE= SDL=sdl
SDL_VARS= FORCE_REQUIRE+=SDL
SDL_VARS_OFF= FORCE_IGNORE+=SDL
-SVG_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2
-SVG_USE= GNOME=cairo
+SVG_USE= GNOME=cairo,librsvg2
SVG_VARS= FORCE_REQUIRE+=RSVG
SVG_VARS_OFF= FORCE_IGNORE+=RSVG
VNC_LIB_DEPENDS= libvncserver.so:net/libvncserver
Index: head/graphics/osg34/Makefile
===================================================================
--- head/graphics/osg34/Makefile
+++ head/graphics/osg34/Makefile
@@ -4,7 +4,7 @@
PORTNAME= osg
PORTVERSION= 3.4.1
DISTVERSIONPREFIX= OpenSceneGraph-
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= graphics
PKGNAMESUFFIX= 34
Index: head/graphics/pinpoint/Makefile
===================================================================
--- head/graphics/pinpoint/Makefile
+++ head/graphics/pinpoint/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pinpoint
DISTVERSION= 0.1.4
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= GNOME
Index: head/graphics/rawtherapee/Makefile
===================================================================
--- head/graphics/rawtherapee/Makefile
+++ head/graphics/rawtherapee/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rawtherapee
PORTVERSION= 5.8
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= https://rawtherapee.com/shared/source/ \
LOCAL/mandree/
Index: head/graphics/rubygem-rsvg2/Makefile
===================================================================
--- head/graphics/rubygem-rsvg2/Makefile
+++ head/graphics/rubygem-rsvg2/Makefile
@@ -2,6 +2,7 @@
PORTNAME= rsvg2
PORTVERSION= 3.4.3
+PORTREVISION= 1
CATEGORIES= graphics rubygems
MASTER_SITES= RG
Index: head/graphics/vips/Makefile
===================================================================
--- head/graphics/vips/Makefile
+++ head/graphics/vips/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vips
PORTVERSION= 8.10.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
Index: head/graphics/xviewer/Makefile
===================================================================
--- head/graphics/xviewer/Makefile
+++ head/graphics/xviewer/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xviewer
PORTVERSION= 2.6.2
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= danfe@FreeBSD.org
Index: head/mail/claws-mail/Makefile
===================================================================
--- head/mail/claws-mail/Makefile
+++ head/mail/claws-mail/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= claws-mail
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail news
COMMENT= Lightweight and featureful GTK+ based e-mail and news client
Index: head/math/asymptote/Makefile
===================================================================
--- head/math/asymptote/Makefile
+++ head/math/asymptote/Makefile
@@ -3,7 +3,7 @@
PORTNAME= asymptote
PORTVERSION= 2.67
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
@@ -18,16 +18,16 @@
LIB_DEPENDS= libcurl.so:ftp/curl \
libsigsegv.so:devel/libsigsegv
-RUN_DEPENDS= rsvg-convert:graphics/librsvg2 \
- ${PYTHON_PKGNAMEPREFIX}cson>=0.8:devel/py-cson@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cson>=0.8:devel/py-cson@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}qt5-svg>0:graphics/py-qt5-svg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}qt5-widgets>0:x11-toolkits/py-qt5-widgets@${PY_FLAVOR} \
${PY_PILLOW}
-USES= compiler:c++14-lang gettext-runtime ghostscript gl gmake ncurses perl5 python:3.6+ \
+USES= compiler:c++14-lang gettext-runtime ghostscript gl gmake gnome ncurses perl5 python:3.6+ \
shebangfix tar:tgz
SHEBANG_FILES= GUI/*.py
USE_GL= gl glu glut
+USE_GNOME= librsvg2:run
USE_PERL5= build
USE_TEX= dvipsk formats
Index: head/multimedia/cheese/Makefile
===================================================================
--- head/multimedia/cheese/Makefile
+++ head/multimedia/cheese/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cheese
PORTVERSION= 3.38.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
Index: head/multimedia/ffmpeg/Makefile
===================================================================
--- head/multimedia/ffmpeg/Makefile
+++ head/multimedia/ffmpeg/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ffmpeg
PORTVERSION= 4.3.1
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= multimedia audio net
MASTER_SITES= https://ffmpeg.org/releases/
Index: head/multimedia/gstreamer1-plugins/Makefile
===================================================================
--- head/multimedia/gstreamer1-plugins/Makefile
+++ head/multimedia/gstreamer1-plugins/Makefile
@@ -5,7 +5,7 @@
PORTVERSION?= ${BASE_PORTVERSION}
# When chasing a shared library for a plug-in bump the PORTREVISION in the
# plug-in port instead, like ${category}/gstreamer1-plugin-${PLUGIN}.
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= multimedia audio
MASTER_SITES= GNOME/sources/gst-plugins-base/${PORTVERSION:R}:base \
GNOME/sources/gst-plugins-good/${PORTVERSION:R}:good \
Index: head/multimedia/vlc/Makefile
===================================================================
--- head/multimedia/vlc/Makefile
+++ head/multimedia/vlc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vlc
DISTVERSION= 3.0.11
-PORTREVISION= 6
+PORTREVISION= 7
PORTEPOCH= 4
CATEGORIES= multimedia audio net www
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
Index: head/net-p2p/deluge/Makefile
===================================================================
--- head/net-p2p/deluge/Makefile
+++ head/net-p2p/deluge/Makefile
@@ -2,6 +2,7 @@
PORTNAME= deluge
PORTVERSION= 2.0.3
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= net-p2p python
Index: head/net-p2p/mldonkey/Makefile
===================================================================
--- head/net-p2p/mldonkey/Makefile
+++ head/net-p2p/mldonkey/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mldonkey
PORTVERSION= 3.1.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES+= net-p2p
MASTER_SITES= SF
Index: head/science/chemical-mime-data/Makefile
===================================================================
--- head/science/chemical-mime-data/Makefile
+++ head/science/chemical-mime-data/Makefile
@@ -3,18 +3,16 @@
PORTNAME= chemical-mime-data
PORTVERSION= 0.1.94
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= science
MASTER_SITES= SF/chemical-mime/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of chemical MIME types for UNIX desktops
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/librsvg-2.0.pc:graphics/librsvg2
-
USES= gettext-tools gmake gnome pathfix pkgconfig shared-mime-info \
tar:bzip2
-USE_GNOME= gnomemimedata intlhack libxslt:build
+USE_GNOME= gnomemimedata intlhack librsvg2:build libxslt:build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-update-database
CPPFLAGS+= -I${LOCALBASE}/include
Index: head/science/gramps/Makefile
===================================================================
--- head/science/gramps/Makefile
+++ head/science/gramps/Makefile
@@ -4,6 +4,7 @@
PORTNAME= gramps
PORTVERSION= 5.1.1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= science gnome python
MAINTAINER= woodsb02@FreeBSD.org
Index: head/security/vuxml/Makefile
===================================================================
--- head/security/vuxml/Makefile
+++ head/security/vuxml/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vuxml
PORTVERSION= 1.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security textproc
MASTER_SITES= http://www.vuxml.org/dtd/vuxml-1/
DISTFILES= vuxml-10.dtd vuxml-model-10.mod \
Index: head/sysutils/conky/Makefile
===================================================================
--- head/sysutils/conky/Makefile
+++ head/sysutils/conky/Makefile
@@ -4,6 +4,7 @@
PORTNAME= conky
PORTVERSION= 1.11.6
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= madpilot@FreeBSD.org
Index: head/sysutils/gnome-system-monitor/Makefile
===================================================================
--- head/sysutils/gnome-system-monitor/Makefile
+++ head/sysutils/gnome-system-monitor/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gnome-system-monitor
PORTVERSION= 3.38.0
+PORTREVISION= 1
CATEGORIES= sysutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
Index: head/sysutils/mate-control-center/Makefile
===================================================================
--- head/sysutils/mate-control-center/Makefile
+++ head/sysutils/mate-control-center/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mate-control-center
PORTVERSION= 1.24.1
+PORTREVISION= 1
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
Index: head/sysutils/mate-system-monitor/Makefile
===================================================================
--- head/sysutils/mate-system-monitor/Makefile
+++ head/sysutils/mate-system-monitor/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mate-system-monitor
PORTVERSION= 1.24.1
+PORTREVISION= 1
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
Index: head/textproc/ibus/Makefile
===================================================================
--- head/textproc/ibus/Makefile
+++ head/textproc/ibus/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ibus
PORTVERSION= 1.5.23
+PORTREVISION= 1
CATEGORIES= textproc
MAINTAINER= henry.hu.sh@gmail.com
Index: head/textproc/libfo/Makefile
===================================================================
--- head/textproc/libfo/Makefile
+++ head/textproc/libfo/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libfo
PORTVERSION= 0.6.3
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= textproc
MAINTAINER= hrs@FreeBSD.org
Index: head/www/links/Makefile
===================================================================
--- head/www/links/Makefile
+++ head/www/links/Makefile
@@ -3,6 +3,7 @@
PORTNAME= links
DISTVERSION= 2.20.2
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= http://links.twibright.com/download/
Index: head/www/midori/Makefile
===================================================================
--- head/www/midori/Makefile
+++ head/www/midori/Makefile
@@ -4,7 +4,7 @@
PORTNAME= midori
PORTVERSION= 9.0
DISTVERSIONPREFIX= v
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www xfce
MAINTAINER= xfce@FreeBSD.org
@@ -13,8 +13,7 @@
LICENSE= LGPL21 MIT
LICENSE_COMB= multi
-BUILD_DEPENDS= rsvg-convert:graphics/librsvg2 \
- valac:lang/vala
+BUILD_DEPENDS= valac:lang/vala
LIB_DEPENDS= libnotify.so:devel/libnotify \
libjson-glib-1.0.so:devel/json-glib \
libsoup-2.4.so:devel/libsoup \
@@ -26,7 +25,8 @@
USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome \
libarchive localbase:ldflags pkgconfig sqlite tar:bzip2 xorg
-USE_GNOME= cairo glib20 gtk30 intltool introspection libxml2
+USE_GNOME= cairo glib20 gtk30 intltool introspection librsvg2:build \
+ libxml2
USE_XORG= xscrnsaver
CFLAGS+= -Wno-return-type
Index: head/www/netsurf/Makefile
===================================================================
--- head/www/netsurf/Makefile
+++ head/www/netsurf/Makefile
@@ -3,6 +3,7 @@
PORTNAME= netsurf
PORTVERSION= 3.10
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://download.netsurf-browser.org/netsurf/releases/source/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
Index: head/x11-clocks/cairo-clock/Makefile
===================================================================
--- head/x11-clocks/cairo-clock/Makefile
+++ head/x11-clocks/cairo-clock/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cairo-clock
DISTVERSION= 0.3.4
+PORTREVISION= 1
CATEGORIES= x11-clocks
MASTER_SITES= http://ftp.de.debian.org/debian/pool/main/c/cairo-clock/
DISTNAME= ${PORTNAME}_${DISTVERSION}.orig
Index: head/x11-fm/librfm/Makefile
===================================================================
--- head/x11-fm/librfm/Makefile
+++ head/x11-fm/librfm/Makefile
@@ -3,6 +3,7 @@
PORTNAME= librfm
PORTVERSION= 5.3.16.4
+PORTREVISION= 1
CATEGORIES= x11-fm
MASTER_SITES= SF/xffm/5.3.16.3
DISTNAME= ${PORTNAME}5-${PORTVERSION}
Index: head/x11-fm/rodent/Makefile
===================================================================
--- head/x11-fm/rodent/Makefile
+++ head/x11-fm/rodent/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rodent
PORTVERSION= 5.3.16.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-fm
MASTER_SITES= SF/xffm/${PORTVERSION}
Index: head/x11-themes/adapta-gtk-theme/Makefile
===================================================================
--- head/x11-themes/adapta-gtk-theme/Makefile
+++ head/x11-themes/adapta-gtk-theme/Makefile
@@ -3,6 +3,7 @@
PORTNAME= adapta-gtk-theme
PORTVERSION= 3.95.0.11
+PORTREVISION= 1
CATEGORIES= x11-themes
MAINTAINER= nivit@FreeBSD.org
Index: head/x11-themes/gnome-icons-elementary/Makefile
===================================================================
--- head/x11-themes/gnome-icons-elementary/Makefile
+++ head/x11-themes/gnome-icons-elementary/Makefile
@@ -3,6 +3,7 @@
PORTNAME= elementary
PORTVERSION= 5.3.0
+PORTREVISION= 1
CATEGORIES= x11-themes gnome
PKGNAMEPREFIX= gnome-icons-
Index: head/x11-themes/gnome-icons-gartoon-redux/Makefile
===================================================================
--- head/x11-themes/gnome-icons-gartoon-redux/Makefile
+++ head/x11-themes/gnome-icons-gartoon-redux/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gartoon-redux
PORTVERSION= 1.11
+PORTREVISION= 1
CATEGORIES= x11-themes gnome
MASTER_SITES= https://launchpad.net/${PORTNAME}/1.x/${PORTVERSION}/+download/
@@ -12,11 +13,10 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= rsvg-convert:graphics/librsvg2
-
-USES= perl5
+USES= gnome perl5
USE_PERL5= build
+USE_GNOME= librsvg2:build
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
INSTALLS_ICONS= yes
Index: head/x11-themes/gnome-themes-extra/Makefile
===================================================================
--- head/x11-themes/gnome-themes-extra/Makefile
+++ head/x11-themes/gnome-themes-extra/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnome-themes-extra
PORTVERSION= 3.28
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-themes gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Index: head/x11-themes/greybird-theme/Makefile
===================================================================
--- head/x11-themes/greybird-theme/Makefile
+++ head/x11-themes/greybird-theme/Makefile
@@ -4,6 +4,7 @@
PORTNAME= greybird
PORTVERSION= 3.22.12
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= x11-themes xfce
PKGNAMESUFFIX= -theme
Index: head/x11-toolkits/gnome-sharp20/Makefile
===================================================================
--- head/x11-toolkits/gnome-sharp20/Makefile
+++ head/x11-toolkits/gnome-sharp20/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnome-sharp
PORTVERSION= 2.24.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-toolkits
MAINTAINER= mono@FreeBSD.org
Index: head/x11-toolkits/gtk30/Makefile
===================================================================
--- head/x11-toolkits/gtk30/Makefile
+++ head/x11-toolkits/gtk30/Makefile
@@ -5,7 +5,7 @@
PORTNAME= gtk
PORTVERSION= 3.24.23
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
PKGNAMESUFFIX= 3
@@ -25,13 +25,13 @@
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz
RUN_DEPENDS+= hicolor-icon-theme>=0:misc/hicolor-icon-theme \
- adwaita-icon-theme>=0:x11-themes/adwaita-icon-theme \
- librsvg2>=0:graphics/librsvg2
+ adwaita-icon-theme>=0:x11-themes/adwaita-icon-theme
USE_PERL5= build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-USE_GNOME= atk cairo gdkpixbuf2 introspection:build pango
+USE_GNOME= atk cairo gdkpixbuf2 introspection:build pango \
+ librsvg2:run
USES= compiler:c11 gettext gmake gnome libtool localbase \
pathfix perl5 pkgconfig tar:xz
CONFIGURE_ARGS= --enable-introspection
Index: head/x11-toolkits/ocaml-lablgtk2/Makefile
===================================================================
--- head/x11-toolkits/ocaml-lablgtk2/Makefile
+++ head/x11-toolkits/ocaml-lablgtk2/Makefile
@@ -3,6 +3,7 @@
PORTNAME= lablgtk2
PORTVERSION= 2.18.5
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= https://download.ocamlcore.org/lablgtk/Lablgtk2/${PORTVERSION}/
PKGNAMEPREFIX= ocaml-
Index: head/x11-wm/afterstep-stable/Makefile
===================================================================
--- head/x11-wm/afterstep-stable/Makefile
+++ head/x11-wm/afterstep-stable/Makefile
@@ -3,7 +3,7 @@
PORTNAME= afterstep
PORTVERSION= 2.2.12
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= x11-wm afterstep
MASTER_SITES= AFTERSTEP/stable
DISTNAME= AfterStep-${PORTVERSION}
Index: head/x11-wm/compiz/Makefile
===================================================================
--- head/x11-wm/compiz/Makefile
+++ head/x11-wm/compiz/Makefile
@@ -2,7 +2,7 @@
PORTNAME= compiz
PORTVERSION= 0.8.8
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= x11-wm
MASTER_SITES= https://BSDforge.com/projects/source/x11-wm/compiz/
Index: head/x11-wm/fvwm2/Makefile
===================================================================
--- head/x11-wm/fvwm2/Makefile
+++ head/x11-wm/fvwm2/Makefile
@@ -3,6 +3,7 @@
PORTNAME= fvwm
PORTVERSION= 2.6.9
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= https://github.com/fvwmorg/fvwm/releases/download/${PORTVERSION}/ \
http://fvwm.sourceforge.net/generated/icon_download/ \
Index: head/x11-wm/jwm/Makefile
===================================================================
--- head/x11-wm/jwm/Makefile
+++ head/x11-wm/jwm/Makefile
@@ -3,6 +3,7 @@
PORTNAME= jwm
PORTVERSION= 2.3.7
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://joewing.net/projects/jwm/releases/
Index: head/x11-wm/lxappearance-obconf/Makefile
===================================================================
--- head/x11-wm/lxappearance-obconf/Makefile
+++ head/x11-wm/lxappearance-obconf/Makefile
@@ -3,6 +3,7 @@
PORTNAME= lxappearance-obconf
PORTVERSION= 0.2.3
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= SF/lxde/LXAppearance%20Obconf/
Index: head/x11-wm/obconf-qt/Makefile
===================================================================
--- head/x11-wm/obconf-qt/Makefile
+++ head/x11-wm/obconf-qt/Makefile
@@ -3,6 +3,7 @@
PORTNAME= obconf-qt
PORTVERSION= 0.15.0
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= LXQT/${PORTNAME}
Index: head/x11-wm/openbox/Makefile
===================================================================
--- head/x11-wm/openbox/Makefile
+++ head/x11-wm/openbox/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openbox
PORTVERSION= 3.6
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= x11-wm
MASTER_SITES= http://openbox.org/dist/openbox/
Index: head/x11/eaglemode/Makefile
===================================================================
--- head/x11/eaglemode/Makefile
+++ head/x11/eaglemode/Makefile
@@ -3,7 +3,7 @@
PORTNAME= eaglemode
PORTVERSION= 0.95.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
Index: head/x11/florence/Makefile
===================================================================
--- head/x11/florence/Makefile
+++ head/x11/florence/Makefile
@@ -3,7 +3,7 @@
PORTNAME= florence
PORTVERSION= 0.6.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= SF/florence/florence/${PORTVERSION}/
Index: head/x11/gnome-pie/Makefile
===================================================================
--- head/x11/gnome-pie/Makefile
+++ head/x11/gnome-pie/Makefile
@@ -4,7 +4,7 @@
PORTNAME= gnome-pie
PORTVERSION= 0.5.7
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MAINTAINER= nivit@FreeBSD.org
Index: head/x11/jgmenu/Makefile
===================================================================
--- head/x11/jgmenu/Makefile
+++ head/x11/jgmenu/Makefile
@@ -3,6 +3,7 @@
PORTNAME= jgmenu
DISTVERSIONPREFIX= v
DISTVERSION= 4.2.1
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= vulcan@wired.sh
Index: head/x11/lavalauncher/Makefile
===================================================================
--- head/x11/lavalauncher/Makefile
+++ head/x11/lavalauncher/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lavalauncher
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= https://git.sr.ht/~leon_plickat/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
@@ -35,8 +35,7 @@
INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify
INOTIFY_MESON_ENABLED= watch-config
-LIBRSVG2_USE= GNOME=glib20
-LIBRSVG2_LIB_DEPENDS= librsvg-2.so.2:graphics/librsvg2-rust
+LIBRSVG2_USE= GNOME=glib20,librsvg2
LIBRSVG2_MESON_ENABLED= librsvg
MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc
Index: head/x11/mate-panel/Makefile
===================================================================
--- head/x11/mate-panel/Makefile
+++ head/x11/mate-panel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mate-panel
PORTVERSION= 1.24.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
Index: head/x11/mate-session-manager/Makefile
===================================================================
--- head/x11/mate-session-manager/Makefile
+++ head/x11/mate-session-manager/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mate-session-manager
PORTVERSION= 1.24.1
+PORTREVISION= 1
CATEGORIES= x11 mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
Index: head/x11/rofi/Makefile
===================================================================
--- head/x11/rofi/Makefile
+++ head/x11/rofi/Makefile
@@ -2,6 +2,7 @@
PORTNAME= rofi
PORTVERSION= 1.6.0
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= https://github.com/davatorium/rofi/releases/download/${PORTVERSION}/
Index: head/x11/roxterm/Makefile
===================================================================
--- head/x11/roxterm/Makefile
+++ head/x11/roxterm/Makefile
@@ -3,6 +3,7 @@
PORTNAME= roxterm
PORTVERSION= 3.8.5
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= ports@FreeBSD.org
Index: head/x11/tint/Makefile
===================================================================
--- head/x11/tint/Makefile
+++ head/x11/tint/Makefile
@@ -2,6 +2,7 @@
PORTNAME= tint2
PORTVERSION= 16.7
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= yamagi@yamagi.org
Index: head/x11/xxkb/Makefile
===================================================================
--- head/x11/xxkb/Makefile
+++ head/x11/xxkb/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xxkb
PORTVERSION= 1.11.1
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= SF/${PORTNAME}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 17, 8:14 AM (9 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27686003
Default Alt Text
D18878.diff (42 KB)
Attached To
Mode
D18878: Mk/Uses/gnome.mk: Switch to graphics/librsvg2-rust on tier 1 archs
Attached
Detach File
Event Timeline
Log In to Comment