diff --git a/MOVED b/MOVED index 035431c431f76..cb99fe1780ee8 100644 --- a/MOVED +++ b/MOVED @@ -17771,3 +17771,5 @@ sysutils/screenfetch-nox11|sysutils/screenfetch@nox11|2023-02-23|Converted to fl editors/r7-office|editors/linux-r7-office|2023-02-25|Follow the naming scheme of Linux ports www/mediawiki137||2023-02-28|Has expired: End of life upstream, users are recommended to upgrade to 1.39 or higher games/veloren|games/veloren-weekly|2023-03-02|Using releases is currently discouraged upstream +accessibility/atk|accessibility/at-spi2-core|2023-03-02|Integrated into other package +accessibility/at-spi2-atk|accessibility/at-spi2-core|2023-03-02|Integrated into other package diff --git a/Mk/Uses/gnome.mk b/Mk/Uses/gnome.mk index b3950b7dc2fc1..81b9d50cff552 100644 --- a/Mk/Uses/gnome.mk +++ b/Mk/Uses/gnome.mk @@ -148,7 +148,7 @@ gnomemimedata_RUN_DEPENDS=${LOCALBASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc: glib20_LIB_DEPENDS= libglib-2.0.so:devel/glib20 \ libintl.so:devel/gettext-runtime -atk_LIB_DEPENDS= libatk-1.0.so:accessibility/atk +atk_LIB_DEPENDS= libatk-1.0.so:accessibility/at-spi2-core atk_USE_GNOME_IMPL= glib20 dconf_BUILD_DEPENDS= dconf:devel/dconf diff --git a/Mk/Uses/lazarus.mk b/Mk/Uses/lazarus.mk index 8f703935ae939..ce2ce2c3c4e37 100644 --- a/Mk/Uses/lazarus.mk +++ b/Mk/Uses/lazarus.mk @@ -104,7 +104,7 @@ LAZARUS_DEVELSUFFIX= -devel BUILD_DEPENDS+= ${MKINSTDIR}/gtk2.fpm:x11-toolkits/fpc-gtk2 LIB_DEPENDS+= libglib-2.0.so:devel/glib20 \ libgtk-x11-2.0.so:x11-toolkits/gtk20 \ - libatk-1.0.so:accessibility/atk \ + libatk-1.0.so:accessibility/at-spi2-core \ libpango-1.0.so:x11-toolkits/pango \ libgdk_pixbuf-2.0.so:graphics/gdk-pixbuf2 LCL_PLATFORM= gtk2 diff --git a/accessibility/Makefile b/accessibility/Makefile index 97fd5150cc19b..2222214d59164 100644 --- a/accessibility/Makefile +++ b/accessibility/Makefile @@ -1,9 +1,7 @@ COMMENT = Ports to help disabled users SUBDIR += accerciser - SUBDIR += at-spi2-atk SUBDIR += at-spi2-core - SUBDIR += atk SUBDIR += atkmm SUBDIR += caribou SUBDIR += darkman diff --git a/accessibility/accerciser/Makefile b/accessibility/accerciser/Makefile index 9f1846f1b7c91..a947388ae47d8 100644 --- a/accessibility/accerciser/Makefile +++ b/accessibility/accerciser/Makefile @@ -1,5 +1,6 @@ PORTNAME= accerciser PORTVERSION= 3.38.0 +PORTREVISION= 1 CATEGORIES= accessibility gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/accessibility/at-spi2-atk/Makefile b/accessibility/at-spi2-atk/Makefile deleted file mode 100644 index fd66471586d8a..0000000000000 --- a/accessibility/at-spi2-atk/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -PORTNAME= at-spi2-atk -PORTVERSION= 2.38.0 -CATEGORIES= accessibility x11-toolkits -MASTER_SITES= GNOME -DIST_SUBDIR= gnome - -MAINTAINER= desktop@FreeBSD.org -COMMENT= Assisted Technology Provider module for GTK+ -WWW= https://gitlab.gnome.org/GNOME/at-spi2-atk - -LICENSE= LGPL21 - -BUILD_DEPENDS= at-spi2-core>=2.17.90:accessibility/at-spi2-core -LIB_DEPENDS= libdbus-1.so:devel/dbus -RUN_DEPENDS= at-spi2-core>=2.17.90:accessibility/at-spi2-core - -PORTSCOUT= limitw:1,even - -USES= cpe gettext-runtime gnome localbase meson pkgconfig tar:xz -USE_GNOME= atk glib20 intlhack -USE_LDCONFIG= yes -CPE_VENDOR= gnome - -.include diff --git a/accessibility/at-spi2-atk/distinfo b/accessibility/at-spi2-atk/distinfo deleted file mode 100644 index 9cdc962dce2e4..0000000000000 --- a/accessibility/at-spi2-atk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1661964965 -SHA256 (gnome/at-spi2-atk-2.38.0.tar.xz) = cfa008a5af822b36ae6287f18182c40c91dd699c55faa38605881ed175ca464f -SIZE (gnome/at-spi2-atk-2.38.0.tar.xz) = 97464 diff --git a/accessibility/at-spi2-atk/pkg-descr b/accessibility/at-spi2-atk/pkg-descr deleted file mode 100644 index 512db73db8407..0000000000000 --- a/accessibility/at-spi2-atk/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is the Gnome Accessibility Project's Assistive Technology -Service Provider Interface. It allows accessibility applications -and assistive technologies to announce their respective existence -to each other. - -This port contains the GTK+ module needed to interface with the SPI -framework. diff --git a/accessibility/at-spi2-atk/pkg-plist b/accessibility/at-spi2-atk/pkg-plist deleted file mode 100644 index b63a83ebabb1f..0000000000000 --- a/accessibility/at-spi2-atk/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -include/at-spi2-atk/2.0/atk-bridge.h -lib/libatk-bridge-2.0.so -lib/libatk-bridge-2.0.so.0 -lib/libatk-bridge-2.0.so.0.0.0 -lib/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop -lib/gtk-2.0/modules/libatk-bridge.so -libdata/pkgconfig/atk-bridge-2.0.pc diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile index 0193d85089644..6aa8898f5e341 100644 --- a/accessibility/at-spi2-core/Makefile +++ b/accessibility/at-spi2-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= at-spi2-core -PORTVERSION= 2.44.1 +PORTVERSION= 2.46.0 CATEGORIES= accessibility x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/accessibility/at-spi2-core/distinfo b/accessibility/at-spi2-core/distinfo index d25369842ccf4..1250457e8703a 100644 --- a/accessibility/at-spi2-core/distinfo +++ b/accessibility/at-spi2-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661964981 -SHA256 (gnome/at-spi2-core-2.44.1.tar.xz) = 4beb23270ba6cf7caf20b597354d75194d89afb69d2efcf15f4271688ba6f746 -SIZE (gnome/at-spi2-core-2.44.1.tar.xz) = 209780 +TIMESTAMP = 1676814438 +SHA256 (gnome/at-spi2-core-2.46.0.tar.xz) = aa0c86c79f7a8d67bae49a5b7a5ab08430c608cffe6e33bf47a72f41ab03c3d0 +SIZE (gnome/at-spi2-core-2.46.0.tar.xz) = 540600 diff --git a/accessibility/at-spi2-core/pkg-plist b/accessibility/at-spi2-core/pkg-plist index e6b78e74dccf1..4fa6ce6e793fb 100644 --- a/accessibility/at-spi2-core/pkg-plist +++ b/accessibility/at-spi2-core/pkg-plist @@ -31,31 +31,89 @@ include/at-spi-2.0/atspi/atspi-text.h include/at-spi-2.0/atspi/atspi-types.h include/at-spi-2.0/atspi/atspi-value.h include/at-spi-2.0/atspi/atspi.h +include/at-spi2-atk/2.0/atk-bridge.h +include/atk-1.0/atk/atk-autocleanups.h +include/atk-1.0/atk/atk-enum-types.h +include/atk-1.0/atk/atk.h +include/atk-1.0/atk/atkaction.h +include/atk-1.0/atk/atkcomponent.h +include/atk-1.0/atk/atkdocument.h +include/atk-1.0/atk/atkeditabletext.h +include/atk-1.0/atk/atkgobjectaccessible.h +include/atk-1.0/atk/atkhyperlink.h +include/atk-1.0/atk/atkhyperlinkimpl.h +include/atk-1.0/atk/atkhypertext.h +include/atk-1.0/atk/atkimage.h +include/atk-1.0/atk/atkmisc.h +include/atk-1.0/atk/atknoopobject.h +include/atk-1.0/atk/atknoopobjectfactory.h +include/atk-1.0/atk/atkobject.h +include/atk-1.0/atk/atkobjectfactory.h +include/atk-1.0/atk/atkplug.h +include/atk-1.0/atk/atkrange.h +include/atk-1.0/atk/atkregistry.h +include/atk-1.0/atk/atkrelation.h +include/atk-1.0/atk/atkrelationset.h +include/atk-1.0/atk/atkrelationtype.h +include/atk-1.0/atk/atkselection.h +include/atk-1.0/atk/atksocket.h +include/atk-1.0/atk/atkstate.h +include/atk-1.0/atk/atkstateset.h +include/atk-1.0/atk/atkstreamablecontent.h +include/atk-1.0/atk/atktable.h +include/atk-1.0/atk/atktablecell.h +include/atk-1.0/atk/atktext.h +include/atk-1.0/atk/atkutil.h +include/atk-1.0/atk/atkvalue.h +include/atk-1.0/atk/atkversion.h +include/atk-1.0/atk/atkwindow.h +lib/girepository-1.0/Atk-1.0.typelib lib/girepository-1.0/Atspi-2.0.typelib +lib/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop +lib/gtk-2.0/modules/libatk-bridge.so +lib/libatk-1.0.so +lib/libatk-1.0.so.0 +lib/libatk-1.0.so.0.24609.1 +lib/libatk-bridge-2.0.so +lib/libatk-bridge-2.0.so.0 +lib/libatk-bridge-2.0.so.0.0.0 lib/libatspi.so lib/libatspi.so.0 lib/libatspi.so.0.0.1 +libdata/pkgconfig/atk-bridge-2.0.pc +libdata/pkgconfig/atk.pc libdata/pkgconfig/atspi-2.pc libexec/at-spi-bus-launcher libexec/at-spi2-registryd share/dbus-1/accessibility-services/org.a11y.atspi.Registry.service share/dbus-1/services/org.a11y.Bus.service share/defaults/at-spi2/accessibility.conf +share/gir-1.0/Atk-1.0.gir share/gir-1.0/Atspi-2.0.gir share/locale/ab/LC_MESSAGES/at-spi2-core.mo +share/locale/af/LC_MESSAGES/at-spi2-core.mo +share/locale/am/LC_MESSAGES/at-spi2-core.mo share/locale/an/LC_MESSAGES/at-spi2-core.mo +share/locale/ar/LC_MESSAGES/at-spi2-core.mo share/locale/as/LC_MESSAGES/at-spi2-core.mo share/locale/ast/LC_MESSAGES/at-spi2-core.mo +share/locale/az/LC_MESSAGES/at-spi2-core.mo share/locale/be/LC_MESSAGES/at-spi2-core.mo +share/locale/be@latin/LC_MESSAGES/at-spi2-core.mo share/locale/bg/LC_MESSAGES/at-spi2-core.mo +share/locale/bn/LC_MESSAGES/at-spi2-core.mo share/locale/bn_IN/LC_MESSAGES/at-spi2-core.mo share/locale/bs/LC_MESSAGES/at-spi2-core.mo share/locale/ca/LC_MESSAGES/at-spi2-core.mo share/locale/ca@valencia/LC_MESSAGES/at-spi2-core.mo +share/locale/ckb/LC_MESSAGES/at-spi2-core.mo share/locale/cs/LC_MESSAGES/at-spi2-core.mo +share/locale/cy/LC_MESSAGES/at-spi2-core.mo share/locale/da/LC_MESSAGES/at-spi2-core.mo share/locale/de/LC_MESSAGES/at-spi2-core.mo +share/locale/dz/LC_MESSAGES/at-spi2-core.mo share/locale/el/LC_MESSAGES/at-spi2-core.mo +share/locale/en@shaw/LC_MESSAGES/at-spi2-core.mo share/locale/en_CA/LC_MESSAGES/at-spi2-core.mo share/locale/en_GB/LC_MESSAGES/at-spi2-core.mo share/locale/eo/LC_MESSAGES/at-spi2-core.mo @@ -74,44 +132,63 @@ share/locale/he/LC_MESSAGES/at-spi2-core.mo share/locale/hi/LC_MESSAGES/at-spi2-core.mo share/locale/hr/LC_MESSAGES/at-spi2-core.mo share/locale/hu/LC_MESSAGES/at-spi2-core.mo +share/locale/hy/LC_MESSAGES/at-spi2-core.mo share/locale/id/LC_MESSAGES/at-spi2-core.mo share/locale/is/LC_MESSAGES/at-spi2-core.mo share/locale/it/LC_MESSAGES/at-spi2-core.mo share/locale/ja/LC_MESSAGES/at-spi2-core.mo +share/locale/ka/LC_MESSAGES/at-spi2-core.mo share/locale/kk/LC_MESSAGES/at-spi2-core.mo share/locale/km/LC_MESSAGES/at-spi2-core.mo share/locale/kn/LC_MESSAGES/at-spi2-core.mo share/locale/ko/LC_MESSAGES/at-spi2-core.mo +share/locale/ku/LC_MESSAGES/at-spi2-core.mo +share/locale/li/LC_MESSAGES/at-spi2-core.mo share/locale/lt/LC_MESSAGES/at-spi2-core.mo share/locale/lv/LC_MESSAGES/at-spi2-core.mo +share/locale/mai/LC_MESSAGES/at-spi2-core.mo +share/locale/mk/LC_MESSAGES/at-spi2-core.mo share/locale/ml/LC_MESSAGES/at-spi2-core.mo +share/locale/mn/LC_MESSAGES/at-spi2-core.mo share/locale/mr/LC_MESSAGES/at-spi2-core.mo share/locale/ms/LC_MESSAGES/at-spi2-core.mo share/locale/nb/LC_MESSAGES/at-spi2-core.mo share/locale/ne/LC_MESSAGES/at-spi2-core.mo share/locale/nl/LC_MESSAGES/at-spi2-core.mo +share/locale/nn/LC_MESSAGES/at-spi2-core.mo share/locale/oc/LC_MESSAGES/at-spi2-core.mo share/locale/or/LC_MESSAGES/at-spi2-core.mo share/locale/pa/LC_MESSAGES/at-spi2-core.mo share/locale/pl/LC_MESSAGES/at-spi2-core.mo +share/locale/ps/LC_MESSAGES/at-spi2-core.mo share/locale/pt/LC_MESSAGES/at-spi2-core.mo share/locale/pt_BR/LC_MESSAGES/at-spi2-core.mo share/locale/ro/LC_MESSAGES/at-spi2-core.mo share/locale/ru/LC_MESSAGES/at-spi2-core.mo +share/locale/rw/LC_MESSAGES/at-spi2-core.mo +share/locale/si/LC_MESSAGES/at-spi2-core.mo share/locale/sk/LC_MESSAGES/at-spi2-core.mo share/locale/sl/LC_MESSAGES/at-spi2-core.mo share/locale/sq/LC_MESSAGES/at-spi2-core.mo share/locale/sr/LC_MESSAGES/at-spi2-core.mo +share/locale/sr@ije/LC_MESSAGES/at-spi2-core.mo share/locale/sr@latin/LC_MESSAGES/at-spi2-core.mo share/locale/sv/LC_MESSAGES/at-spi2-core.mo share/locale/ta/LC_MESSAGES/at-spi2-core.mo share/locale/te/LC_MESSAGES/at-spi2-core.mo share/locale/tg/LC_MESSAGES/at-spi2-core.mo +share/locale/th/LC_MESSAGES/at-spi2-core.mo +share/locale/tk/LC_MESSAGES/at-spi2-core.mo share/locale/tr/LC_MESSAGES/at-spi2-core.mo +share/locale/tt/LC_MESSAGES/at-spi2-core.mo share/locale/ug/LC_MESSAGES/at-spi2-core.mo share/locale/uk/LC_MESSAGES/at-spi2-core.mo share/locale/uz@cyrillic/LC_MESSAGES/at-spi2-core.mo share/locale/vi/LC_MESSAGES/at-spi2-core.mo +share/locale/wa/LC_MESSAGES/at-spi2-core.mo +share/locale/xh/LC_MESSAGES/at-spi2-core.mo +share/locale/yi/LC_MESSAGES/at-spi2-core.mo share/locale/zh_CN/LC_MESSAGES/at-spi2-core.mo share/locale/zh_HK/LC_MESSAGES/at-spi2-core.mo share/locale/zh_TW/LC_MESSAGES/at-spi2-core.mo +share/locale/zu/LC_MESSAGES/at-spi2-core.mo diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile deleted file mode 100644 index bb1da78f20acf..0000000000000 --- a/accessibility/atk/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -PORTNAME= atk -PORTVERSION= 2.38.0 -PORTREVISION?= 0 -CATEGORIES= accessibility devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome - -MAINTAINER= desktop@FreeBSD.org -COMMENT= GNOME accessibility toolkit (ATK) -WWW= https://developer.gnome.org/atk/ - -LICENSE= LGPL20+ -LICENSE_FILE= ${WRKSRC}/COPYING - -PORTSCOUT= limitw:1,even - -USE_LDCONFIG= yes -USES= gettext gnome localbase meson pkgconfig tar:xz -USE_GNOME= glib20 introspection:build - -.include diff --git a/accessibility/atk/distinfo b/accessibility/atk/distinfo deleted file mode 100644 index d8959db8b8242..0000000000000 --- a/accessibility/atk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1661964925 -SHA256 (gnome/atk-2.38.0.tar.xz) = ac4de2a4ef4bd5665052952fe169657e65e895c5057dffb3c2a810f6191a0c36 -SIZE (gnome/atk-2.38.0.tar.xz) = 303952 diff --git a/accessibility/atk/pkg-descr b/accessibility/atk/pkg-descr deleted file mode 100644 index 75eca2b012500..0000000000000 --- a/accessibility/atk/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The GNOME Accessibility Toolkit (ATK) contains accessibility widgets, -just like GTK contains GUI element widgets. However, ATK's widgets -are platform-independent, so they can be used with Qt, Motif, etc. diff --git a/accessibility/atk/pkg-plist b/accessibility/atk/pkg-plist deleted file mode 100644 index d2cdcc216eb3c..0000000000000 --- a/accessibility/atk/pkg-plist +++ /dev/null @@ -1,141 +0,0 @@ -include/atk-1.0/atk/atk-autocleanups.h -include/atk-1.0/atk/atk-enum-types.h -include/atk-1.0/atk/atk.h -include/atk-1.0/atk/atkaction.h -include/atk-1.0/atk/atkcomponent.h -include/atk-1.0/atk/atkdocument.h -include/atk-1.0/atk/atkeditabletext.h -include/atk-1.0/atk/atkgobjectaccessible.h -include/atk-1.0/atk/atkhyperlink.h -include/atk-1.0/atk/atkhyperlinkimpl.h -include/atk-1.0/atk/atkhypertext.h -include/atk-1.0/atk/atkimage.h -include/atk-1.0/atk/atkmisc.h -include/atk-1.0/atk/atknoopobject.h -include/atk-1.0/atk/atknoopobjectfactory.h -include/atk-1.0/atk/atkobject.h -include/atk-1.0/atk/atkobjectfactory.h -include/atk-1.0/atk/atkplug.h -include/atk-1.0/atk/atkrange.h -include/atk-1.0/atk/atkregistry.h -include/atk-1.0/atk/atkrelation.h -include/atk-1.0/atk/atkrelationset.h -include/atk-1.0/atk/atkrelationtype.h -include/atk-1.0/atk/atkselection.h -include/atk-1.0/atk/atksocket.h -include/atk-1.0/atk/atkstate.h -include/atk-1.0/atk/atkstateset.h -include/atk-1.0/atk/atkstreamablecontent.h -include/atk-1.0/atk/atktable.h -include/atk-1.0/atk/atktablecell.h -include/atk-1.0/atk/atktext.h -include/atk-1.0/atk/atkutil.h -include/atk-1.0/atk/atkvalue.h -include/atk-1.0/atk/atkversion.h -include/atk-1.0/atk/atkwindow.h -lib/girepository-1.0/Atk-1.0.typelib -lib/libatk-1.0.so -lib/libatk-1.0.so.0 -lib/libatk-1.0.so.0.23809.1 -libdata/pkgconfig/atk.pc -share/gir-1.0/Atk-1.0.gir -share/locale/af/LC_MESSAGES/atk10.mo -share/locale/am/LC_MESSAGES/atk10.mo -share/locale/an/LC_MESSAGES/atk10.mo -share/locale/ar/LC_MESSAGES/atk10.mo -share/locale/as/LC_MESSAGES/atk10.mo -share/locale/ast/LC_MESSAGES/atk10.mo -share/locale/az/LC_MESSAGES/atk10.mo -share/locale/be/LC_MESSAGES/atk10.mo -share/locale/be@latin/LC_MESSAGES/atk10.mo -share/locale/bg/LC_MESSAGES/atk10.mo -share/locale/bn/LC_MESSAGES/atk10.mo -share/locale/bn_IN/LC_MESSAGES/atk10.mo -share/locale/bs/LC_MESSAGES/atk10.mo -share/locale/ca/LC_MESSAGES/atk10.mo -share/locale/ca@valencia/LC_MESSAGES/atk10.mo -share/locale/ckb/LC_MESSAGES/atk10.mo -share/locale/cs/LC_MESSAGES/atk10.mo -share/locale/cy/LC_MESSAGES/atk10.mo -share/locale/da/LC_MESSAGES/atk10.mo -share/locale/de/LC_MESSAGES/atk10.mo -share/locale/dz/LC_MESSAGES/atk10.mo -share/locale/el/LC_MESSAGES/atk10.mo -share/locale/en@shaw/LC_MESSAGES/atk10.mo -share/locale/en_CA/LC_MESSAGES/atk10.mo -share/locale/en_GB/LC_MESSAGES/atk10.mo -share/locale/eo/LC_MESSAGES/atk10.mo -share/locale/es/LC_MESSAGES/atk10.mo -share/locale/et/LC_MESSAGES/atk10.mo -share/locale/eu/LC_MESSAGES/atk10.mo -share/locale/fa/LC_MESSAGES/atk10.mo -share/locale/fi/LC_MESSAGES/atk10.mo -share/locale/fr/LC_MESSAGES/atk10.mo -share/locale/fur/LC_MESSAGES/atk10.mo -share/locale/ga/LC_MESSAGES/atk10.mo -share/locale/gd/LC_MESSAGES/atk10.mo -share/locale/gl/LC_MESSAGES/atk10.mo -share/locale/gu/LC_MESSAGES/atk10.mo -share/locale/he/LC_MESSAGES/atk10.mo -share/locale/hi/LC_MESSAGES/atk10.mo -share/locale/hr/LC_MESSAGES/atk10.mo -share/locale/hu/LC_MESSAGES/atk10.mo -share/locale/hy/LC_MESSAGES/atk10.mo -share/locale/id/LC_MESSAGES/atk10.mo -share/locale/is/LC_MESSAGES/atk10.mo -share/locale/it/LC_MESSAGES/atk10.mo -share/locale/ja/LC_MESSAGES/atk10.mo -share/locale/ka/LC_MESSAGES/atk10.mo -share/locale/kk/LC_MESSAGES/atk10.mo -share/locale/km/LC_MESSAGES/atk10.mo -share/locale/kn/LC_MESSAGES/atk10.mo -share/locale/ko/LC_MESSAGES/atk10.mo -share/locale/ku/LC_MESSAGES/atk10.mo -share/locale/li/LC_MESSAGES/atk10.mo -share/locale/lt/LC_MESSAGES/atk10.mo -share/locale/lv/LC_MESSAGES/atk10.mo -share/locale/mai/LC_MESSAGES/atk10.mo -share/locale/mk/LC_MESSAGES/atk10.mo -share/locale/ml/LC_MESSAGES/atk10.mo -share/locale/mn/LC_MESSAGES/atk10.mo -share/locale/mr/LC_MESSAGES/atk10.mo -share/locale/ms/LC_MESSAGES/atk10.mo -share/locale/nb/LC_MESSAGES/atk10.mo -share/locale/ne/LC_MESSAGES/atk10.mo -share/locale/nl/LC_MESSAGES/atk10.mo -share/locale/nn/LC_MESSAGES/atk10.mo -share/locale/oc/LC_MESSAGES/atk10.mo -share/locale/or/LC_MESSAGES/atk10.mo -share/locale/pa/LC_MESSAGES/atk10.mo -share/locale/pl/LC_MESSAGES/atk10.mo -share/locale/ps/LC_MESSAGES/atk10.mo -share/locale/pt/LC_MESSAGES/atk10.mo -share/locale/pt_BR/LC_MESSAGES/atk10.mo -share/locale/ro/LC_MESSAGES/atk10.mo -share/locale/ru/LC_MESSAGES/atk10.mo -share/locale/rw/LC_MESSAGES/atk10.mo -share/locale/si/LC_MESSAGES/atk10.mo -share/locale/sk/LC_MESSAGES/atk10.mo -share/locale/sl/LC_MESSAGES/atk10.mo -share/locale/sq/LC_MESSAGES/atk10.mo -share/locale/sr/LC_MESSAGES/atk10.mo -share/locale/sr@ije/LC_MESSAGES/atk10.mo -share/locale/sr@latin/LC_MESSAGES/atk10.mo -share/locale/sv/LC_MESSAGES/atk10.mo -share/locale/ta/LC_MESSAGES/atk10.mo -share/locale/te/LC_MESSAGES/atk10.mo -share/locale/tg/LC_MESSAGES/atk10.mo -share/locale/th/LC_MESSAGES/atk10.mo -share/locale/tk/LC_MESSAGES/atk10.mo -share/locale/tr/LC_MESSAGES/atk10.mo -share/locale/tt/LC_MESSAGES/atk10.mo -share/locale/ug/LC_MESSAGES/atk10.mo -share/locale/uk/LC_MESSAGES/atk10.mo -share/locale/vi/LC_MESSAGES/atk10.mo -share/locale/wa/LC_MESSAGES/atk10.mo -share/locale/xh/LC_MESSAGES/atk10.mo -share/locale/yi/LC_MESSAGES/atk10.mo -share/locale/zh_CN/LC_MESSAGES/atk10.mo -share/locale/zh_HK/LC_MESSAGES/atk10.mo -share/locale/zh_TW/LC_MESSAGES/atk10.mo -share/locale/zu/LC_MESSAGES/atk10.mo diff --git a/accessibility/atkmm/Makefile b/accessibility/atkmm/Makefile index 9af159fc27df4..34d6d641e73a8 100644 --- a/accessibility/atkmm/Makefile +++ b/accessibility/atkmm/Makefile @@ -1,5 +1,6 @@ PORTNAME= atkmm PORTVERSION= 2.28.0 +PORTREVISION= 1 CATEGORIES= accessibility gnome MASTER_SITES= GNOME diff --git a/accessibility/caribou/Makefile b/accessibility/caribou/Makefile index 1cff59fb0f04a..13a4cf810e6af 100644 --- a/accessibility/caribou/Makefile +++ b/accessibility/caribou/Makefile @@ -1,6 +1,6 @@ PORTNAME= caribou PORTVERSION= 0.4.21 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= accessibility gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index 349083d82f116..d08ea11744863 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -1,5 +1,6 @@ PORTNAME= orca PORTVERSION= 43.1 +PORTREVISION= 1 CATEGORIES= accessibility gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/accessibility/rubygem-atk/Makefile b/accessibility/rubygem-atk/Makefile index f0fdf1a419c67..c8c141eebde89 100644 --- a/accessibility/rubygem-atk/Makefile +++ b/accessibility/rubygem-atk/Makefile @@ -1,5 +1,6 @@ PORTNAME= atk PORTVERSION= 4.0.8 +PORTREVISION= 1 CATEGORIES= accessibility rubygems MASTER_SITES= RG diff --git a/archivers/engrampa/Makefile b/archivers/engrampa/Makefile index 36e1c2cb705eb..eb3d0f8f983d7 100644 --- a/archivers/engrampa/Makefile +++ b/archivers/engrampa/Makefile @@ -1,5 +1,6 @@ PORTNAME= engrampa PORTVERSION= 1.26.0 +PORTREVISION= 1 CATEGORIES= archivers mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index ad9a293277809..1617ccf6cba0e 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -1,5 +1,6 @@ PORTNAME= file-roller PORTVERSION= 3.42.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= archivers gnome MASTER_SITES= GNOME diff --git a/archivers/gnome-autoar/Makefile b/archivers/gnome-autoar/Makefile index 5d0dd5842817e..2fa30ddc7efa4 100644 --- a/archivers/gnome-autoar/Makefile +++ b/archivers/gnome-autoar/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-autoar DISTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/archivers/peazip/Makefile b/archivers/peazip/Makefile index aed3fd1c7ca67..a6f01d4470dca 100644 --- a/archivers/peazip/Makefile +++ b/archivers/peazip/Makefile @@ -1,5 +1,6 @@ PORTNAME= peazip PORTVERSION= 9.1.0 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/ PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/archivers/thunar-archive-plugin/Makefile b/archivers/thunar-archive-plugin/Makefile index 61805764191e6..bec7a3f75dec5 100644 --- a/archivers/thunar-archive-plugin/Makefile +++ b/archivers/thunar-archive-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= thunar-archive-plugin PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= archivers xfce MASTER_SITES= XFCE/thunar-plugins DIST_SUBDIR= xfce4 diff --git a/archivers/xarchive/Makefile b/archivers/xarchive/Makefile index ed98860cd1d4e..aebb430f57e6a 100644 --- a/archivers/xarchive/Makefile +++ b/archivers/xarchive/Makefile @@ -1,6 +1,6 @@ PORTNAME= xarchive DISTVERSION= 0.2.8-6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= archivers MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} diff --git a/archivers/xarchiver/Makefile b/archivers/xarchiver/Makefile index 0dbac25bae204..2a365d9895064 100644 --- a/archivers/xarchiver/Makefile +++ b/archivers/xarchiver/Makefile @@ -1,5 +1,6 @@ PORTNAME= xarchiver DISTVERSION= 0.5.4.20 +PORTREVISION= 1 CATEGORIES= archivers MAINTAINER= eduardo@FreeBSD.org diff --git a/astro/celestia-gtk/Makefile b/astro/celestia-gtk/Makefile index be6228564960b..b00661d291b76 100644 --- a/astro/celestia-gtk/Makefile +++ b/astro/celestia-gtk/Makefile @@ -1,4 +1,5 @@ CELESTIA_UI= gtk +PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../celestia .include "${MASTERDIR}/Makefile" diff --git a/astro/foxtrotgps/Makefile b/astro/foxtrotgps/Makefile index 87c271ff88b2a..0d92867d44fe0 100644 --- a/astro/foxtrotgps/Makefile +++ b/astro/foxtrotgps/Makefile @@ -1,6 +1,6 @@ PORTNAME= foxtrotgps PORTVERSION= 1.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= astro geography MASTER_SITES= http://www.foxtrotgps.org/releases/ diff --git a/astro/gkrellmoon2/Makefile b/astro/gkrellmoon2/Makefile index eb3cff7822386..5d40a3bcdaec0 100644 --- a/astro/gkrellmoon2/Makefile +++ b/astro/gkrellmoon2/Makefile @@ -1,6 +1,6 @@ PORTNAME= gkrellmoon2 PORTVERSION= 0.6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= astro MASTER_SITES= SF/gkrellmoon/gkrellmoon/${PORTVERSION} DISTNAME= gkrellmoon-${PORTVERSION} diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile index 931e15f217520..448babddb6544 100644 --- a/astro/gpsd/Makefile +++ b/astro/gpsd/Makefile @@ -1,5 +1,6 @@ PORTNAME= gpsd PORTVERSION= 3.23.1 +PORTREVISION= 1 CATEGORIES= astro geography MASTER_SITES= SAVANNAH diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile index 6180adf4815d2..0bc73023a8c2a 100644 --- a/astro/nightfall/Makefile +++ b/astro/nightfall/Makefile @@ -1,6 +1,6 @@ PORTNAME= nightfall PORTVERSION= 1.92 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro education MASTER_SITES= http://www.la-samhna.de/nightfall/ diff --git a/astro/opencpn/Makefile b/astro/opencpn/Makefile index aa5915a505dca..78ab9e140556b 100644 --- a/astro/opencpn/Makefile +++ b/astro/opencpn/Makefile @@ -1,6 +1,6 @@ PORTNAME= opencpn PORTVERSION= 5.2.4 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= astro geography diff --git a/astro/siril/Makefile b/astro/siril/Makefile index c7ece8c4fec5f..eecfc9c3c6ed2 100644 --- a/astro/siril/Makefile +++ b/astro/siril/Makefile @@ -1,6 +1,6 @@ PORTNAME= siril DISTVERSION= 1.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro graphics MASTER_SITES= https://free-astro.org/download/ diff --git a/astro/starplot/Makefile b/astro/starplot/Makefile index 62145a646d8e5..8e1e78e367726 100644 --- a/astro/starplot/Makefile +++ b/astro/starplot/Makefile @@ -1,6 +1,6 @@ PORTNAME= starplot PORTVERSION= 0.95.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= astro MASTER_SITES= http://starplot.org/downloads/ diff --git a/audio/abgate-lv2/Makefile b/audio/abgate-lv2/Makefile index e3abcba8a12ab..bfb25ed09d340 100644 --- a/audio/abgate-lv2/Makefile +++ b/audio/abgate-lv2/Makefile @@ -1,7 +1,7 @@ PORTNAME= abGate DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio PKGNAMESUFFIX= -lv2 diff --git a/audio/abx/Makefile b/audio/abx/Makefile index f6c59374569c5..029d897aa846d 100644 --- a/audio/abx/Makefile +++ b/audio/abx/Makefile @@ -1,5 +1,6 @@ PORTNAME= abx DISTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://phintsan.kapsi.fi/ diff --git a/audio/amberol/Makefile b/audio/amberol/Makefile index c8b56d1b66e75..e55683e071748 100644 --- a/audio/amberol/Makefile +++ b/audio/amberol/Makefile @@ -1,6 +1,6 @@ PORTNAME= amberol DISTVERSION= 0.9.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MAINTAINER= jbeich@FreeBSD.org diff --git a/audio/amsynth/Makefile b/audio/amsynth/Makefile index d324850a2b5b7..7c5701fd569ce 100644 --- a/audio/amsynth/Makefile +++ b/audio/amsynth/Makefile @@ -1,6 +1,6 @@ PORTNAME= amsynth DISTVERSION= 1.11.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= https://github.com/amsynth/amsynth/releases/download/release-${DISTVERSION}/ diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile index 28af473e524cd..7bb84ffa0ffc1 100644 --- a/audio/aqualung/Makefile +++ b/audio/aqualung/Makefile @@ -1,6 +1,6 @@ PORTNAME= aqualung PORTVERSION= 1.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile index 8eb2eddf8f2cd..e6096438046df 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -1,5 +1,6 @@ PORTNAME= ardour DISTVERSION= 7.2.0 +PORTREVISION= 1 CATEGORIES= audio # Official source download is tailored to browsers, downloads from github are # deliberately made empty. Put the badly named distfile into a subdirectory. diff --git a/audio/ario/Makefile b/audio/ario/Makefile index 191f2cd053f42..d841325e521c0 100644 --- a/audio/ario/Makefile +++ b/audio/ario/Makefile @@ -1,6 +1,6 @@ PORTNAME= ario PORTVERSION= 1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/ario-player/ario-player/${PORTVERSION} diff --git a/audio/asunder/Makefile b/audio/asunder/Makefile index 15c26addb2ff1..312c640f7ee72 100644 --- a/audio/asunder/Makefile +++ b/audio/asunder/Makefile @@ -1,5 +1,6 @@ PORTNAME= asunder PORTVERSION= 2.9.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://littlesvr.ca/asunder/releases/ diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 280bf5514836f..e8c7374f0a3d1 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,6 +1,7 @@ PORTNAME= audacity DISTVERSIONPREFIX= Audacity- DISTVERSION= 3.2.4 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= xxjack12xx@gmail.com diff --git a/audio/autozen/Makefile b/audio/autozen/Makefile index ee0e8d7d5c74e..7385a5397a580 100644 --- a/audio/autozen/Makefile +++ b/audio/autozen/Makefile @@ -1,6 +1,6 @@ PORTNAME= autozen PORTVERSION= 2.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= http://www.linuxlabs.com/download/ diff --git a/audio/aylet/Makefile b/audio/aylet/Makefile index d0f05acd30211..f32a3f350786b 100644 --- a/audio/aylet/Makefile +++ b/audio/aylet/Makefile @@ -1,6 +1,6 @@ PORTNAME= aylet PORTVERSION= 0.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= http://www.worldofspectrum.org/pub/sinclair/music/players-unix/ \ LOCAL/ehaupt diff --git a/audio/calf-lv2/Makefile b/audio/calf-lv2/Makefile index 7a3e87dff56df..17c6e09216ec7 100644 --- a/audio/calf-lv2/Makefile +++ b/audio/calf-lv2/Makefile @@ -1,5 +1,6 @@ PORTNAME= calf DISTVERSION= 0.90.3.20210427 +PORTREVISION= 1 CATEGORIES= audio #MASTER_SITES= http://calf-studio-gear.org/files/ PKGNAMESUFFIX= -lv2 diff --git a/audio/carla/Makefile b/audio/carla/Makefile index 6cd574b6af032..57cff8ea65ffc 100644 --- a/audio/carla/Makefile +++ b/audio/carla/Makefile @@ -1,6 +1,7 @@ PORTNAME= Carla DISTVERSIONPREFIX= v DISTVERSION= 2.5.3 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/d11amp/Makefile b/audio/d11amp/Makefile index 589b15f16dcff..4b4f4e6608a97 100644 --- a/audio/d11amp/Makefile +++ b/audio/d11amp/Makefile @@ -1,5 +1,6 @@ PORTNAME= d11amp DISTVERSION= 0.61 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://www.dettus.net/d11amp/ DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/audio/deadbeef-musical-spectrum-plugin/Makefile b/audio/deadbeef-musical-spectrum-plugin/Makefile index 80b4ff4747b46..18f09ae1daa62 100644 --- a/audio/deadbeef-musical-spectrum-plugin/Makefile +++ b/audio/deadbeef-musical-spectrum-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= deadbeef-musical-spectrum-plugin DISTVERSION= 0.0.2015.10.13 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= danfe@FreeBSD.org diff --git a/audio/deadbeef-playback-status-plugin/Makefile b/audio/deadbeef-playback-status-plugin/Makefile index 42504399d6d84..069fac192832e 100644 --- a/audio/deadbeef-playback-status-plugin/Makefile +++ b/audio/deadbeef-playback-status-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= deadbeef-playback-status-plugin DISTVERSION= 0.0.2015.09.12 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= danfe@FreeBSD.org diff --git a/audio/deadbeef-quick-search-plugin/Makefile b/audio/deadbeef-quick-search-plugin/Makefile index 00c6db1113550..f60276833a686 100644 --- a/audio/deadbeef-quick-search-plugin/Makefile +++ b/audio/deadbeef-quick-search-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= deadbeef-quick-search-plugin DISTVERSION= 0.0.2016.01.02 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= danfe@FreeBSD.org diff --git a/audio/deadbeef-spectrogram-plugin/Makefile b/audio/deadbeef-spectrogram-plugin/Makefile index b715e46b07433..d024da26ac653 100644 --- a/audio/deadbeef-spectrogram-plugin/Makefile +++ b/audio/deadbeef-spectrogram-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= deadbeef-spectrogram-plugin DISTVERSION= 0.0.2015.01.10 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= danfe@FreeBSD.org diff --git a/audio/deadbeef-vu-meter-plugin/Makefile b/audio/deadbeef-vu-meter-plugin/Makefile index 4d529ba159a20..bd9652c4fc927 100644 --- a/audio/deadbeef-vu-meter-plugin/Makefile +++ b/audio/deadbeef-vu-meter-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= deadbeef-vu-meter-plugin DISTVERSION= 0.0.2014.09.14 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= danfe@FreeBSD.org diff --git a/audio/deadbeef-waveform-seekbar-plugin/Makefile b/audio/deadbeef-waveform-seekbar-plugin/Makefile index 19da3a6f3f7dd..dd78372371533 100644 --- a/audio/deadbeef-waveform-seekbar-plugin/Makefile +++ b/audio/deadbeef-waveform-seekbar-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= deadbeef-waveform-seekbar-plugin DISTVERSION= 0.0.2016.01.01 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= danfe@FreeBSD.org diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile index 34b5bf0cc0364..3bb11f7a75637 100644 --- a/audio/deadbeef/Makefile +++ b/audio/deadbeef/Makefile @@ -1,6 +1,6 @@ PORTNAME= deadbeef PORTVERSION= 0.7.2 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile index f89832cce2e8e..3faf4d9b6e0da 100644 --- a/audio/denemo/Makefile +++ b/audio/denemo/Makefile @@ -1,6 +1,6 @@ PORTNAME= denemo PORTVERSION= 2.0.6 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= audio MASTER_SITES= GNU diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index 70798c8d977dc..c53dfa23f5b2b 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,6 +1,6 @@ PORTNAME= easytag PORTVERSION= 2.4.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= GNOME diff --git a/audio/eq10q-lv2/Makefile b/audio/eq10q-lv2/Makefile index 64507d0e58907..3179c336c1e00 100644 --- a/audio/eq10q-lv2/Makefile +++ b/audio/eq10q-lv2/Makefile @@ -1,6 +1,6 @@ PORTNAME= eq10q DISTVERSION= 2.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME} PKGNAMESUFFIX= -lv2 diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile index f593aff5535d1..87c1b1bf43e77 100644 --- a/audio/exaile/Makefile +++ b/audio/exaile/Makefile @@ -1,5 +1,6 @@ PORTNAME= exaile DISTVERSION= 4.1.1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= rm@FreeBSD.org diff --git a/audio/fluidsynth-dssi/Makefile b/audio/fluidsynth-dssi/Makefile index fe3826bb0738b..da4150370330b 100644 --- a/audio/fluidsynth-dssi/Makefile +++ b/audio/fluidsynth-dssi/Makefile @@ -1,6 +1,6 @@ PORTNAME= fluidsynth-dssi PORTVERSION= 1.0.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= audio MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION} diff --git a/audio/foo-yc20/Makefile b/audio/foo-yc20/Makefile index ac24fbf209125..5a801efff8b8c 100644 --- a/audio/foo-yc20/Makefile +++ b/audio/foo-yc20/Makefile @@ -1,6 +1,6 @@ PORTNAME= foo-yc20 DISTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/ganv/Makefile b/audio/ganv/Makefile index 67e0d953b525f..fb02936e32981 100644 --- a/audio/ganv/Makefile +++ b/audio/ganv/Makefile @@ -1,5 +1,6 @@ PORTNAME= ganv DISTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://download.drobilla.net/ diff --git a/audio/gbemol/Makefile b/audio/gbemol/Makefile index 7883a098178b2..bbf6ff12577d1 100644 --- a/audio/gbemol/Makefile +++ b/audio/gbemol/Makefile @@ -1,6 +1,6 @@ PORTNAME= gbemol PORTVERSION= 0.3.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/glurp/Makefile b/audio/glurp/Makefile index dc7cb5ac12ba7..59aa9f9c34477 100644 --- a/audio/glurp/Makefile +++ b/audio/glurp/Makefile @@ -1,6 +1,6 @@ PORTNAME= glurp PORTVERSION= 0.12.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/gmtp/Makefile b/audio/gmtp/Makefile index 10a20bc739f4b..c3dc0e6cab548 100644 --- a/audio/gmtp/Makefile +++ b/audio/gmtp/Makefile @@ -1,6 +1,6 @@ PORTNAME= gmtp PORTVERSION= 1.3.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/gMTP-${PORTVERSION}/ diff --git a/audio/gnaural/Makefile b/audio/gnaural/Makefile index 098f92c11240f..5c7f2d1082e71 100644 --- a/audio/gnaural/Makefile +++ b/audio/gnaural/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnaural PORTVERSION= 1.0.20110606 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Gnaural/ \ LOCAL/martymac diff --git a/audio/gnome-metronome/Makefile b/audio/gnome-metronome/Makefile index 54f927a073d2b..39d767cc027c4 100644 --- a/audio/gnome-metronome/Makefile +++ b/audio/gnome-metronome/Makefile @@ -1,6 +1,6 @@ PORTNAME= metronome DISTVERSION= 1.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio PKGNAMEPREFIX= gnome- diff --git a/audio/gnome-music/Makefile b/audio/gnome-music/Makefile index f8d0c04b9704f..a8cf8a2d90cc5 100644 --- a/audio/gnome-music/Makefile +++ b/audio/gnome-music/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-music PORTVERSION= 42.1 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/audio/gnome-podcasts/Makefile b/audio/gnome-podcasts/Makefile index 8f6eb43b4140a..b6db105e24168 100644 --- a/audio/gnome-podcasts/Makefile +++ b/audio/gnome-podcasts/Makefile @@ -1,6 +1,6 @@ PORTNAME= podcasts DISTVERSION= 0.5.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio PKGNAMEPREFIX= gnome- diff --git a/audio/gnuitar/Makefile b/audio/gnuitar/Makefile index 631f935867ace..390902c38aa0d 100644 --- a/audio/gnuitar/Makefile +++ b/audio/gnuitar/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnuitar PORTVERSION= 0.3.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio multimedia MASTER_SITES= SF diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index 4a697b5796d06..e506b966b0c6d 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -1,5 +1,6 @@ PORTNAME= goobox PORTVERSION= 3.6.0 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/audio/gqradio/Makefile b/audio/gqradio/Makefile index 4948c034b78ed..bce546e51cafe 100644 --- a/audio/gqradio/Makefile +++ b/audio/gqradio/Makefile @@ -1,6 +1,6 @@ PORTNAME= gqradio PORTVERSION= 1.9.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= audio MASTER_SITES= SF/gqmpeg/${PORTNAME}/${PORTVERSION} diff --git a/audio/gradio/Makefile b/audio/gradio/Makefile index adfa0b32f25ae..88ea1c97d0aef 100644 --- a/audio/gradio/Makefile +++ b/audio/gradio/Makefile @@ -1,6 +1,7 @@ PORTNAME= gradio PORTVERSION= 7.3 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org diff --git a/audio/grip/Makefile b/audio/grip/Makefile index c7cbef45211d4..efca0055778b7 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -1,5 +1,6 @@ PORTNAME= grip DISTVERSION= 4.2.4 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/grip/${DISTVERSION} diff --git a/audio/gsequencer/Makefile b/audio/gsequencer/Makefile index a29292d00b1d1..03a8f310dd504 100644 --- a/audio/gsequencer/Makefile +++ b/audio/gsequencer/Makefile @@ -1,5 +1,6 @@ PORTNAME= gsequencer DISTVERSION= 4.4.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SAVANNAH/gsequencer/${DISTVERSION:R}.x diff --git a/audio/gtick/Makefile b/audio/gtick/Makefile index 11fce222efbc0..77f93b76eb159 100644 --- a/audio/gtick/Makefile +++ b/audio/gtick/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtick PORTVERSION= 0.5.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.antcom.de/gtick/download/ diff --git a/audio/gtk-mixer/Makefile b/audio/gtk-mixer/Makefile index 1c368309ee8d1..ed0001381d9bb 100644 --- a/audio/gtk-mixer/Makefile +++ b/audio/gtk-mixer/Makefile @@ -1,5 +1,6 @@ PORTNAME= gtk-mixer DISTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= rozhuk.im@gmail.com diff --git a/audio/gtkguitune/Makefile b/audio/gtkguitune/Makefile index 696df49b42673..095223e1731ba 100644 --- a/audio/gtkguitune/Makefile +++ b/audio/gtkguitune/Makefile @@ -1,7 +1,7 @@ PORTNAME= gtkguitune PORTVERSION= 0.8 DISTVERSIONPREFIX= gtk2- -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio MASTER_SITES= GENTOO \ http://www.oocities.org/harpin_floh/mysoft/ diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index 643512051dace..9fa9f39164455 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkpod PORTVERSION= 1.0.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/audio/gtmixer/Makefile b/audio/gtmixer/Makefile index 4dcf6fb42f5da..afd9a2e7072bb 100644 --- a/audio/gtmixer/Makefile +++ b/audio/gtmixer/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtmixer PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= vagner@bsdway.ru diff --git a/audio/guitarix-lv2/Makefile b/audio/guitarix-lv2/Makefile index e021d9726ec76..26287aae9155b 100644 --- a/audio/guitarix-lv2/Makefile +++ b/audio/guitarix-lv2/Makefile @@ -1,6 +1,6 @@ PORTNAME= guitarix DISTVERSION= 0.44.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ PKGNAMESUFFIX= -lv2 diff --git a/audio/gvolwheel/Makefile b/audio/gvolwheel/Makefile index da8e7ddcec2df..279d311108492 100644 --- a/audio/gvolwheel/Makefile +++ b/audio/gvolwheel/Makefile @@ -1,5 +1,6 @@ PORTNAME= gvolwheel PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org diff --git a/audio/hexter/Makefile b/audio/hexter/Makefile index 62254868f8d08..080cebed25b6b 100644 --- a/audio/hexter/Makefile +++ b/audio/hexter/Makefile @@ -1,6 +1,6 @@ PORTNAME= hexter PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION} diff --git a/audio/invada-studio-plugins-lv2/Makefile b/audio/invada-studio-plugins-lv2/Makefile index f597531fb6c33..015db0825b289 100644 --- a/audio/invada-studio-plugins-lv2/Makefile +++ b/audio/invada-studio-plugins-lv2/Makefile @@ -2,6 +2,7 @@ PORTNAME= invada-studio-plugins DISTVERSIONPREFIX= lv2_ DISTVERSION= 1.2.0 DISTVERSIONSUFFIX= -nopkg +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://launchpad.net/invada-studio/lv2/1.2/+download/ PKGNAMESUFFIX= -lv2 diff --git a/audio/ir-lv2/Makefile b/audio/ir-lv2/Makefile index d66575e8f574b..650284308ab89 100644 --- a/audio/ir-lv2/Makefile +++ b/audio/ir-lv2/Makefile @@ -1,6 +1,6 @@ PORTNAME= ir DISTVERSION= 1.3.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio PKGNAMESUFFIX= -lv2 diff --git a/audio/jack-keyboard/Makefile b/audio/jack-keyboard/Makefile index c91510186e5cc..7b4c15ab7b0ad 100644 --- a/audio/jack-keyboard/Makefile +++ b/audio/jack-keyboard/Makefile @@ -1,6 +1,6 @@ PORTNAME= jack-keyboard DISTVERSION= 2.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF \ http://home.selasky.org:8192/distfiles/ diff --git a/audio/jalv-select/Makefile b/audio/jalv-select/Makefile index 110f144af70e8..b1896429857a1 100644 --- a/audio/jalv-select/Makefile +++ b/audio/jalv-select/Makefile @@ -1,7 +1,7 @@ PORTNAME= jalv-select DISTVERSIONPREFIX= v DISTVERSION= 1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/jalv/Makefile b/audio/jalv/Makefile index 6356af24566b4..5a6f12acf8ef5 100644 --- a/audio/jalv/Makefile +++ b/audio/jalv/Makefile @@ -1,5 +1,6 @@ PORTNAME= jalv DISTVERSION= 1.6.8 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ diff --git a/audio/lash/Makefile b/audio/lash/Makefile index 84c035fd25e0f..71830a126999a 100644 --- a/audio/lash/Makefile +++ b/audio/lash/Makefile @@ -1,6 +1,6 @@ PORTNAME= lash PORTVERSION= 0.5.4 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= audio MASTER_SITES= SAVANNAH diff --git a/audio/libcanberra-gtk2/Makefile b/audio/libcanberra-gtk2/Makefile index e6e5addfc9b84..feda323ad0495 100644 --- a/audio/libcanberra-gtk2/Makefile +++ b/audio/libcanberra-gtk2/Makefile @@ -1,4 +1,5 @@ MASTERDIR= ${.CURDIR:H}/libcanberra +PORTREVISION= 1 SLAVEPORT= gtk2 post-install: diff --git a/audio/libcanberra-gtk3/Makefile b/audio/libcanberra-gtk3/Makefile index bc9fc173d6a16..65bce8f80b070 100644 --- a/audio/libcanberra-gtk3/Makefile +++ b/audio/libcanberra-gtk3/Makefile @@ -1,4 +1,5 @@ MASTERDIR= ${.CURDIR:H}/libcanberra +PORTREVISION= 1 SLAVEPORT= gtk3 post-install: diff --git a/audio/lingot/Makefile b/audio/lingot/Makefile index 99b05f07ae91b..14f37f6b21fac 100644 --- a/audio/lingot/Makefile +++ b/audio/lingot/Makefile @@ -1,6 +1,6 @@ PORTNAME= lingot PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SAVANNAH diff --git a/audio/lollypop/Makefile b/audio/lollypop/Makefile index db72f23010974..723779c5523df 100644 --- a/audio/lollypop/Makefile +++ b/audio/lollypop/Makefile @@ -1,5 +1,6 @@ PORTNAME= lollypop DISTVERSION= 1.4.16 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org diff --git a/audio/lv2/Makefile b/audio/lv2/Makefile index 10e698b1b63b0..881f5c06edf15 100644 --- a/audio/lv2/Makefile +++ b/audio/lv2/Makefile @@ -1,5 +1,6 @@ PORTNAME= lv2 PORTVERSION= 1.18.4 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://lv2plug.in/spec/ diff --git a/audio/mate-media/Makefile b/audio/mate-media/Makefile index 10cf85462638b..88a7ad0ac106f 100644 --- a/audio/mate-media/Makefile +++ b/audio/mate-media/Makefile @@ -1,6 +1,6 @@ PORTNAME= mate-media PORTVERSION= 1.26.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/audio/mhwaveedit/Makefile b/audio/mhwaveedit/Makefile index fcbf2a1637e00..e1d61b2c960db 100644 --- a/audio/mhwaveedit/Makefile +++ b/audio/mhwaveedit/Makefile @@ -1,6 +1,6 @@ PORTNAME= mhwaveedit PORTVERSION= 1.4.24 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= audio diff --git a/audio/mousai-devel/Makefile b/audio/mousai-devel/Makefile index 9c1bcf037049c..08deea6f30b41 100644 --- a/audio/mousai-devel/Makefile +++ b/audio/mousai-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= mousai DISTVERSIONPREFIX= v DISTVERSION= 0.6.6-649 DISTVERSIONSUFFIX= -g3883a67 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio PKGNAMESUFFIX= -devel diff --git a/audio/mp3splt-gtk/Makefile b/audio/mp3splt-gtk/Makefile index 88f74d4291f97..c735aa4cf8d8a 100644 --- a/audio/mp3splt-gtk/Makefile +++ b/audio/mp3splt-gtk/Makefile @@ -1,6 +1,6 @@ PORTNAME= mp3splt-gtk PORTVERSION= 0.9.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION} diff --git a/audio/mp3stat/Makefile b/audio/mp3stat/Makefile index 07587291f3ff6..77d5ad05a7e02 100644 --- a/audio/mp3stat/Makefile +++ b/audio/mp3stat/Makefile @@ -1,6 +1,6 @@ PORTNAME= mp3stat PORTVERSION= 2.6.01 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio MASTER_SITES= https://BSDforge.com/projects/source/audio/mp3stat/ diff --git a/audio/muse-sequencer/Makefile b/audio/muse-sequencer/Makefile index fcee1a6080fe1..e7813dbc3ee09 100644 --- a/audio/muse-sequencer/Makefile +++ b/audio/muse-sequencer/Makefile @@ -1,5 +1,6 @@ PORTNAME= muse-sequencer DISTVERSION= 4.1.0 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/myxer/Makefile b/audio/myxer/Makefile index 70aa05c77877e..e537d8da7c794 100644 --- a/audio/myxer/Makefile +++ b/audio/myxer/Makefile @@ -1,6 +1,6 @@ PORTNAME= myxer DISTVERSION= 1.2.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/osd-lyrics/Makefile b/audio/osd-lyrics/Makefile index c76ea40507410..207b3b8f7f340 100644 --- a/audio/osd-lyrics/Makefile +++ b/audio/osd-lyrics/Makefile @@ -1,6 +1,6 @@ PORTNAME= osdlyrics PORTVERSION= 0.4.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio deskutils MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/osd-lyrics/ diff --git a/audio/oss/Makefile b/audio/oss/Makefile index 7f3367adc1361..da65d3e6b7daf 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -1,6 +1,6 @@ PORTNAME= oss DISTVERSION= 4.2-build2019 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.opensound.com/developer/sources/stable/bsd/ DISTNAME= ${PORTNAME}-v${DISTVERSION}-src-bsd diff --git a/audio/paprefs/Makefile b/audio/paprefs/Makefile index e77d280b6ab2d..e09c73f57caf0 100644 --- a/audio/paprefs/Makefile +++ b/audio/paprefs/Makefile @@ -1,6 +1,6 @@ PORTNAME= paprefs PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/${PORTNAME}/ diff --git a/audio/patchage/Makefile b/audio/patchage/Makefile index 8de49ab89d5f5..b09ab1921c775 100644 --- a/audio/patchage/Makefile +++ b/audio/patchage/Makefile @@ -1,5 +1,6 @@ PORTNAME= patchage DISTVERSION= 1.0.10 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ diff --git a/audio/pavucontrol/Makefile b/audio/pavucontrol/Makefile index c88383b54f80b..9cd1b6236b52c 100644 --- a/audio/pavucontrol/Makefile +++ b/audio/pavucontrol/Makefile @@ -1,6 +1,6 @@ PORTNAME= pavucontrol PORTVERSION= 5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/${PORTNAME}/ diff --git a/audio/praat/Makefile b/audio/praat/Makefile index 19255e4b37234..58ec4e0db5d20 100644 --- a/audio/praat/Makefile +++ b/audio/praat/Makefile @@ -1,6 +1,7 @@ PORTNAME= praat DISTVERSIONPREFIX= v DISTVERSION= 6.3.08 +PORTREVISION= 1 CATEGORIES= audio science MAINTAINER= adridg@FreeBSD.org diff --git a/audio/pragha/Makefile b/audio/pragha/Makefile index ba449b59e3f47..5e9a314940175 100644 --- a/audio/pragha/Makefile +++ b/audio/pragha/Makefile @@ -1,6 +1,6 @@ PORTNAME= pragha PORTVERSION= 1.3.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= https://github.com/pragha-music-player/${PORTNAME}/releases/download/v${PORTVERSION}/ diff --git a/audio/psindustrializer/Makefile b/audio/psindustrializer/Makefile index 776a73ff4538f..015fd01d2b75a 100644 --- a/audio/psindustrializer/Makefile +++ b/audio/psindustrializer/Makefile @@ -1,6 +1,6 @@ PORTNAME= psindustrializer DISTVERSION= 0.2.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SF/industrializer/ diff --git a/audio/pulseeffects/Makefile b/audio/pulseeffects/Makefile index 8d7da08689ab0..600513cc52d68 100644 --- a/audio/pulseeffects/Makefile +++ b/audio/pulseeffects/Makefile @@ -1,7 +1,7 @@ PORTNAME= pulseeffects DISTVERSIONPREFIX= v DISTVERSION= 4.6.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MAINTAINER= daniel@shafer.cc diff --git a/audio/qtractor/Makefile b/audio/qtractor/Makefile index fdbeaaec268e6..722b3486a5c80 100644 --- a/audio/qtractor/Makefile +++ b/audio/qtractor/Makefile @@ -1,6 +1,7 @@ PORTNAME= qtractor DISTVERSIONPREFIX= qtractor_ DISTVERSION= 0_9_31 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://github.com/rncbc/qtractor/archive/refs/tags/ \ https://download.steinberg.net/sdk_downloads/:vst3sdk diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index d8eabb2caf80e..40287a5fea460 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,5 +1,6 @@ PORTNAME= rhythmbox PORTVERSION= 3.4.6 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/audio/ripperx/Makefile b/audio/ripperx/Makefile index f1d3079d42dac..3f5f2080ebfc0 100644 --- a/audio/ripperx/Makefile +++ b/audio/ripperx/Makefile @@ -1,6 +1,6 @@ PORTNAME= ripperx PORTVERSION= 2.7.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF DISTNAME= ripperX-${PORTVERSION} diff --git a/audio/shortwave/Makefile b/audio/shortwave/Makefile index e51780e9132fc..385d8e760e6c1 100644 --- a/audio/shortwave/Makefile +++ b/audio/shortwave/Makefile @@ -1,6 +1,6 @@ PORTNAME= shortwave DISTVERSION= 3.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= jbeich@FreeBSD.org diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 8909181f3a619..ebec32f253b48 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,5 +1,6 @@ PORTNAME= snd PORTVERSION= 22.9 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://ccrma.stanford.edu/software/snd/ \ SF diff --git a/audio/songrec/Makefile b/audio/songrec/Makefile index be70ccfdec82b..d185b844cab11 100644 --- a/audio/songrec/Makefile +++ b/audio/songrec/Makefile @@ -1,6 +1,6 @@ PORTNAME= songrec DISTVERSION= 0.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index fa93a37e40c52..e6415bdfca1c0 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -1,5 +1,6 @@ PORTNAME= sound-juicer PORTVERSION= 3.38.0 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/audio/soundtracker/Makefile b/audio/soundtracker/Makefile index b735726e84e27..86730a653d3c2 100644 --- a/audio/soundtracker/Makefile +++ b/audio/soundtracker/Makefile @@ -1,5 +1,6 @@ PORTNAME= soundtracker DISTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ diff --git a/audio/suil/Makefile b/audio/suil/Makefile index 99d94cb229b05..541cf004e6969 100644 --- a/audio/suil/Makefile +++ b/audio/suil/Makefile @@ -1,5 +1,6 @@ PORTNAME= suil PORTVERSION= 0.10.12 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index 4c18d8fee5a5c..87e6455be17d1 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -1,6 +1,6 @@ PORTNAME= sweep PORTVERSION= 0.9.3 -PORTREVISION= 13 +PORTREVISION= 14 PORTEPOCH= 1 CATEGORIES= audio gnome MASTER_SITES= SF diff --git a/audio/tagtool/Makefile b/audio/tagtool/Makefile index 79206f9c3c9c7..8ee4282087388 100644 --- a/audio/tagtool/Makefile +++ b/audio/tagtool/Makefile @@ -1,6 +1,6 @@ PORTNAME= tagtool PORTVERSION= 0.12.3 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/thunar-media-tags-plugin/Makefile b/audio/thunar-media-tags-plugin/Makefile index 099922814d056..99e23f5dca602 100644 --- a/audio/thunar-media-tags-plugin/Makefile +++ b/audio/thunar-media-tags-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= thunar-media-tags-plugin PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= audio xfce MASTER_SITES= XFCE/thunar-plugins DIST_SUBDIR= xfce4 diff --git a/audio/timemachine/Makefile b/audio/timemachine/Makefile index 1393c09607261..8b242d369af78 100644 --- a/audio/timemachine/Makefile +++ b/audio/timemachine/Makefile @@ -1,6 +1,6 @@ PORTNAME= timemachine PORTVERSION= 0.3.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= http://plugin.org.uk/timemachine/ diff --git a/audio/timidity++-gtk/Makefile b/audio/timidity++-gtk/Makefile index 39caf9a11bbf1..fd0d3c4b1f880 100644 --- a/audio/timidity++-gtk/Makefile +++ b/audio/timidity++-gtk/Makefile @@ -1,4 +1,5 @@ PKGNAMESUFFIX= -gtk +PORTREVISION= 1 MAINTAINER= ports@FreeBSD.org COMMENT= Gtk interface for TiMidity++ diff --git a/audio/tuner/Makefile b/audio/tuner/Makefile index cb3dc534ecef1..cb8d448f6ee16 100644 --- a/audio/tuner/Makefile +++ b/audio/tuner/Makefile @@ -1,5 +1,6 @@ PORTNAME= tuner DISTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ashish@FreeBSD.org diff --git a/audio/volumeicon/Makefile b/audio/volumeicon/Makefile index 183b59f1c9db7..1f0e4d5ed0aa0 100644 --- a/audio/volumeicon/Makefile +++ b/audio/volumeicon/Makefile @@ -1,6 +1,6 @@ PORTNAME= volumeicon PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org diff --git a/audio/vst3sdk/Makefile b/audio/vst3sdk/Makefile index e18b4fc54a16c..336390967b979 100644 --- a/audio/vst3sdk/Makefile +++ b/audio/vst3sdk/Makefile @@ -1,6 +1,7 @@ PORTNAME= vst3sdk DISTVERSIONPREFIX= v DISTVERSION= 3.7.4_build_25 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/waon/Makefile b/audio/waon/Makefile index 4c7286f3273df..2f5ebd9de9230 100644 --- a/audio/waon/Makefile +++ b/audio/waon/Makefile @@ -1,6 +1,6 @@ PORTNAME= waon PORTVERSION= 0.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/wavbreaker/Makefile b/audio/wavbreaker/Makefile index d77bc20ab3e2c..3e90417ea2ae3 100644 --- a/audio/wavbreaker/Makefile +++ b/audio/wavbreaker/Makefile @@ -1,5 +1,6 @@ PORTNAME= wavbreaker DISTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= jbeich@FreeBSD.org diff --git a/audio/whysynth/Makefile b/audio/whysynth/Makefile index a50195f95e2bd..8e00a22acf58f 100644 --- a/audio/whysynth/Makefile +++ b/audio/whysynth/Makefile @@ -1,6 +1,6 @@ PORTNAME= whysynth PORTVERSION= 20120903 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= http://smbolton.com/whysynth/ diff --git a/audio/xfce4-mpc-plugin/Makefile b/audio/xfce4-mpc-plugin/Makefile index 1d67bb6cd83dd..22903ff72440e 100644 --- a/audio/xfce4-mpc-plugin/Makefile +++ b/audio/xfce4-mpc-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-mpc-plugin PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= audio xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/audio/xfce4-pulseaudio-plugin/Makefile b/audio/xfce4-pulseaudio-plugin/Makefile index 9d0d900d16cb1..fee0e76c7f806 100644 --- a/audio/xfce4-pulseaudio-plugin/Makefile +++ b/audio/xfce4-pulseaudio-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-pulseaudio-plugin PORTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= audio xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/audio/xfmpc/Makefile b/audio/xfmpc/Makefile index 8863cb5c04e6a..daab6de8b2135 100644 --- a/audio/xfmpc/Makefile +++ b/audio/xfmpc/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfmpc PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 diff --git a/audio/xoscope/Makefile b/audio/xoscope/Makefile index 72d67ed70d9f2..f845b0e62270d 100644 --- a/audio/xoscope/Makefile +++ b/audio/xoscope/Makefile @@ -1,6 +1,6 @@ PORTNAME= xoscope PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio hamradio MASTER_SITES= SF diff --git a/audio/xsynth-dssi/Makefile b/audio/xsynth-dssi/Makefile index 58131be900be4..839ce1f7ef0ce 100644 --- a/audio/xsynth-dssi/Makefile +++ b/audio/xsynth-dssi/Makefile @@ -1,6 +1,6 @@ PORTNAME= xsynth-dssi PORTVERSION= 0.9.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION} diff --git a/audio/zrythm/Makefile b/audio/zrythm/Makefile index 1c713acdec803..fe7819b3f2b60 100644 --- a/audio/zrythm/Makefile +++ b/audio/zrythm/Makefile @@ -1,7 +1,7 @@ PORTNAME= zrythm DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-alpha.26.0.13 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/benchmarks/gtkperf/Makefile b/benchmarks/gtkperf/Makefile index 7f7e9f25300c7..b12fc815ef277 100644 --- a/benchmarks/gtkperf/Makefile +++ b/benchmarks/gtkperf/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkperf PORTVERSION= 0.40 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= benchmarks MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/biology/gperiodic/Makefile b/biology/gperiodic/Makefile index 46e79e13148b5..64541d14b93d0 100644 --- a/biology/gperiodic/Makefile +++ b/biology/gperiodic/Makefile @@ -1,5 +1,6 @@ PORTNAME= gperiodic PORTVERSION= 3.0.3 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= SF/${PORTNAME} diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile index db54f1f82958d..542dfb31fb03a 100644 --- a/cad/PrusaSlicer/Makefile +++ b/cad/PrusaSlicer/Makefile @@ -1,5 +1,5 @@ PORTNAME= PrusaSlicer -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX=version_ DISTVERSION= 2.5.0 CATEGORIES= cad diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 73f9c68174e27..654882bf539b6 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -1,7 +1,7 @@ PORTNAME= geda PORTVERSION= 1.8.2 DISTVERSIONPREFIX=gaf- -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://ftp.geda-project.org/${PORTNAME}-gaf/stable/v${PORTVERSION:R}/${PORTVERSION}/ diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index a041c376e835d..e0c29d9adadbd 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -1,6 +1,6 @@ PORTNAME= gerbv PORTVERSION= 2.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/cad/gtkwave/Makefile b/cad/gtkwave/Makefile index a3f3fd321ca2b..4f8527dc28164 100644 --- a/cad/gtkwave/Makefile +++ b/cad/gtkwave/Makefile @@ -1,5 +1,6 @@ PORTNAME= gtkwave DISTVERSION= 3.3.114 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://gtkwave.sourceforge.net/ diff --git a/cad/horizon-eda/Makefile b/cad/horizon-eda/Makefile index 4aceb46debcda..19e2da6633e45 100644 --- a/cad/horizon-eda/Makefile +++ b/cad/horizon-eda/Makefile @@ -1,7 +1,7 @@ PORTNAME= horizon-eda DISTVERSIONPREFIX= v DISTVERSION= 2.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index 9aea541f972c9..84a8765e210af 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} +PORTREVISION= 1 #PORTREVISION= 1 CATEGORIES= cad PKGNAMESUFFIX= -devel diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index 8715754c08e3e..0f0e0f8700267 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -1,5 +1,6 @@ PORTNAME= kicad PORTVERSION= 7.0.0 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= cad MASTER_SITES= https://gitlab.com/${PORTNAME}/code/${PORTNAME}/-/archive/${DISTVERSION}${DISTVERSIONSUFFIX}/ diff --git a/cad/lepton-eda/Makefile b/cad/lepton-eda/Makefile index ae029c7b7880d..578832b9799eb 100644 --- a/cad/lepton-eda/Makefile +++ b/cad/lepton-eda/Makefile @@ -1,6 +1,6 @@ PORTNAME= lepton-eda PORTVERSION= 1.9.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= https://github.com/lepton-eda/lepton-eda/releases/download/${PORTVERSION}-20220529/ diff --git a/cad/librnd/Makefile b/cad/librnd/Makefile index d368f4a4a9483..a776e063d4096 100644 --- a/cad/librnd/Makefile +++ b/cad/librnd/Makefile @@ -1,5 +1,6 @@ PORTNAME= librnd DISTVERSION= 3.2.2 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://repo.hu/projects/${PORTNAME}/releases/ diff --git a/cad/openctm/Makefile b/cad/openctm/Makefile index e25cc0857397a..0845e0ace4a09 100644 --- a/cad/openctm/Makefile +++ b/cad/openctm/Makefile @@ -1,6 +1,6 @@ PORTNAME= openctm DISTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= https://sourceforge.net/projects/openctm/files/ DISTNAME= OpenCTM-${DISTVERSION}-src diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile index 646078d25b977..93ca60fd86d84 100644 --- a/cad/oregano/Makefile +++ b/cad/oregano/Makefile @@ -1,7 +1,7 @@ PORTNAME= oregano DISTVERSIONPREFIX= v DISTVERSION= 0.84.43 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index cb86ecc193d80..4a0814d872450 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -1,6 +1,6 @@ PORTNAME= pcb PORTVERSION= 4.2.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index b1bfc646e4fe5..4bf323b2fdee4 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -1,6 +1,6 @@ PORTNAME= pdnmesh PORTVERSION= 0.2.2 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} diff --git a/cad/repsnapper/Makefile b/cad/repsnapper/Makefile index b91653a8bdc82..b50d8a9a4a761 100644 --- a/cad/repsnapper/Makefile +++ b/cad/repsnapper/Makefile @@ -1,6 +1,6 @@ PORTNAME= repsnapper DISTVERSION= 2.5a4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= cad MAINTAINER= martin.dieringer@gmx.de diff --git a/cad/solvespace/Makefile b/cad/solvespace/Makefile index 77cfac8523e95..32b10560341c7 100644 --- a/cad/solvespace/Makefile +++ b/cad/solvespace/Makefile @@ -1,6 +1,7 @@ PORTNAME= solvespace PORTVERSION= 3.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= cad PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ diff --git a/cad/sp2sp/Makefile b/cad/sp2sp/Makefile index 1c89f6aa5fc83..154bf2cfa7d6f 100644 --- a/cad/sp2sp/Makefile +++ b/cad/sp2sp/Makefile @@ -1,5 +1,6 @@ PORTNAME= sp2sp PORTVERSION= 20090213 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= SF/gwave/gwave2/${PORTVERSION} DISTNAME= gwave2-${PORTVERSION} diff --git a/cad/z88/Makefile b/cad/z88/Makefile index 66dd8f108d032..4cd6f43af8a41 100644 --- a/cad/z88/Makefile +++ b/cad/z88/Makefile @@ -1,7 +1,7 @@ PORTNAME= z88 DISTVERSIONPREFIX= v DISTVERSION= 15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MAINTAINER= ports@FreeBSD.org diff --git a/cad/zcad/Makefile b/cad/zcad/Makefile index 9d24b6e7ca57d..5b26dfd6f2b16 100644 --- a/cad/zcad/Makefile +++ b/cad/zcad/Makefile @@ -1,6 +1,6 @@ PORTNAME= zcad PORTVERSION= 0.9.8.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= cad PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/chinese/fcitx-configtool/Makefile b/chinese/fcitx-configtool/Makefile index 6fe1685dfec43..871be4ce81c2a 100644 --- a/chinese/fcitx-configtool/Makefile +++ b/chinese/fcitx-configtool/Makefile @@ -1,5 +1,6 @@ PORTNAME= fcitx-configtool PORTVERSION= 0.4.9 +PORTREVISION= 1 CATEGORIES= chinese x11 MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index 85a2219834246..16c2ae554384f 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -1,5 +1,6 @@ PORTNAME= fcitx PORTVERSION= 4.2.9.8 +PORTREVISION= 1 CATEGORIES= chinese x11 MASTER_SITES= http://download.fcitx-im.org/fcitx/:fcitx \ http://download.fcitx-im.org/data/:data diff --git a/chinese/gcin-gtk3/Makefile b/chinese/gcin-gtk3/Makefile index ee6183256c202..95d5b4d55afac 100644 --- a/chinese/gcin-gtk3/Makefile +++ b/chinese/gcin-gtk3/Makefile @@ -1,5 +1,6 @@ PORTNAME= gcin PORTVERSION= 2.9.0 +PORTREVISION= 1 CATEGORIES= chinese textproc gnome MASTER_SITES= http://hyperrate.com/gcin-source/ PKGNAMESUFFIX= -gtk3 diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile index 1684275faf280..e377510d64a7b 100644 --- a/chinese/gcin/Makefile +++ b/chinese/gcin/Makefile @@ -1,5 +1,6 @@ PORTNAME= gcin PORTVERSION= 2.9.0 +PORTREVISION= 1 CATEGORIES= chinese textproc gnome MASTER_SITES= http://hyperrate.com/gcin-source/ EXTRACT_ONLY= gcin-${PORTVERSION}.tar.xz diff --git a/chinese/ibus-chewing/Makefile b/chinese/ibus-chewing/Makefile index 05c6abd20912b..a704936b422e3 100644 --- a/chinese/ibus-chewing/Makefile +++ b/chinese/ibus-chewing/Makefile @@ -1,5 +1,6 @@ PORTNAME= ibus-chewing PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= chinese MAINTAINER= eric@camachat.org diff --git a/chinese/pcmanx/Makefile b/chinese/pcmanx/Makefile index 72a98e4d14912..a91f3f09b536b 100644 --- a/chinese/pcmanx/Makefile +++ b/chinese/pcmanx/Makefile @@ -1,6 +1,6 @@ PORTNAME= pcmanx PORTVERSION= 1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= chinese net gnome MASTER_SITES= https://github.com/pcman-bbs/${PORTNAME}/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION} diff --git a/chinese/wenju/Makefile b/chinese/wenju/Makefile index 6eb8b74c63a42..8d3a8c245a40e 100644 --- a/chinese/wenju/Makefile +++ b/chinese/wenju/Makefile @@ -1,6 +1,6 @@ PORTNAME= wenju PORTVERSION= 1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= chinese MASTER_SITES= SF diff --git a/comms/cqrlog/Makefile b/comms/cqrlog/Makefile index 75ae57dbf1996..51fa89b02ea1d 100644 --- a/comms/cqrlog/Makefile +++ b/comms/cqrlog/Makefile @@ -1,6 +1,6 @@ PORTNAME= cqrlog PORTVERSION= 2.5.2 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= comms hamradio PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/comms/deforaos-phone/Makefile b/comms/deforaos-phone/Makefile index 3bd0e1239de59..aa4361cce69bb 100644 --- a/comms/deforaos-phone/Makefile +++ b/comms/deforaos-phone/Makefile @@ -1,6 +1,6 @@ PORTNAME= phone PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms MASTER_SITES= http://www.defora.org/os/download/download/4455/ PKGNAMEPREFIX= deforaos- diff --git a/comms/gnocky/Makefile b/comms/gnocky/Makefile index 8c63cf90b48db..9b57cb5449246 100644 --- a/comms/gnocky/Makefile +++ b/comms/gnocky/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnocky PORTVERSION= 0.0.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnocky/ diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index e3b62d4862685..efd225c5685a8 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnokii PORTVERSION= 0.6.31 -PORTREVISION= 13 +PORTREVISION= 14 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ diff --git a/comms/gpredict/Makefile b/comms/gpredict/Makefile index d82ab7b8353dd..a5b09f4bd2d3b 100644 --- a/comms/gpredict/Makefile +++ b/comms/gpredict/Makefile @@ -1,6 +1,6 @@ PORTNAME= gpredict DISTVERSION= 2.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= https://github.com/csete/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/comms/grig/Makefile b/comms/grig/Makefile index f534fc0851ab6..a594a3711c58c 100644 --- a/comms/grig/Makefile +++ b/comms/grig/Makefile @@ -1,6 +1,6 @@ PORTNAME= grig PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MAINTAINER= hamradio@FreeBSD.org diff --git a/comms/lysdr/Makefile b/comms/lysdr/Makefile index 5e304a12ec8ff..45e14d61dc1dd 100644 --- a/comms/lysdr/Makefile +++ b/comms/lysdr/Makefile @@ -1,6 +1,6 @@ PORTNAME= lysdr PORTVERSION= 0.0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms hamradio MAINTAINER= hamradio@FreeBSD.org diff --git a/comms/tilp2/Makefile b/comms/tilp2/Makefile index eadfe685505eb..b75c6c3320f27 100644 --- a/comms/tilp2/Makefile +++ b/comms/tilp2/Makefile @@ -1,6 +1,6 @@ PORTNAME= tilp2 PORTVERSION= 1.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms MASTER_SITES= SF/tilp/tilp2-linux/${DISTNAME} diff --git a/comms/xdemorse/Makefile b/comms/xdemorse/Makefile index 87dd55b7f5e7b..6ea8c79bfb44e 100644 --- a/comms/xdemorse/Makefile +++ b/comms/xdemorse/Makefile @@ -1,5 +1,6 @@ PORTNAME= xdemorse DISTVERSION= 3.6.5 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= https://www.qsl.net/5/5b4az/pkg/morse/xdemorse/ diff --git a/comms/xdx/Makefile b/comms/xdx/Makefile index 0ebe6e2e37717..70ca6e1e6934a 100644 --- a/comms/xdx/Makefile +++ b/comms/xdx/Makefile @@ -1,5 +1,6 @@ PORTNAME= xdx DISTVERSION= 2.91 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF/xdxclusterclient/${PORTVERSION}/ diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile index a412e8049fa11..b9255fc169c7a 100644 --- a/comms/xlog/Makefile +++ b/comms/xlog/Makefile @@ -1,5 +1,6 @@ PORTNAME= xlog DISTVERSION= 2.0.24 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SAVANNAH diff --git a/comms/xnec2c/Makefile b/comms/xnec2c/Makefile index db344c13d7a02..d8a9bc025aac0 100644 --- a/comms/xnec2c/Makefile +++ b/comms/xnec2c/Makefile @@ -1,6 +1,7 @@ PORTNAME= xnec2c PORTVERSION= 4.4.12 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= https://www.xnec2c.org/releases/ \ LOCAL/db diff --git a/comms/xnecview/Makefile b/comms/xnecview/Makefile index 7a861349442bf..9e27a8df895a1 100644 --- a/comms/xnecview/Makefile +++ b/comms/xnecview/Makefile @@ -1,6 +1,6 @@ PORTNAME= xnecview PORTVERSION= 1.36 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= http://wwwhome.cs.utwente.nl/%7Eptdeboer/ham/xnecview/ diff --git a/converters/gbase/Makefile b/converters/gbase/Makefile index 09d4539ddcce8..e110a7bbe2cff 100644 --- a/converters/gbase/Makefile +++ b/converters/gbase/Makefile @@ -1,6 +1,6 @@ PORTNAME= gbase PORTVERSION= 0.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= converters MASTER_SITES= http://www.fluxcode.net/files/ diff --git a/converters/gbsdconv/Makefile b/converters/gbsdconv/Makefile index 69939d0ba22e3..3284a21516714 100644 --- a/converters/gbsdconv/Makefile +++ b/converters/gbsdconv/Makefile @@ -1,6 +1,6 @@ PORTNAME= gbsdconv PORTVERSION= 11.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters python MAINTAINER= buganini@gmail.com diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 16f6607fecb2c..f66b34649b6f7 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= evolution-data-server DISTVERSION= 3.44.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/databases/gmdb2/Makefile b/databases/gmdb2/Makefile index 43abd76da3957..bf00bf80e57bc 100644 --- a/databases/gmdb2/Makefile +++ b/databases/gmdb2/Makefile @@ -1,7 +1,7 @@ PORTNAME= gmdb2 DISTVERSIONPREFIX= v DISTVERSION= 0.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MAINTAINER= rhurlin@FreeBSD.org diff --git a/databases/libgda5-ui/Makefile b/databases/libgda5-ui/Makefile index 533015111050c..60ea296df428e 100644 --- a/databases/libgda5-ui/Makefile +++ b/databases/libgda5-ui/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases gnome PKGNAMESUFFIX= 5-ui diff --git a/databases/sequeler/Makefile b/databases/sequeler/Makefile index dd11faddab4ea..791ef557fa0ff 100644 --- a/databases/sequeler/Makefile +++ b/databases/sequeler/Makefile @@ -1,7 +1,7 @@ PORTNAME= sequeler DISTVERSIONPREFIX= v DISTVERSION= 0.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MAINTAINER= ports@FreeBSD.org diff --git a/deskutils/alarm-clock-applet/Makefile b/deskutils/alarm-clock-applet/Makefile index e905d1321b18a..15f2016e63865 100644 --- a/deskutils/alarm-clock-applet/Makefile +++ b/deskutils/alarm-clock-applet/Makefile @@ -1,6 +1,6 @@ PORTNAME= alarm-clock-applet PORTVERSION= 0.3.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= http://launchpad.net/alarm-clock/trunk/0.3.4/+download/ diff --git a/deskutils/anydesk/Makefile b/deskutils/anydesk/Makefile index 337fbe3c45aa9..44cef8bb7dab0 100644 --- a/deskutils/anydesk/Makefile +++ b/deskutils/anydesk/Makefile @@ -1,6 +1,6 @@ PORTNAME= anydesk DISTVERSION= 6.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= https://download.anydesk.com/freebsd/ DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION}-${ARCH:S/amd64/x86_64/:S/i386/i386/} diff --git a/deskutils/baobab/Makefile b/deskutils/baobab/Makefile index ae36c37e03be0..02fec82efa3c5 100644 --- a/deskutils/baobab/Makefile +++ b/deskutils/baobab/Makefile @@ -1,5 +1,6 @@ PORTNAME= baobab PORTVERSION= 43.0 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/deskutils/bijiben/Makefile b/deskutils/bijiben/Makefile index 034f4e9e819e6..8097e6860a8a6 100644 --- a/deskutils/bijiben/Makefile +++ b/deskutils/bijiben/Makefile @@ -1,6 +1,6 @@ PORTNAME= bijiben PORTVERSION= 40.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/deskutils/bookworm/Makefile b/deskutils/bookworm/Makefile index 5faee98974126..ea231dcc2b13b 100644 --- a/deskutils/bookworm/Makefile +++ b/deskutils/bookworm/Makefile @@ -1,6 +1,6 @@ PORTNAME= bookworm DISTVERSION= 1.1.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= deskutils MAINTAINER= miguel@gocobachi.dev diff --git a/deskutils/cairo-dock-plugins/Makefile b/deskutils/cairo-dock-plugins/Makefile index daa5a02fcf7c8..63d93fbcfd4e9 100644 --- a/deskutils/cairo-dock-plugins/Makefile +++ b/deskutils/cairo-dock-plugins/Makefile @@ -1,6 +1,6 @@ PORTNAME= cairo-dock-plugins PORTVERSION= 3.4.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= deskutils PATCH_SITES= https://github.com/Cairo-Dock/cairo-dock-plug-ins/commit/ diff --git a/deskutils/cairo-dock/Makefile b/deskutils/cairo-dock/Makefile index 4872b8c562adf..612393338bcc5 100644 --- a/deskutils/cairo-dock/Makefile +++ b/deskutils/cairo-dock/Makefile @@ -1,6 +1,6 @@ PORTNAME= cairo-dock PORTVERSION= 3.4.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org diff --git a/deskutils/caja-extensions/Makefile b/deskutils/caja-extensions/Makefile index e674ba02040cc..95364e749d34d 100644 --- a/deskutils/caja-extensions/Makefile +++ b/deskutils/caja-extensions/Makefile @@ -1,6 +1,6 @@ PORTNAME= caja-extensions PORTVERSION= 1.26.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/deskutils/clipit/Makefile b/deskutils/clipit/Makefile index 7f9e0381d6180..e6df73e01b368 100644 --- a/deskutils/clipit/Makefile +++ b/deskutils/clipit/Makefile @@ -1,6 +1,7 @@ PORTNAME= clipit DISTVERSIONPREFIX= v DISTVERSION= 1.4.5 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= jrm@FreeBSD.org diff --git a/deskutils/deforaos-todo/Makefile b/deskutils/deforaos-todo/Makefile index 39b985988b0ac..8f2cb7b088a38 100644 --- a/deskutils/deforaos-todo/Makefile +++ b/deskutils/deforaos-todo/Makefile @@ -1,5 +1,6 @@ PORTNAME= todo PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://www.defora.org/os/download/download/4429/ PKGNAMEPREFIX= deforaos- diff --git a/deskutils/easystroke/Makefile b/deskutils/easystroke/Makefile index 9c7199b18fcbc..ecc1946ea8ffc 100644 --- a/deskutils/easystroke/Makefile +++ b/deskutils/easystroke/Makefile @@ -1,6 +1,6 @@ PORTNAME= easystroke DISTVERSION= 0.6.0-9 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -gf7c1614 CATEGORIES= deskutils diff --git a/deskutils/elementary-calendar/Makefile b/deskutils/elementary-calendar/Makefile index c4a6e40eeaf44..ac54baac2264d 100644 --- a/deskutils/elementary-calendar/Makefile +++ b/deskutils/elementary-calendar/Makefile @@ -1,5 +1,6 @@ PORTNAME= calendar DISTVERSION= 6.1.2 +PORTREVISION= 1 CATEGORIES= deskutils PKGNAMEPREFIX= elementary- diff --git a/deskutils/fbreader/Makefile b/deskutils/fbreader/Makefile index f59904e8e767a..d7c27efd7cf80 100644 --- a/deskutils/fbreader/Makefile +++ b/deskutils/fbreader/Makefile @@ -1,7 +1,7 @@ PORTNAME= fbreader PORTVERSION= 0.99.6 DISTVERSIONSUFFIX= -freebsdport -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MAINTAINER= johannes@perceivon.net diff --git a/deskutils/foliate/Makefile b/deskutils/foliate/Makefile index e1e99e2db44e1..cbab5c585fa38 100644 --- a/deskutils/foliate/Makefile +++ b/deskutils/foliate/Makefile @@ -1,5 +1,6 @@ PORTNAME= foliate PORTVERSION= 2.6.4 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= fox@FreeBSD.org diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index 9b4f1cecc7abe..2d8087c29a3b6 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -1,6 +1,6 @@ PORTNAME= genius DISTVERSION= 1.0.27 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils gnome MASTER_SITES= GNOME \ http://ftp.5z.com/pub/genius/ diff --git a/deskutils/glabels/Makefile b/deskutils/glabels/Makefile index 834124fd1773d..c6ebe52e0c3ba 100644 --- a/deskutils/glabels/Makefile +++ b/deskutils/glabels/Makefile @@ -1,6 +1,6 @@ PORTNAME= glabels PORTVERSION= 3.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= GNOME diff --git a/deskutils/gnome-calendar/Makefile b/deskutils/gnome-calendar/Makefile index 78e602559b159..9ebb78862e4e1 100644 --- a/deskutils/gnome-calendar/Makefile +++ b/deskutils/gnome-calendar/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-calendar PORTVERSION= 42.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/deskutils/gnome-characters/Makefile b/deskutils/gnome-characters/Makefile index 1e1d61050191b..55b1dff9cd33a 100644 --- a/deskutils/gnome-characters/Makefile +++ b/deskutils/gnome-characters/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-characters PORTVERSION= 43.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/deskutils/gnome-clocks/Makefile b/deskutils/gnome-clocks/Makefile index 7b69fb1a2a7b0..178fc5953a18c 100644 --- a/deskutils/gnome-clocks/Makefile +++ b/deskutils/gnome-clocks/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-clocks PORTVERSION= 40.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} diff --git a/deskutils/gnome-contacts/Makefile b/deskutils/gnome-contacts/Makefile index a19b2ecfa6e1e..1cc3cf0280e51 100644 --- a/deskutils/gnome-contacts/Makefile +++ b/deskutils/gnome-contacts/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-contacts PORTVERSION= 41.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} diff --git a/deskutils/gnome-dictionary/Makefile b/deskutils/gnome-dictionary/Makefile index 01c90fd1166b1..c1e92099642c5 100644 --- a/deskutils/gnome-dictionary/Makefile +++ b/deskutils/gnome-dictionary/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-dictionary PORTVERSION= 40.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/deskutils/gnome-font-viewer/Makefile b/deskutils/gnome-font-viewer/Makefile index bdf52c84f599e..1c6e927176ecf 100644 --- a/deskutils/gnome-font-viewer/Makefile +++ b/deskutils/gnome-font-viewer/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-font-viewer PORTVERSION= 43.0 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/deskutils/gnome-initial-setup/Makefile b/deskutils/gnome-initial-setup/Makefile index 7668747d6fdf5..46ce2bf45c754 100644 --- a/deskutils/gnome-initial-setup/Makefile +++ b/deskutils/gnome-initial-setup/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-initial-setup PORTVERSION= 43.2 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/deskutils/gnome-maps/Makefile b/deskutils/gnome-maps/Makefile index 68a10df5287cd..64a9fc9a4c79d 100644 --- a/deskutils/gnome-maps/Makefile +++ b/deskutils/gnome-maps/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-maps DISTVERSION= 43.3 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/deskutils/gnome-photos/Makefile b/deskutils/gnome-photos/Makefile index 60c3145b364c5..c10faa37ecfe3 100644 --- a/deskutils/gnome-photos/Makefile +++ b/deskutils/gnome-photos/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-photos DISTVERSION= 43.0 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/deskutils/gnome-pomodoro/Makefile b/deskutils/gnome-pomodoro/Makefile index b88a796184346..24f0ef0ff7cd6 100644 --- a/deskutils/gnome-pomodoro/Makefile +++ b/deskutils/gnome-pomodoro/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-pomodoro PORTVERSION= 0.22.1 +PORTREVISION= 1 CATEGORIES= deskutils gnome MAINTAINER= tagattie@FreeBSD.org diff --git a/deskutils/gnome-screenshot/Makefile b/deskutils/gnome-screenshot/Makefile index 4f90367c5728b..843fcb9ed06bd 100644 --- a/deskutils/gnome-screenshot/Makefile +++ b/deskutils/gnome-screenshot/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-screenshot PORTVERSION= 41.0 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/deskutils/gnome-sound-recorder/Makefile b/deskutils/gnome-sound-recorder/Makefile index fc69050f82005..bb394329edafa 100644 --- a/deskutils/gnome-sound-recorder/Makefile +++ b/deskutils/gnome-sound-recorder/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-sound-recorder DISTVERSION= 42.0 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/deskutils/gnome-todo/Makefile b/deskutils/gnome-todo/Makefile index 2eff11d5c2639..22f2cd52d2167 100644 --- a/deskutils/gnome-todo/Makefile +++ b/deskutils/gnome-todo/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-todo PORTVERSION= 41.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/deskutils/gnome-tweaks/Makefile b/deskutils/gnome-tweaks/Makefile index 009715571f5ed..3db37e752b254 100644 --- a/deskutils/gnome-tweaks/Makefile +++ b/deskutils/gnome-tweaks/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-tweaks PORTVERSION= 40.10 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} diff --git a/deskutils/gnome-weather/Makefile b/deskutils/gnome-weather/Makefile index a0fc48bd52c29..a79869fabc03f 100644 --- a/deskutils/gnome-weather/Makefile +++ b/deskutils/gnome-weather/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-weather PORTVERSION= 42.0 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile index 81ea52b946268..2947646751b2b 100644 --- a/deskutils/gnote/Makefile +++ b/deskutils/gnote/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnote PORTVERSION= 42.1 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} diff --git a/deskutils/go-for-it/Makefile b/deskutils/go-for-it/Makefile index 9a9393884ccc8..e4e9a2ce35b5d 100644 --- a/deskutils/go-for-it/Makefile +++ b/deskutils/go-for-it/Makefile @@ -1,5 +1,6 @@ PORTNAME= go-for-it DISTVERSION= 1.9.6 +PORTREVISION= 1 CATEGORIES= deskutils PATCH_SITES= https://github.com/JMoerman/Go-For-It/commit/ diff --git a/deskutils/gpicker/Makefile b/deskutils/gpicker/Makefile index 215c0286c0a9e..620a450b8247e 100644 --- a/deskutils/gpicker/Makefile +++ b/deskutils/gpicker/Makefile @@ -1,5 +1,6 @@ PORTNAME= gpicker DISTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= SAVANNAH diff --git a/deskutils/growl-for-linux/Makefile b/deskutils/growl-for-linux/Makefile index 5904157d1da23..5297f3eb4644e 100644 --- a/deskutils/growl-for-linux/Makefile +++ b/deskutils/growl-for-linux/Makefile @@ -1,6 +1,6 @@ PORTNAME= growl-for-linux PORTVERSION= 0.8.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils MAINTAINER= nivit@FreeBSD.org diff --git a/deskutils/gsimplecal/Makefile b/deskutils/gsimplecal/Makefile index fc83bbacfe899..cfcde3128acb4 100644 --- a/deskutils/gsimplecal/Makefile +++ b/deskutils/gsimplecal/Makefile @@ -1,7 +1,7 @@ PORTNAME= gsimplecal DISTVERSIONPREFIX= v DISTVERSION= 2.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= eduardo@FreeBSD.org diff --git a/deskutils/gtimer/Makefile b/deskutils/gtimer/Makefile index 97db59073eeb2..b9c1a6c88eba0 100644 --- a/deskutils/gtimer/Makefile +++ b/deskutils/gtimer/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtimer PORTVERSION= 2.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile index 7dab2be5402e5..9ebcfecb3562e 100644 --- a/deskutils/gucharmap/Makefile +++ b/deskutils/gucharmap/Makefile @@ -1,5 +1,6 @@ PORTNAME= gucharmap PORTVERSION= 15.0.0 +PORTREVISION= 1 CATEGORIES= deskutils gnome #MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/deskutils/gxmessage/Makefile b/deskutils/gxmessage/Makefile index 1b44d878eefbc..7fe9f2cbc29b0 100644 --- a/deskutils/gxmessage/Makefile +++ b/deskutils/gxmessage/Makefile @@ -1,6 +1,6 @@ PORTNAME= gxmessage PORTVERSION= 3.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= GNU \ LOCAL/martymac diff --git a/deskutils/gxneur/Makefile b/deskutils/gxneur/Makefile index 7acc69cab433e..e06e0eabee755 100644 --- a/deskutils/gxneur/Makefile +++ b/deskutils/gxneur/Makefile @@ -1,6 +1,6 @@ PORTNAME= gxneur PORTVERSION= 0.20.0 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONSUFFIX=.orig CATEGORIES= deskutils MASTER_SITES= https://launchpad.net/~andrew-crew-kuznetsov/+archive/xneur-stable/+files/ diff --git a/deskutils/health/Makefile b/deskutils/health/Makefile index bd58b29614a72..c6133f00652ea 100644 --- a/deskutils/health/Makefile +++ b/deskutils/health/Makefile @@ -1,6 +1,6 @@ PORTNAME= health DISTVERSION= 0.94.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ diff --git a/deskutils/hot-babe/Makefile b/deskutils/hot-babe/Makefile index e0087e5d900ef..2d516b6923fa3 100644 --- a/deskutils/hot-babe/Makefile +++ b/deskutils/hot-babe/Makefile @@ -1,6 +1,6 @@ PORTNAME= hot-babe PORTVERSION= 0.2.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= deskutils MASTER_SITES= http://dindinx.net/hotbabe/downloads/ \ LOCAL/novel diff --git a/deskutils/iconbrowser/Makefile b/deskutils/iconbrowser/Makefile index b9f31f4e24884..9a284a52de48d 100644 --- a/deskutils/iconbrowser/Makefile +++ b/deskutils/iconbrowser/Makefile @@ -1,6 +1,6 @@ PORTNAME= iconbrowser DISTVERSION= 2.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MAINTAINER= duchateau.olivier@gmail.com diff --git a/deskutils/libportal-gtk3/Makefile b/deskutils/libportal-gtk3/Makefile index 2030f829505b7..42532769aff06 100644 --- a/deskutils/libportal-gtk3/Makefile +++ b/deskutils/libportal-gtk3/Makefile @@ -1,4 +1,5 @@ PKGNAMESUFFIX= -${BACKEND} +PORTREVISION= 1 COMMENT= GIO-styled async APIs for Flatpak (${BACKEND} backend) BACKEND= gtk3 diff --git a/deskutils/libportal-gtk4/Makefile b/deskutils/libportal-gtk4/Makefile index 0658235fba864..d752c05e33998 100644 --- a/deskutils/libportal-gtk4/Makefile +++ b/deskutils/libportal-gtk4/Makefile @@ -1,4 +1,5 @@ PKGNAMESUFFIX= -${BACKEND} +PORTREVISION= 1 COMMENT= GIO-styled async APIs for Flatpak (${BACKEND} backend) BACKEND= gtk4 diff --git a/deskutils/maliit-framework/Makefile b/deskutils/maliit-framework/Makefile index 421ac7166794d..486589e698267 100644 --- a/deskutils/maliit-framework/Makefile +++ b/deskutils/maliit-framework/Makefile @@ -1,5 +1,6 @@ PORTNAME= framework DISTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= deskutils kde PKGNAMEPREFIX= maliit- diff --git a/deskutils/mate-indicator-applet/Makefile b/deskutils/mate-indicator-applet/Makefile index cc98d3fc770e9..79f47e92106c8 100644 --- a/deskutils/mate-indicator-applet/Makefile +++ b/deskutils/mate-indicator-applet/Makefile @@ -1,5 +1,6 @@ PORTNAME= mate-indicator-applet PORTVERSION= 1.26.0 +PORTREVISION= 1 CATEGORIES= deskutils mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/deskutils/mate-notification-daemon/Makefile b/deskutils/mate-notification-daemon/Makefile index f4d625ae8ca95..eccd8839199c2 100644 --- a/deskutils/mate-notification-daemon/Makefile +++ b/deskutils/mate-notification-daemon/Makefile @@ -1,6 +1,6 @@ PORTNAME= mate-notification-daemon PORTVERSION= 1.26.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/deskutils/mate-utils/Makefile b/deskutils/mate-utils/Makefile index cad9eabc7d872..a3b192c397775 100644 --- a/deskutils/mate-utils/Makefile +++ b/deskutils/mate-utils/Makefile @@ -1,6 +1,6 @@ PORTNAME= mate-utils PORTVERSION= 1.26.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/deskutils/meteo/Makefile b/deskutils/meteo/Makefile index 2fe4f1cf6cf1a..618d9241f12ae 100644 --- a/deskutils/meteo/Makefile +++ b/deskutils/meteo/Makefile @@ -1,5 +1,6 @@ PORTNAME= meteo PORTVERSION= 0.9.9.1 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= tagattie@FreeBSD.org diff --git a/deskutils/mozo/Makefile b/deskutils/mozo/Makefile index ef9ce82bde150..b75b6f7114279 100644 --- a/deskutils/mozo/Makefile +++ b/deskutils/mozo/Makefile @@ -1,5 +1,6 @@ PORTNAME= mozo PORTVERSION= 1.26.1 +PORTREVISION= 1 CATEGORIES= deskutils mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/deskutils/notekit/Makefile b/deskutils/notekit/Makefile index feda6c9970c16..2930b954199d9 100644 --- a/deskutils/notekit/Makefile +++ b/deskutils/notekit/Makefile @@ -1,6 +1,7 @@ PORTNAME= notekit PORTVERSION= 0.2.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= danfe@FreeBSD.org diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile index a346ad369760a..cbf297379a223 100644 --- a/deskutils/notification-daemon/Makefile +++ b/deskutils/notification-daemon/Makefile @@ -1,6 +1,6 @@ PORTNAME= notification-daemon PORTVERSION= 3.20.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MASTER_SITES= GNOME diff --git a/deskutils/notify-osd/Makefile b/deskutils/notify-osd/Makefile index 5664cb9e09381..8583ab34efc7d 100644 --- a/deskutils/notify-osd/Makefile +++ b/deskutils/notify-osd/Makefile @@ -1,6 +1,6 @@ PORTNAME= notify-osd PORTVERSION= 0.9.34 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= https://launchpad.net/notify-osd/precise/0.9.34/+download/ \ LOCAL/ehaupt diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index ef625ae9a15e9..1259d5841ce6d 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -1,5 +1,6 @@ PORTNAME= orage PORTVERSION= 4.18.0 +PORTREVISION= 1 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 diff --git a/deskutils/parcellite/Makefile b/deskutils/parcellite/Makefile index 38635b22b8421..7752a468cecc3 100644 --- a/deskutils/parcellite/Makefile +++ b/deskutils/parcellite/Makefile @@ -1,5 +1,6 @@ PORTNAME= parcellite PORTVERSION= 1.2.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 6699ee1aa2c1c..356480ec5185f 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -1,6 +1,6 @@ PORTNAME= pinot PORTVERSION= 1.21 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils MAINTAINER= thierry@FreeBSD.org diff --git a/deskutils/py-autokey/Makefile b/deskutils/py-autokey/Makefile index bb1c5344aadf0..05631c5dc174d 100644 --- a/deskutils/py-autokey/Makefile +++ b/deskutils/py-autokey/Makefile @@ -1,7 +1,7 @@ PORTNAME= autokey DISTVERSIONPREFIX= v DISTVERSION= 0.95.10 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/deskutils/rubrica/Makefile b/deskutils/rubrica/Makefile index f3cb80dd777b5..49e1995f838c0 100644 --- a/deskutils/rubrica/Makefile +++ b/deskutils/rubrica/Makefile @@ -1,6 +1,6 @@ PORTNAME= rubrica PORTVERSION= 2.1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils gnome MASTER_SITES= BERLIOS DISTNAME= ${PORTNAME}2-${PORTVERSION} diff --git a/deskutils/showdown/Makefile b/deskutils/showdown/Makefile index e16a351210490..8cadc65f01f61 100644 --- a/deskutils/showdown/Makefile +++ b/deskutils/showdown/Makefile @@ -1,6 +1,6 @@ PORTNAME= showdown DISTVERSION= 0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MAINTAINER= dmgk@FreeBSD.org diff --git a/deskutils/solanum/Makefile b/deskutils/solanum/Makefile index ce1d44dc43a03..8b52f9a1e374a 100644 --- a/deskutils/solanum/Makefile +++ b/deskutils/solanum/Makefile @@ -1,7 +1,7 @@ PORTNAME= solanum DISTVERSIONPREFIX= v DISTVERSION= 3.0.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= deskutils PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ diff --git a/deskutils/spacefm/Makefile b/deskutils/spacefm/Makefile index 234c72db8622e..9f3c665ee34a2 100644 --- a/deskutils/spacefm/Makefile +++ b/deskutils/spacefm/Makefile @@ -1,5 +1,6 @@ PORTNAME= spacefm DISTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/spice-gtk/Makefile b/deskutils/spice-gtk/Makefile index 4e160b3a81f6c..0b47f709c837a 100644 --- a/deskutils/spice-gtk/Makefile +++ b/deskutils/spice-gtk/Makefile @@ -1,5 +1,6 @@ PORTNAME= spice-gtk PORTVERSION= 0.37 +PORTREVISION= 1 CATEGORIES?= deskutils gnome MASTER_SITES= http://www.spice-space.org/download/gtk/ diff --git a/deskutils/synapse/Makefile b/deskutils/synapse/Makefile index 9673721b41692..3ad714fb8762d 100644 --- a/deskutils/synapse/Makefile +++ b/deskutils/synapse/Makefile @@ -1,6 +1,6 @@ PORTNAME= synapse DISTVERSION= 0.2.99.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= https://launchpadlibrarian.net/363823069/ diff --git a/deskutils/sysctlview/Makefile b/deskutils/sysctlview/Makefile index cbd810c6d34f8..37f6bd413ab13 100644 --- a/deskutils/sysctlview/Makefile +++ b/deskutils/sysctlview/Makefile @@ -1,6 +1,6 @@ PORTNAME= sysctlview PORTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MAINTAINER= alfix86@gmail.com diff --git a/deskutils/virt-manager/Makefile b/deskutils/virt-manager/Makefile index aaa0b34966f67..88a636ec6eb4e 100644 --- a/deskutils/virt-manager/Makefile +++ b/deskutils/virt-manager/Makefile @@ -1,5 +1,6 @@ PORTNAME= virt-manager PORTVERSION= 4.1.0 +PORTREVISION= 1 CATEGORIES= deskutils net-mgmt MASTER_SITES= https://virt-manager.org/download/sources/${PORTNAME}/ diff --git a/deskutils/xfce4-generic-slider/Makefile b/deskutils/xfce4-generic-slider/Makefile index f34c9a6c1b6f6..ad435b761034c 100644 --- a/deskutils/xfce4-generic-slider/Makefile +++ b/deskutils/xfce4-generic-slider/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-generic-slider PORTVERSION= g20230204 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= deskutils diff --git a/deskutils/xfce4-notes-plugin/Makefile b/deskutils/xfce4-notes-plugin/Makefile index d8371a5a0b660..d7cd157ed4f44 100644 --- a/deskutils/xfce4-notes-plugin/Makefile +++ b/deskutils/xfce4-notes-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-notes-plugin PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/deskutils/xfce4-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile index f5f86e82c134a..39c19495bdb7a 100644 --- a/deskutils/xfce4-notifyd/Makefile +++ b/deskutils/xfce4-notifyd/Makefile @@ -5,6 +5,7 @@ PORTNAME= xfce4-notifyd PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 diff --git a/deskutils/xfce4-volumed-pulse/Makefile b/deskutils/xfce4-volumed-pulse/Makefile index b28e72b9b9528..0e862122f20d0 100644 --- a/deskutils/xfce4-volumed-pulse/Makefile +++ b/deskutils/xfce4-volumed-pulse/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfce4-volumed-pulse PORTVERSION= 0.2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 diff --git a/deskutils/xfce4-xkb-plugin/Makefile b/deskutils/xfce4-xkb-plugin/Makefile index 2e2f83dbd6645..f8c9c89a35175 100644 --- a/deskutils/xfce4-xkb-plugin/Makefile +++ b/deskutils/xfce4-xkb-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-xkb-plugin PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/panel-plugins diff --git a/deskutils/xneur/Makefile b/deskutils/xneur/Makefile index 5778ccb58f166..dcad601a5d70c 100644 --- a/deskutils/xneur/Makefile +++ b/deskutils/xneur/Makefile @@ -1,6 +1,6 @@ PORTNAME= xneur PORTVERSION= 0.20.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX=.orig CATEGORIES= deskutils MASTER_SITES= https://launchpad.net/~andrew-crew-kuznetsov/+archive/xneur-stable/+files/ diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile index 29bdb67634e8d..aae210137ad4c 100644 --- a/deskutils/xpad/Makefile +++ b/deskutils/xpad/Makefile @@ -1,5 +1,6 @@ PORTNAME= xpad PORTVERSION= 5.8.0 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ diff --git a/deskutils/xpad3/Makefile b/deskutils/xpad3/Makefile index 75129489af27c..f45346332ed61 100644 --- a/deskutils/xpad3/Makefile +++ b/deskutils/xpad3/Makefile @@ -1,6 +1,6 @@ PORTNAME= xpad PORTVERSION= 3.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= deskutils MASTER_SITES= http://launchpad.net/xpad/stable/${PORTVERSION}/+download/ PKGNAMESUFFIX= 3 diff --git a/deskutils/zim/Makefile b/deskutils/zim/Makefile index 80220762bd429..560cda09f160f 100644 --- a/deskutils/zim/Makefile +++ b/deskutils/zim/Makefile @@ -1,5 +1,6 @@ PORTNAME= zim DISTVERSION= 0.75.1 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= https://www.zim-wiki.org/downloads/ diff --git a/devel/allegro5/Makefile b/devel/allegro5/Makefile index c4d1f55381e61..541993b742f68 100644 --- a/devel/allegro5/Makefile +++ b/devel/allegro5/Makefile @@ -1,6 +1,6 @@ PORTNAME= allegro DISTVERSION= 5.2.7.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel games MASTER_SITES= https://github.com/liballeg/${PORTNAME}${PKGNAMESUFFIX}/releases/download/${DISTVERSION}/ PKGNAMESUFFIX= 5 diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index e91fd20fd0b3e..c9509bd022b46 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -1,6 +1,6 @@ PORTNAME= anjuta PORTVERSION= 3.34.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/devel/appstream-glib/Makefile b/devel/appstream-glib/Makefile index d2c9515110591..6bd7f5a6c50f8 100644 --- a/devel/appstream-glib/Makefile +++ b/devel/appstream-glib/Makefile @@ -1,5 +1,6 @@ PORTNAME= appstream-glib PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://people.freedesktop.org/~hughsient/appstream-glib/releases/ DIST_SUBDIR= gnome diff --git a/devel/ayatana-ido/Makefile b/devel/ayatana-ido/Makefile index 6712d0c120301..9ed591a363eca 100644 --- a/devel/ayatana-ido/Makefile +++ b/devel/ayatana-ido/Makefile @@ -1,5 +1,6 @@ PORTNAME= ayatana-ido PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= jgh@FreeBSD.org diff --git a/devel/codeblocks/Makefile b/devel/codeblocks/Makefile index 4c45d10a61137..ed4036d51774d 100644 --- a/devel/codeblocks/Makefile +++ b/devel/codeblocks/Makefile @@ -1,6 +1,6 @@ PORTNAME= codeblocks PORTVERSION= 20.03 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} diff --git a/devel/cutter/Makefile b/devel/cutter/Makefile index 348255ceb180c..5498433c000dc 100644 --- a/devel/cutter/Makefile +++ b/devel/cutter/Makefile @@ -1,6 +1,6 @@ PORTNAME= cutter PORTVERSION= 1.2.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SF diff --git a/devel/d-feet/Makefile b/devel/d-feet/Makefile index f186b016be4e2..ce1f615762c2f 100644 --- a/devel/d-feet/Makefile +++ b/devel/d-feet/Makefile @@ -1,5 +1,6 @@ PORTNAME= d-feet PORTVERSION= 0.3.16 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNOME diff --git a/devel/d-spy/Makefile b/devel/d-spy/Makefile index 50831dd7c102b..7e39f398ed3af 100644 --- a/devel/d-spy/Makefile +++ b/devel/d-spy/Makefile @@ -1,5 +1,6 @@ PORTNAME= d-spy PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNOME diff --git a/devel/dconf-editor/Makefile b/devel/dconf-editor/Makefile index 064bc9c232289..628a6e71d1a0b 100644 --- a/devel/dconf-editor/Makefile +++ b/devel/dconf-editor/Makefile @@ -1,5 +1,6 @@ PORTNAME= dconf-editor PORTVERSION= 3.38.3 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index 526ec26b844b1..f95d376dcea24 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -1,5 +1,6 @@ PORTNAME= devhelp PORTVERSION= 41.2 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/devel/electron18/Makefile b/devel/electron18/Makefile index 2771fb897a09a..aec302880cc00 100644 --- a/devel/electron18/Makefile +++ b/devel/electron18/Makefile @@ -1,6 +1,7 @@ PORTNAME= electron DISTVERSIONPREFIX= v DISTVERSION= ${ELECTRON_VER:S/-beta./.b/} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/tagattie/FreeBSD-Electron/releases/download/v18.2.4/:chromium \ https://commondatastorage.googleapis.com/chromium-nodejs/:chromium_node \ @@ -31,7 +32,7 @@ BUILD_DEPENDS= gperf:devel/gperf \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ node16>0:www/node16 \ npm-node16>0:www/npm-node16 -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libsnappy.so:archivers/snappy \ libFLAC.so:audio/flac \ diff --git a/devel/electron19/Makefile b/devel/electron19/Makefile index c4730ffc76537..12bf765df128f 100644 --- a/devel/electron19/Makefile +++ b/devel/electron19/Makefile @@ -1,6 +1,7 @@ PORTNAME= electron DISTVERSIONPREFIX= v DISTVERSION= ${ELECTRON_VER:S/-beta./.b/} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/tagattie/FreeBSD-Electron/releases/download/v19.0.9/:chromium \ https://commondatastorage.googleapis.com/chromium-nodejs/:chromium_node \ @@ -28,7 +29,7 @@ BUILD_DEPENDS= gperf:devel/gperf \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ node16>0:www/node16 \ npm-node16>0:www/npm-node16 -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libsnappy.so:archivers/snappy \ libFLAC.so:audio/flac \ diff --git a/devel/electron21/Makefile b/devel/electron21/Makefile index d216cfd5873ed..bfd4fbbb08e80 100644 --- a/devel/electron21/Makefile +++ b/devel/electron21/Makefile @@ -1,6 +1,7 @@ PORTNAME= electron DISTVERSIONPREFIX= v DISTVERSION= ${ELECTRON_VER:S/-beta./.b/} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/tagattie/FreeBSD-Electron/releases/download/v21.4.0/:chromium \ https://commondatastorage.googleapis.com/chromium-nodejs/:chromium_node \ @@ -28,7 +29,7 @@ BUILD_DEPENDS= gperf:devel/gperf \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ node16>0:www/node16 \ npm-node16>0:www/npm-node16 -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libsnappy.so:archivers/snappy \ libFLAC.so:audio/flac \ diff --git a/devel/electron22/Makefile b/devel/electron22/Makefile index 3e207510cdabb..16126642d3166 100644 --- a/devel/electron22/Makefile +++ b/devel/electron22/Makefile @@ -1,6 +1,7 @@ PORTNAME= electron DISTVERSIONPREFIX= v DISTVERSION= ${ELECTRON_VER:S/-beta./.b/} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/tagattie/FreeBSD-Electron/releases/download/v22.2.0/:chromium \ https://commondatastorage.googleapis.com/chromium-nodejs/:chromium_node \ @@ -31,7 +32,7 @@ BUILD_DEPENDS= gperf:devel/gperf \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ node16>0:www/node16 \ npm-node16>0:www/npm-node16 -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libsnappy.so:archivers/snappy \ libFLAC.so:audio/flac \ diff --git a/devel/frama-c/Makefile b/devel/frama-c/Makefile index 828d674ce8ede..7c068c197a4a2 100644 --- a/devel/frama-c/Makefile +++ b/devel/frama-c/Makefile @@ -1,7 +1,7 @@ PORTNAME= frama-c DISTVERSIONPREFIX= Phosphorus- DISTVERSION= 20170501 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel lang MASTER_SITES= http://frama-c.com/download/ diff --git a/devel/geany-plugin-addons/Makefile b/devel/geany-plugin-addons/Makefile index 9ada60ea18cd2..d26c95cd8638c 100644 --- a/devel/geany-plugin-addons/Makefile +++ b/devel/geany-plugin-addons/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-addons PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-autoclose/Makefile b/devel/geany-plugin-autoclose/Makefile index 44b831bd4630b..c0dfa1623b63c 100644 --- a/devel/geany-plugin-autoclose/Makefile +++ b/devel/geany-plugin-autoclose/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-autoclose PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-automark/Makefile b/devel/geany-plugin-automark/Makefile index b7253efa89f2b..d52b0244af208 100644 --- a/devel/geany-plugin-automark/Makefile +++ b/devel/geany-plugin-automark/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-automark PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-codenav/Makefile b/devel/geany-plugin-codenav/Makefile index 0d41f19ea86ba..f00b0a2905fb0 100644 --- a/devel/geany-plugin-codenav/Makefile +++ b/devel/geany-plugin-codenav/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-codenav PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-commander/Makefile b/devel/geany-plugin-commander/Makefile index c0cfd5e157307..eac836ce841ff 100644 --- a/devel/geany-plugin-commander/Makefile +++ b/devel/geany-plugin-commander/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-commander PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-ctags/Makefile b/devel/geany-plugin-ctags/Makefile index 752098abb230f..ca9bf005dc339 100644 --- a/devel/geany-plugin-ctags/Makefile +++ b/devel/geany-plugin-ctags/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-ctags PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-debugger/Makefile b/devel/geany-plugin-debugger/Makefile index 0955fca30d71d..8b57443d7eb6f 100644 --- a/devel/geany-plugin-debugger/Makefile +++ b/devel/geany-plugin-debugger/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-debugger PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-defineformat/Makefile b/devel/geany-plugin-defineformat/Makefile index 3296b0a899e7e..dca26230f2813 100644 --- a/devel/geany-plugin-defineformat/Makefile +++ b/devel/geany-plugin-defineformat/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-defineformat PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-doc/Makefile b/devel/geany-plugin-doc/Makefile index 0a6bc6d76544c..b059a0d0b42cd 100644 --- a/devel/geany-plugin-doc/Makefile +++ b/devel/geany-plugin-doc/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-doc PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-extrasel/Makefile b/devel/geany-plugin-extrasel/Makefile index 5fbd1bea47d3a..2d55207bc3d68 100644 --- a/devel/geany-plugin-extrasel/Makefile +++ b/devel/geany-plugin-extrasel/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-extrasel PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-gendoc/Makefile b/devel/geany-plugin-gendoc/Makefile index 069500216af7f..71ea4de5b9783 100644 --- a/devel/geany-plugin-gendoc/Makefile +++ b/devel/geany-plugin-gendoc/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-gendoc PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-geniuspaste/Makefile b/devel/geany-plugin-geniuspaste/Makefile index bb5e65f3c8ddf..c4bf6273076a2 100644 --- a/devel/geany-plugin-geniuspaste/Makefile +++ b/devel/geany-plugin-geniuspaste/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-geniuspaste PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-git-changebar/Makefile b/devel/geany-plugin-git-changebar/Makefile index e5440825036d9..fa89874106eee 100644 --- a/devel/geany-plugin-git-changebar/Makefile +++ b/devel/geany-plugin-git-changebar/Makefile @@ -1,6 +1,6 @@ PORTNAME= geany-plugin-git-changebar PORTVERSION= ${GEANY_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-insertnum/Makefile b/devel/geany-plugin-insertnum/Makefile index 83c6ee5c75680..039724ca0154b 100644 --- a/devel/geany-plugin-insertnum/Makefile +++ b/devel/geany-plugin-insertnum/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-insertnum PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-latex/Makefile b/devel/geany-plugin-latex/Makefile index a919ea739a514..94c2c8b697535 100644 --- a/devel/geany-plugin-latex/Makefile +++ b/devel/geany-plugin-latex/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-latex PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-lineoperations/Makefile b/devel/geany-plugin-lineoperations/Makefile index d34022f5b42c8..665c66d45ccec 100644 --- a/devel/geany-plugin-lineoperations/Makefile +++ b/devel/geany-plugin-lineoperations/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-lineoperations PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-lipsum/Makefile b/devel/geany-plugin-lipsum/Makefile index ad29155bce6b2..cef6fc1e35298 100644 --- a/devel/geany-plugin-lipsum/Makefile +++ b/devel/geany-plugin-lipsum/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-lipsum PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-lua/Makefile b/devel/geany-plugin-lua/Makefile index ccfbd566f1af0..68fead90e2925 100644 --- a/devel/geany-plugin-lua/Makefile +++ b/devel/geany-plugin-lua/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-lua PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-macro/Makefile b/devel/geany-plugin-macro/Makefile index 1d1a75ca8532c..6112097cb362b 100644 --- a/devel/geany-plugin-macro/Makefile +++ b/devel/geany-plugin-macro/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-macro PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-markdown/Makefile b/devel/geany-plugin-markdown/Makefile index 2a1cf73f995f9..5f2cfe6a2dec0 100644 --- a/devel/geany-plugin-markdown/Makefile +++ b/devel/geany-plugin-markdown/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-markdown PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-miniscript/Makefile b/devel/geany-plugin-miniscript/Makefile index 255e4cdadef3c..417b8a1ccf061 100644 --- a/devel/geany-plugin-miniscript/Makefile +++ b/devel/geany-plugin-miniscript/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-miniscript PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-numberedbookmarks/Makefile b/devel/geany-plugin-numberedbookmarks/Makefile index 11d2436f7c09b..391dd85b88d55 100644 --- a/devel/geany-plugin-numberedbookmarks/Makefile +++ b/devel/geany-plugin-numberedbookmarks/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-numberedbookmarks PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-overview/Makefile b/devel/geany-plugin-overview/Makefile index 12ec54d41812c..af376d419f689 100644 --- a/devel/geany-plugin-overview/Makefile +++ b/devel/geany-plugin-overview/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-overview PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-pairtaghighlighter/Makefile b/devel/geany-plugin-pairtaghighlighter/Makefile index 33778ed18d25f..0a79f7f635220 100644 --- a/devel/geany-plugin-pairtaghighlighter/Makefile +++ b/devel/geany-plugin-pairtaghighlighter/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-pairtaghighlighter PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-pg/Makefile b/devel/geany-plugin-pg/Makefile index f8a03d2b4f900..e23a4372d4aaa 100644 --- a/devel/geany-plugin-pg/Makefile +++ b/devel/geany-plugin-pg/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-pg PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-pohelper/Makefile b/devel/geany-plugin-pohelper/Makefile index 4650e1658add5..6b0760e862924 100644 --- a/devel/geany-plugin-pohelper/Makefile +++ b/devel/geany-plugin-pohelper/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-pohelper PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-pretty-printer/Makefile b/devel/geany-plugin-pretty-printer/Makefile index c010bebe47c07..39709e29bf3a1 100644 --- a/devel/geany-plugin-pretty-printer/Makefile +++ b/devel/geany-plugin-pretty-printer/Makefile @@ -1,6 +1,6 @@ PORTNAME= geany-plugin-pretty-printer PORTVERSION= ${GEANY_VER} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-prj/Makefile b/devel/geany-plugin-prj/Makefile index 3b68fb0fc8ffe..4a64dd4341b83 100644 --- a/devel/geany-plugin-prj/Makefile +++ b/devel/geany-plugin-prj/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-prj PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-projectorganizer/Makefile b/devel/geany-plugin-projectorganizer/Makefile index b68b9190f2ffc..dabe40f4dc62a 100644 --- a/devel/geany-plugin-projectorganizer/Makefile +++ b/devel/geany-plugin-projectorganizer/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-projectorganizer PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-scope/Makefile b/devel/geany-plugin-scope/Makefile index 877f64b556263..539018eb493a9 100644 --- a/devel/geany-plugin-scope/Makefile +++ b/devel/geany-plugin-scope/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-scope PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-sendmail/Makefile b/devel/geany-plugin-sendmail/Makefile index 55a462f5c0acc..497ac1383c639 100644 --- a/devel/geany-plugin-sendmail/Makefile +++ b/devel/geany-plugin-sendmail/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-sendmail PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-shiftcolumn/Makefile b/devel/geany-plugin-shiftcolumn/Makefile index f9b96fda2a25f..f002323070b38 100644 --- a/devel/geany-plugin-shiftcolumn/Makefile +++ b/devel/geany-plugin-shiftcolumn/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-shiftcolumn PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-spellcheck/Makefile b/devel/geany-plugin-spellcheck/Makefile index 4eb9b46c22a39..38baa3a1344b0 100644 --- a/devel/geany-plugin-spellcheck/Makefile +++ b/devel/geany-plugin-spellcheck/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-spellcheck PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-tableconvert/Makefile b/devel/geany-plugin-tableconvert/Makefile index afa0e5640c6c6..06c5059672b1f 100644 --- a/devel/geany-plugin-tableconvert/Makefile +++ b/devel/geany-plugin-tableconvert/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-tableconvert PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-treebrowser/Makefile b/devel/geany-plugin-treebrowser/Makefile index 0230112d663c3..4434610c7ee64 100644 --- a/devel/geany-plugin-treebrowser/Makefile +++ b/devel/geany-plugin-treebrowser/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-treebrowser PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-updatechecker/Makefile b/devel/geany-plugin-updatechecker/Makefile index 7cb2cd1282ecc..030634c154cf7 100644 --- a/devel/geany-plugin-updatechecker/Makefile +++ b/devel/geany-plugin-updatechecker/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-updatechecker PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-utilslib/Makefile b/devel/geany-plugin-utilslib/Makefile index 852920defabfe..9536fc104597a 100644 --- a/devel/geany-plugin-utilslib/Makefile +++ b/devel/geany-plugin-utilslib/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-utilslib PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-vc/Makefile b/devel/geany-plugin-vc/Makefile index fddee5d654024..08345a4916cf6 100644 --- a/devel/geany-plugin-vc/Makefile +++ b/devel/geany-plugin-vc/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-vc PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-vimode/Makefile b/devel/geany-plugin-vimode/Makefile index f32ba46902fc3..df5552e232eb8 100644 --- a/devel/geany-plugin-vimode/Makefile +++ b/devel/geany-plugin-vimode/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-vimode PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-workbench/Makefile b/devel/geany-plugin-workbench/Makefile index 5655d24f75476..af2a2d33696ee 100644 --- a/devel/geany-plugin-workbench/Makefile +++ b/devel/geany-plugin-workbench/Makefile @@ -1,6 +1,6 @@ PORTNAME= geany-plugin-workbench PORTVERSION= ${GEANY_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-xmlsnippets/Makefile b/devel/geany-plugin-xmlsnippets/Makefile index 62e81acb58749..5fc0d200c3d55 100644 --- a/devel/geany-plugin-xmlsnippets/Makefile +++ b/devel/geany-plugin-xmlsnippets/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugin-xmlsnippets PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugins-l10n/Makefile b/devel/geany-plugins-l10n/Makefile index 6a9bbff7e7817..f368227bdc6ab 100644 --- a/devel/geany-plugins-l10n/Makefile +++ b/devel/geany-plugins-l10n/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany-plugins-l10n PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany/Makefile b/devel/geany/Makefile index 6f200eec397fc..accff1988819a 100644 --- a/devel/geany/Makefile +++ b/devel/geany/Makefile @@ -1,5 +1,6 @@ PORTNAME= geany PORTVERSION= 1.38 +PORTREVISION= 1 CATEGORIES= devel editors MASTER_SITES= https://download.geany.org/ SF diff --git a/devel/gio-sharp/Makefile b/devel/gio-sharp/Makefile index a605c88614a36..0ccd0f7cdb4e7 100644 --- a/devel/gio-sharp/Makefile +++ b/devel/gio-sharp/Makefile @@ -1,6 +1,6 @@ PORTNAME= gio-sharp PORTVERSION= 2.22.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ diff --git a/devel/gitg/Makefile b/devel/gitg/Makefile index 1ec00f5dc5540..15098e2f6a181 100644 --- a/devel/gitg/Makefile +++ b/devel/gitg/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitg PORTVERSION= 3.32.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/devel/glade/Makefile b/devel/glade/Makefile index 749790a5b593e..b110a56118811 100644 --- a/devel/glade/Makefile +++ b/devel/glade/Makefile @@ -1,5 +1,6 @@ PORTNAME= glade PORTVERSION= 3.40.0 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/devel/gnome-builder/Makefile b/devel/gnome-builder/Makefile index ff3ae22d0df87..ae74029ccfc55 100644 --- a/devel/gnome-builder/Makefile +++ b/devel/gnome-builder/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-builder PORTVERSION= 42.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/devel/goffice/Makefile b/devel/goffice/Makefile index 7c37b5df0a9de..67a7b11f43f67 100644 --- a/devel/goffice/Makefile +++ b/devel/goffice/Makefile @@ -1,5 +1,6 @@ PORTNAME= goffice PORTVERSION= 0.10.53 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME diff --git a/devel/gtranslator/Makefile b/devel/gtranslator/Makefile index f34df5e3e740d..ed8cea1faece3 100644 --- a/devel/gtranslator/Makefile +++ b/devel/gtranslator/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtranslator PORTVERSION= 40.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} diff --git a/devel/gwenhywfar-gtk2/Makefile b/devel/gwenhywfar-gtk2/Makefile index ccdb987e83483..f2925ab4011e4 100644 --- a/devel/gwenhywfar-gtk2/Makefile +++ b/devel/gwenhywfar-gtk2/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -${SLAVEPORT} MAINTAINER= jhale@FreeBSD.org diff --git a/devel/gwenhywfar-gtk3/Makefile b/devel/gwenhywfar-gtk3/Makefile index ec3473ee31fb7..a6f05a941977b 100644 --- a/devel/gwenhywfar-gtk3/Makefile +++ b/devel/gwenhywfar-gtk3/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -${SLAVEPORT} MAINTAINER= jhale@FreeBSD.org diff --git a/devel/hs-ghcprofview/Makefile b/devel/hs-ghcprofview/Makefile index 31fdb0dcdd1c1..b7f7e13bf7e30 100644 --- a/devel/hs-ghcprofview/Makefile +++ b/devel/hs-ghcprofview/Makefile @@ -1,6 +1,6 @@ PORTNAME= ghcprofview PORTVERSION= 0.1.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-threadscope/Makefile b/devel/hs-threadscope/Makefile index ad92f6a9429c5..787cd0b5a31eb 100644 --- a/devel/hs-threadscope/Makefile +++ b/devel/hs-threadscope/Makefile @@ -1,5 +1,6 @@ PORTNAME= threadscope PORTVERSION= 0.2.14.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/juce/Makefile b/devel/juce/Makefile index 7454c9cf39ab5..5e546d5ab784b 100644 --- a/devel/juce/Makefile +++ b/devel/juce/Makefile @@ -1,5 +1,6 @@ PORTNAME= juce DISTVERSION= 7.0.3 +PORTREVISION= 1 CATEGORIES= devel PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/devel/libappindicator/Makefile b/devel/libappindicator/Makefile index af3a31a04cd28..ca4742d7df26b 100644 --- a/devel/libappindicator/Makefile +++ b/devel/libappindicator/Makefile @@ -1,5 +1,6 @@ PORTNAME= libappindicator PORTVERSION= ${MAJOR_VER}.${SNAPSHOT_VER:S/.//g}.${PATCH_VER:S/ubuntu//} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://archive.ubuntu.com/ubuntu/pool/main/liba/${PORTNAME}/ DISTNAME= ${PORTNAME}_${MAJOR_VER}+${SNAPSHOT_VER}.orig diff --git a/devel/libayatana-appindicator/Makefile b/devel/libayatana-appindicator/Makefile index 32f236b8ab844..6ad3ab2f159b9 100644 --- a/devel/libayatana-appindicator/Makefile +++ b/devel/libayatana-appindicator/Makefile @@ -1,5 +1,6 @@ PORTNAME= libayatana-appindicator PORTVERSION= 0.5.92 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= jgh@FreeBSD.org diff --git a/devel/libayatana-indicator/Makefile b/devel/libayatana-indicator/Makefile index a039f14d87dbb..d2e3356b88e8f 100644 --- a/devel/libayatana-indicator/Makefile +++ b/devel/libayatana-indicator/Makefile @@ -1,5 +1,6 @@ PORTNAME= libayatana-indicator PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= jgh@FreeBSD.org diff --git a/devel/libdbusmenu/Makefile b/devel/libdbusmenu/Makefile index 8a704ae944a58..649471f1986ed 100644 --- a/devel/libdbusmenu/Makefile +++ b/devel/libdbusmenu/Makefile @@ -1,6 +1,6 @@ PORTNAME= libdbusmenu PORTVERSION= 16.04.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= https://launchpadlibrarian.net/243440794/ \ https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index da26f53aaee6c..1c3c1ac30bf99 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -1,6 +1,6 @@ PORTNAME= libglade2 PORTVERSION= 2.6.4 -PORTREVISION?= 12 +PORTREVISION?= 13 CATEGORIES= devel gnome MASTER_SITES= GNOME/sources/${PORTNAME:S/2$//}/${PORTVERSION:C/..$//} DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} diff --git a/devel/libglademm24/Makefile b/devel/libglademm24/Makefile index 0bde8f2bfffb7..b526107c59f51 100644 --- a/devel/libglademm24/Makefile +++ b/devel/libglademm24/Makefile @@ -1,6 +1,6 @@ PORTNAME= libglademm PORTVERSION= 2.6.7 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/devel/libindicator/Makefile b/devel/libindicator/Makefile index 515a75d122fa1..f16c5179f7c28 100644 --- a/devel/libindicator/Makefile +++ b/devel/libindicator/Makefile @@ -1,5 +1,6 @@ PORTNAME= libindicator PORTVERSION= 12.10.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile index c1446a8d2133d..f69eff7ce58be 100644 --- a/devel/libpeas/Makefile +++ b/devel/libpeas/Makefile @@ -1,6 +1,6 @@ PORTNAME= libpeas PORTVERSION= 1.34.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/devel/librcc/Makefile b/devel/librcc/Makefile index c1f97fe1ff150..0bc9b2c4bbeec 100644 --- a/devel/librcc/Makefile +++ b/devel/librcc/Makefile @@ -1,5 +1,6 @@ PORTNAME= librcc DISTVERSION= 0.2.13 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org diff --git a/devel/mono-addins/Makefile b/devel/mono-addins/Makefile index 2f785b4de4878..d5876ff37b7bd 100644 --- a/devel/mono-addins/Makefile +++ b/devel/mono-addins/Makefile @@ -1,6 +1,6 @@ PORTNAME= mono-addins PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= devel diff --git a/devel/p5-Goo-Canvas2/Makefile b/devel/p5-Goo-Canvas2/Makefile index f04409d813df2..2bb9d1459f735 100644 --- a/devel/p5-Goo-Canvas2/Makefile +++ b/devel/p5-Goo-Canvas2/Makefile @@ -1,6 +1,6 @@ PORTNAME= Goo-Canvas PORTVERSION= 0.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PERLMAX diff --git a/devel/qt6-base/Makefile b/devel/qt6-base/Makefile index cbfa588d39eb4..105a99f4f4d19 100644 --- a/devel/qt6-base/Makefile +++ b/devel/qt6-base/Makefile @@ -1,5 +1,6 @@ PORTNAME= base DISTVERSION= ${QT6_VERSION} +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt6- @@ -11,8 +12,8 @@ BUILD_DEPENDS= xml:textproc/xmlstarlet \ ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers \ ${LOCALBASE}/include/linux/input.h:devel/evdev-proto LIB_DEPENDS= \ - libatk-1.0.so:accessibility/atk \ - libatk-bridge-2.0.so:accessibility/at-spi2-atk \ + libatk-1.0.so:accessibility/at-spi2-core \ + libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libavahi-client.so:net/avahi-app \ libbrotlidec.so:archivers/brotli \ diff --git a/devel/regexxer/Makefile b/devel/regexxer/Makefile index 8440c25ec03fe..9cd08293e0837 100644 --- a/devel/regexxer/Makefile +++ b/devel/regexxer/Makefile @@ -1,6 +1,6 @@ PORTNAME= regexxer PORTVERSION= 0.10 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel textproc gnome MASTER_SITES= GNOME diff --git a/devel/smooth/Makefile b/devel/smooth/Makefile index a55505753077e..3b2a72dc69882 100644 --- a/devel/smooth/Makefile +++ b/devel/smooth/Makefile @@ -1,6 +1,6 @@ PORTNAME= smooth PORTVERSION= 0.9.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF diff --git a/devel/spread-sheet-widget/Makefile b/devel/spread-sheet-widget/Makefile index e751fab02b3ad..1182faa72f9ae 100644 --- a/devel/spread-sheet-widget/Makefile +++ b/devel/spread-sheet-widget/Makefile @@ -1,5 +1,6 @@ PORTNAME= spread-sheet-widget PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU_ALPHA/ssw diff --git a/devel/thunar-vcs-plugin/Makefile b/devel/thunar-vcs-plugin/Makefile index 0342ed25a0e3b..8ba469af332bd 100644 --- a/devel/thunar-vcs-plugin/Makefile +++ b/devel/thunar-vcs-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= thunar-vcs-plugin PORTVERSION= 0.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel xfce MASTER_SITES= XFCE/thunar-plugins DIST_SUBDIR= xfce4 diff --git a/devel/upp/Makefile b/devel/upp/Makefile index 54269639b1d1c..66162e005285b 100644 --- a/devel/upp/Makefile +++ b/devel/upp/Makefile @@ -1,5 +1,6 @@ PORTNAME= upp DISTVERSION= 15260 +PORTREVISION= 1 CATEGORIES= devel x11-toolkits MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2020.2/ DISTNAME= ${PORTNAME}-posix-${PORTVERSION} diff --git a/devel/wininfo/Makefile b/devel/wininfo/Makefile index 117137fc2662f..a6a780e4c30aa 100644 --- a/devel/wininfo/Makefile +++ b/devel/wininfo/Makefile @@ -1,6 +1,6 @@ PORTNAME= wininfo PORTVERSION= 0.7 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel MASTER_SITES= http://www.freedesktop.org/software/wininfo/ diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 4b043d5bba748..551871ff5a070 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,6 +1,6 @@ PORTNAME= abiword PORTVERSION= 3.0.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/abiword/${PORTVERSION}/source/ DIST_SUBDIR= AbiWord diff --git a/editors/bless/Makefile b/editors/bless/Makefile index d439fffea26b1..9678c4fd9025a 100644 --- a/editors/bless/Makefile +++ b/editors/bless/Makefile @@ -2,6 +2,7 @@ PORTNAME= bless PORTVERSION= 0.6.3 PORTEPOCH= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= mono@FreeBSD.org diff --git a/editors/cudatext/Makefile b/editors/cudatext/Makefile index a2f73948d746a..dbcf2d6976363 100644 --- a/editors/cudatext/Makefile +++ b/editors/cudatext/Makefile @@ -1,5 +1,6 @@ PORTNAME= cudatext PORTVERSION= 1.182.2 +PORTREVISION= 1 CATEGORIES= editors PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/editors/deforaos-editor/Makefile b/editors/deforaos-editor/Makefile index a629a1a455153..65e499d84d06a 100644 --- a/editors/deforaos-editor/Makefile +++ b/editors/deforaos-editor/Makefile @@ -1,5 +1,6 @@ PORTNAME= editor PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.defora.org/os/download/download/4398/ PKGNAMEPREFIX= deforaos- diff --git a/editors/elementary-code/Makefile b/editors/elementary-code/Makefile index 5043aa0fea514..09265cf63f051 100644 --- a/editors/elementary-code/Makefile +++ b/editors/elementary-code/Makefile @@ -1,5 +1,6 @@ PORTNAME= elementary-code DISTVERSION= 7.0.0 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= miguel@gocobachi.dev @@ -9,7 +10,7 @@ WWW= https://github.com/elementary/code/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libatk-1.0.so:accessibility/atk \ +LIB_DEPENDS= libatk-1.0.so:accessibility/at-spi2-core \ libeditorconfig.so:editors/editorconfig-core-c \ libfontconfig.so:x11-fonts/fontconfig \ libgee-0.8.so:devel/libgee \ diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 59ae5529dbdf6..20089e0291446 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= emacs DISTVERSION= 30.0.50.20230228 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= editors PKGNAMESUFFIX= -devel diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index d798a22db904f..e618091585a08 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,6 +1,6 @@ PORTNAME= emacs DISTVERSION= 28.2 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= GNU diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index de7b859df8c1e..14f27f856d825 100644 --- a/editors/gedit-plugins/Makefile +++ b/editors/gedit-plugins/Makefile @@ -1,5 +1,6 @@ PORTNAME= gedit-plugins PORTVERSION= 43.1 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 6da8110628a7d..db907d0cb9560 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -1,5 +1,6 @@ PORTNAME= gedit PORTVERSION= 44.2 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index 6e3e3edda67c2..5da7625b8e7d6 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -1,5 +1,6 @@ PORTNAME= ghex PORTVERSION= 3.41.1 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/editors/gmanedit/Makefile b/editors/gmanedit/Makefile index 53497c8f4c650..e85a7ccab3fbc 100644 --- a/editors/gmanedit/Makefile +++ b/editors/gmanedit/Makefile @@ -1,6 +1,6 @@ PORTNAME= gmanedit PORTVERSION= 0.4.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= editors gnome MASTER_SITES= SF/${PORTNAME}2/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/editors/gnome-latex/Makefile b/editors/gnome-latex/Makefile index af2c12cfa968a..5a3ae3419573d 100644 --- a/editors/gnome-latex/Makefile +++ b/editors/gnome-latex/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-latex PORTVERSION= 3.44.0 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/editors/gnome-text-editor/Makefile b/editors/gnome-text-editor/Makefile index 058f11a97df8d..295aa5ed7ed59 100644 --- a/editors/gnome-text-editor/Makefile +++ b/editors/gnome-text-editor/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-text-editor PORTVERSION= 42.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile index ff9024769b756..7fa152b776ecb 100644 --- a/editors/gobby/Makefile +++ b/editors/gobby/Makefile @@ -1,6 +1,6 @@ PORTNAME= gobby PORTVERSION= 0.4.13 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= editors MASTER_SITES= http://releases.0x539.de/gobby/ diff --git a/editors/gummi/Makefile b/editors/gummi/Makefile index df980fc09ac24..a785d851e8e51 100644 --- a/editors/gummi/Makefile +++ b/editors/gummi/Makefile @@ -1,6 +1,6 @@ PORTNAME= gummi PORTVERSION= 0.8.1 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= editors MASTER_SITES= https://github.com/alexandervdm/gummi/releases/download/${PORTVERSION}/ diff --git a/editors/imhex/Makefile b/editors/imhex/Makefile index b7a7eaed1b319..ea0aa278bb5b1 100644 --- a/editors/imhex/Makefile +++ b/editors/imhex/Makefile @@ -1,6 +1,7 @@ PORTNAME= imhex PORTVERSION= 1.27.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= https://git.sr.ht/~danyspin97/xdgpp/blob/f01f810714443d0f10c333d4d1d9c0383be41375/:xdg DISTFILES= xdg.hpp:xdg diff --git a/editors/jucipp/Makefile b/editors/jucipp/Makefile index 71f5a659d14f8..80033470b508d 100644 --- a/editors/jucipp/Makefile +++ b/editors/jucipp/Makefile @@ -1,6 +1,7 @@ PORTNAME= jucipp DISTVERSIONPREFIX= v DISTVERSION= 1.7.2 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= info@babaei.net diff --git a/editors/lapce/Makefile b/editors/lapce/Makefile index 60ae4160994bb..8d8434ca0a7e9 100644 --- a/editors/lapce/Makefile +++ b/editors/lapce/Makefile @@ -1,6 +1,7 @@ PORTNAME= lapce DISTVERSIONPREFIX= v DISTVERSION= 0.2.6 # remove openssl-src-* from CARGO-CRATES each update +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index 5e67d23a0b02e..8f1f33d46028b 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -2,7 +2,7 @@ PORTNAME= lazarus PORTVERSION= 2.2.4 DISTVERSIONSUFFIX= -0 PKGNAMESUFFIX?= -gtk2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= editors devel MASTER_SITES= SF/${PORTNAME}/Lazarus%20Zip%20_%20GZip/Lazarus%20${PORTVERSION} \ LOCAL/acm/freepascal diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index f72c2e479633b..c11f1c136c46b 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -1,6 +1,6 @@ PORTNAME= leafpad PORTVERSION= 0.8.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= SAVANNAH diff --git a/editors/marker/Makefile b/editors/marker/Makefile index e5b9548ccc400..2cc86b18cb13b 100644 --- a/editors/marker/Makefile +++ b/editors/marker/Makefile @@ -1,6 +1,6 @@ PORTNAME= marker PORTVERSION= 2020.04.04.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MAINTAINER= tagattie@FreeBSD.org diff --git a/editors/morla/Makefile b/editors/morla/Makefile index 6aba6d612cf84..d8e1d8db36e47 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -1,6 +1,6 @@ PORTNAME= morla PORTVERSION= 0.16.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= editors textproc MASTER_SITES= http://www.morlardf.net/src/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile index 29a99f8a3ce91..767eced614937 100644 --- a/editors/mousepad/Makefile +++ b/editors/mousepad/Makefile @@ -1,5 +1,6 @@ PORTNAME= mousepad PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= editors xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index ac53f7c49e301..748e74345d88b 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -1,6 +1,6 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors java MASTER_SITES= https://dlcdn.apache.org/openoffice/${PORTVERSION}/source/ \ https://archive.apache.org/dist/openoffice/${PORTVERSION}/source/ \ diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 51e29ffd4898a..970fcd2a4243d 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${TIMESTAMP} -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-${TIMESTAMP}/source/ \ diff --git a/editors/picpas/Makefile b/editors/picpas/Makefile index d035b08946d81..6e1491657fd8f 100644 --- a/editors/picpas/Makefile +++ b/editors/picpas/Makefile @@ -1,6 +1,6 @@ PORTNAME= picpas PORTVERSION= 0.9.0 -PORTREVISION= 8 +PORTREVISION= 9 DISTVERSIONPREFIX= v CATEGORIES= editors PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/editors/pluma-plugins/Makefile b/editors/pluma-plugins/Makefile index be250251a72b3..b1dcd69389b4a 100644 --- a/editors/pluma-plugins/Makefile +++ b/editors/pluma-plugins/Makefile @@ -1,6 +1,6 @@ PORTNAME= pluma-plugins PORTVERSION= 1.26.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile index 5ecba6e0bad33..d3680943648bf 100644 --- a/editors/pluma/Makefile +++ b/editors/pluma/Makefile @@ -1,6 +1,6 @@ PORTNAME= pluma PORTVERSION= 1.26.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/editors/quilter/Makefile b/editors/quilter/Makefile index 764ec92110fe9..9e7e8738c3fd2 100644 --- a/editors/quilter/Makefile +++ b/editors/quilter/Makefile @@ -1,6 +1,6 @@ PORTNAME= quilter DISTVERSION= 2.2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MAINTAINER= yuri@FreeBSD.org diff --git a/editors/rehex/Makefile b/editors/rehex/Makefile index 5cc0cf4ac2c29..f776f4ce2a5f7 100644 --- a/editors/rehex/Makefile +++ b/editors/rehex/Makefile @@ -1,5 +1,6 @@ PORTNAME= rehex DISTVERSION= 0.5.4 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= fuz@FreeBSD.org diff --git a/editors/scite/Makefile b/editors/scite/Makefile index fd08d518b71c6..1883fbd43f3c5 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -1,5 +1,6 @@ PORTNAME= scite DISTVERSION= 4.4.5 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} diff --git a/editors/setzer/Makefile b/editors/setzer/Makefile index aa82e93bdb3e0..06a19c57035ad 100644 --- a/editors/setzer/Makefile +++ b/editors/setzer/Makefile @@ -1,7 +1,7 @@ PORTNAME= setzer DISTVERSIONPREFIX=v DISTVERSION= 0.4.1 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= editors MAINTAINER= ports@FreeBSD.org diff --git a/editors/textadept/Makefile b/editors/textadept/Makefile index 22d8861996d7c..80c9c6648a21a 100644 --- a/editors/textadept/Makefile +++ b/editors/textadept/Makefile @@ -1,6 +1,7 @@ PORTNAME= textadept PORTVERSION= 11.4 DISTVERSIONPREFIX= ${PORTNAME}_ +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= https://www.scintilla.org/:sci \ http://www.lua.org/ftp/:lua \ diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index d43a83ee80a98..a1a6c20c5529a 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,5 +1,6 @@ PORTNAME= vscode DISTVERSION= 1.75.1 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= https://registry.npmjs.org/esbuild-freebsd-64/-/:esbuild_binary \ https://nodejs.org/dist/v${NODE_VER}/:node_headers \ @@ -29,7 +30,7 @@ BUILD_DEPENDS= zip:archivers/zip \ rg:textproc/ripgrep \ npm-node${NODE_VER_MAJOR}>0:www/npm-node${NODE_VER_MAJOR} \ yarn-node${NODE_VER_MAJOR}>0:www/yarn-node${NODE_VER_MAJOR} -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libsnappy.so:archivers/snappy \ libasound.so:audio/alsa-lib \ diff --git a/editors/xed/Makefile b/editors/xed/Makefile index 26e9426449b1a..43c713c9fd4f8 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -1,5 +1,6 @@ PORTNAME= xed PORTVERSION= 3.2.4 +PORTREVISION= 1 CATEGORIES= editors gnome DIST_SUBDIR= gnome diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index 6ee4c99420784..a3502b5cd5c5d 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -1,6 +1,6 @@ PORTNAME= xmlcopyeditor PORTVERSION= 1.3.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION} diff --git a/emulators/bfe/Makefile b/emulators/bfe/Makefile index 91bc4d4026949..c5a05e3b7b17f 100644 --- a/emulators/bfe/Makefile +++ b/emulators/bfe/Makefile @@ -1,6 +1,6 @@ PORTNAME= bfe2 PORTVERSION= 20030723 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= emulators MASTER_SITES= SF/bfe/source/23jul2003 DISTNAME= ${PORTNAME}-23jul2003 diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index f46bad1853423..991a79f55d796 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -1,6 +1,6 @@ PORTNAME= fuse PORTVERSION= 1.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} diff --git a/emulators/gens/Makefile b/emulators/gens/Makefile index 35256dcea509d..db5a22778a7a9 100644 --- a/emulators/gens/Makefile +++ b/emulators/gens/Makefile @@ -1,6 +1,6 @@ PORTNAME= gens PORTVERSION= 2.15.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Gens%20Source%20Code/Gens%20${PORTVERSION} diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index b35888b7aa8a7..b92368646c190 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -1,5 +1,6 @@ PORTNAME= hatari PORTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://download.tuxfamily.org/hatari/${PORTVERSION}/ diff --git a/emulators/higan/Makefile b/emulators/higan/Makefile index 210ac8392b91e..e8f2bad6a4af0 100644 --- a/emulators/higan/Makefile +++ b/emulators/higan/Makefile @@ -1,6 +1,6 @@ PORTNAME= higan PORTVERSION= 106 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= emulators games MASTER_SITES= http://download.byuu.org/ \ http://www.cyberbotx.com/higan/ diff --git a/emulators/hugo/Makefile b/emulators/hugo/Makefile index 98a346293d81f..49078aa9a9b9b 100644 --- a/emulators/hugo/Makefile +++ b/emulators/hugo/Makefile @@ -1,6 +1,6 @@ PORTNAME= hugo PORTVERSION= 2.12 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= emulators MASTER_SITES= http://www.zeograd.com/download/ \ http://www.sourcefiles.org/Emulators/Videogames/ diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index bca01548f3192..ba7ece5f95e31 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -1,7 +1,7 @@ PORTNAME= open-vm-tools PORTVERSION= 12.1.5 DISTVERSIONPREFIX= stable- -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= emulators diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile index 0b0b404aeb406..c20a23100f377 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -1,6 +1,6 @@ PORTNAME= pcsxr PORTVERSION= 1.9.95.20180604 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index ae2780908e845..932e6d856fcfc 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= qemu DISTVERSION= 7.2.0.20221221 +PORTREVISION= 1 CATEGORIES= emulators PKGNAMESUFFIX= -devel DIST_SUBDIR= qemu/${PORTVERSION} diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 262adb57f46ba..24d4885ccdaf8 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,6 +1,6 @@ PORTNAME= qemu PORTVERSION= 7.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ DIST_SUBDIR= qemu/${PORTVERSION} diff --git a/emulators/qemu6/Makefile b/emulators/qemu6/Makefile index 0c881f2e86ed1..62a1db100b341 100644 --- a/emulators/qemu6/Makefile +++ b/emulators/qemu6/Makefile @@ -1,5 +1,6 @@ PORTNAME= qemu PORTVERSION= 6.2.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ DIST_SUBDIR= qemu/${PORTVERSION} diff --git a/emulators/qemu70/Makefile b/emulators/qemu70/Makefile index 93f210e36c877..7243ab3240493 100644 --- a/emulators/qemu70/Makefile +++ b/emulators/qemu70/Makefile @@ -1,5 +1,6 @@ PORTNAME= qemu PORTVERSION= 7.0.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ DIST_SUBDIR= qemu/${PORTVERSION} diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile index 31beae3a98a38..82d5c05a3365e 100644 --- a/emulators/snes9x-gtk/Makefile +++ b/emulators/snes9x-gtk/Makefile @@ -1,5 +1,6 @@ PORTNAME= snes9x DISTVERSION= 1.61 +PORTREVISION= 1 CATEGORIES= emulators PKGNAMESUFFIX= -gtk diff --git a/emulators/teo/Makefile b/emulators/teo/Makefile index be329852700ac..abd7154127bdd 100644 --- a/emulators/teo/Makefile +++ b/emulators/teo/Makefile @@ -1,6 +1,7 @@ PORTNAME= teo PORTVERSION= 1.8.4 DISTVERSIONSUFFIX= -src +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF/teoemulator/linux/${PORTVERSION} diff --git a/emulators/tiemu3/Makefile b/emulators/tiemu3/Makefile index 395236a17693b..7a6e0bf3833fc 100644 --- a/emulators/tiemu3/Makefile +++ b/emulators/tiemu3/Makefile @@ -1,6 +1,6 @@ PORTNAME= tiemu3 PORTVERSION= 3.03 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= emulators MASTER_SITES= SF/gtktiemu/tiemu-linux/TIEmu%20${DISTVERSION} DISTNAME= tiemu-${DISTVERSION} diff --git a/emulators/tilem/Makefile b/emulators/tilem/Makefile index 2b2e5afd6b73d..15db83978baf5 100644 --- a/emulators/tilem/Makefile +++ b/emulators/tilem/Makefile @@ -1,6 +1,6 @@ PORTNAME= tilem PORTVERSION= 2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators MASTER_SITES= SF diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index 67fd18ae061ec..a5533514e287d 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -1,6 +1,6 @@ PORTNAME= tme PORTVERSION= 0.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= emulators MASTER_SITES= http://people.csail.mit.edu/fredette/tme/ diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 283428ebefe8e..5e970c4c63507 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -1,6 +1,6 @@ PORTNAME= uae PORTVERSION= 0.8.29 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= LOCAL/grembo diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 3685cf7ba28b7..9e920d404b62f 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,6 +1,6 @@ PORTNAME= vice PORTVERSION= 3.7 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF/vice-emu/releases diff --git a/emulators/x49gp/Makefile b/emulators/x49gp/Makefile index 8c1744b2eb259..4c6eaf5487cbc 100644 --- a/emulators/x49gp/Makefile +++ b/emulators/x49gp/Makefile @@ -2,7 +2,7 @@ PORTNAME= x49gp PORTVERSION= 20100425 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= emulators math MASTER_SITES= LOCAL/shaun DISTFILES= ${DISTNAME}${EXTRACT_SUFX} sdcard64.tar.gz diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index 45cf6222a7397..09307101c9beb 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -1,6 +1,6 @@ PORTNAME= xsystem35 DISTVERSION= 1.7.3-pre5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators games MASTER_SITES= DEBIAN DISTFILES= ${DISTNAME:S/-/_/}.orig${EXTRACT_SUFX} diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index d86a89a513a5f..f13d9fc41f507 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnucash PORTVERSION= 4.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile index 3b931e8cadcac..53ae466564334 100644 --- a/finance/grisbi/Makefile +++ b/finance/grisbi/Makefile @@ -1,6 +1,6 @@ PORTNAME= grisbi PORTVERSION= 2.0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION:R}.x/${PORTVERSION} diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile index 7cffa2aa001ed..37d776a862ba6 100644 --- a/finance/homebank/Makefile +++ b/finance/homebank/Makefile @@ -1,5 +1,6 @@ PORTNAME= homebank PORTVERSION= 5.6.2 +PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/sources/ diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index b3b9dc3971c12..a56dff3bcf214 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -1,5 +1,6 @@ PORTNAME= filezilla PORTVERSION= 3.55.1 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= https://download.filezilla-project.org/client/ DISTNAME= FileZilla_${PORTVERSION}_src diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index 32b6eb4fc18d4..41e45a1a15435 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -1,5 +1,6 @@ PORTNAME= gftp PORTVERSION= 2.7.0b +PORTREVISION= 1 CATEGORIES= ftp MAINTAINER= oliver@FreeBSD.org diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile index 8717ef8d2a2f5..cb1060a9e8529 100644 --- a/ftp/pavuk/Makefile +++ b/ftp/pavuk/Makefile @@ -1,6 +1,6 @@ PORTNAME= pavuk PORTVERSION= 0.9.35 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= ftp www MASTER_SITES= SF diff --git a/games/abstreet/Makefile b/games/abstreet/Makefile index e485b31b4b21c..e5aecf53eaf53 100644 --- a/games/abstreet/Makefile +++ b/games/abstreet/Makefile @@ -1,7 +1,7 @@ PORTNAME= abstreet DISTVERSIONPREFIX= v DISTVERSION= 0.2.64 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= games MASTER_SITES= LOCAL/yuri:data DISTFILES= ${PORTNAME}-data-${DISTVERSION}.tgz:data # updated by the update-data target diff --git a/games/aisleriot/Makefile b/games/aisleriot/Makefile index e4cb8b6921ca9..39d7647d07931 100644 --- a/games/aisleriot/Makefile +++ b/games/aisleriot/Makefile @@ -1,5 +1,6 @@ PORTNAME= aisleriot DISTVERSION= 3.22.25 +PORTREVISION= 1 CATEGORIES= games gnome DIST_SUBDIR= gnome diff --git a/games/atomix/Makefile b/games/atomix/Makefile index 4b896426bd20e..308d7fa88a660 100644 --- a/games/atomix/Makefile +++ b/games/atomix/Makefile @@ -1,5 +1,6 @@ PORTNAME= atomix PORTVERSION= 3.34.0 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/games/belooted/Makefile b/games/belooted/Makefile index 63c6eb323c341..5b80079218e70 100644 --- a/games/belooted/Makefile +++ b/games/belooted/Makefile @@ -1,6 +1,6 @@ PORTNAME= belooted PORTVERSION= 0.1.4.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= http://boby.joe.free.fr/dev/belooted/files/ \ LOCAL/martymac diff --git a/games/bomns/Makefile b/games/bomns/Makefile index ede82bcfca443..3f3aa0fcb6594 100644 --- a/games/bomns/Makefile +++ b/games/bomns/Makefile @@ -1,6 +1,6 @@ PORTNAME= bomns PORTVERSION= 0.99.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= ports@FreeBSD.org diff --git a/games/cdogs-sdl/Makefile b/games/cdogs-sdl/Makefile index ea4a5e0433f17..df68e605ecdb8 100644 --- a/games/cdogs-sdl/Makefile +++ b/games/cdogs-sdl/Makefile @@ -1,5 +1,6 @@ PORTNAME= cdogs-sdl PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= swills@FreeBSD.org diff --git a/games/crack-attack/Makefile b/games/crack-attack/Makefile index fd3fa194b1905..775ec5686b071 100644 --- a/games/crack-attack/Makefile +++ b/games/crack-attack/Makefile @@ -1,6 +1,6 @@ PORTNAME= crack-attack PORTVERSION= 1.1.14 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= games MASTER_SITES= SAVANNAH diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index 7616fb8e838da..2b945b37156fa 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -1,5 +1,6 @@ PORTNAME= crossfire-client PORTVERSION= 1.75.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/crossfire/${PORTNAME}/${PORTVERSION} diff --git a/games/csmash/Makefile b/games/csmash/Makefile index 3c3711f7937d0..7b8f33e7e63b4 100644 --- a/games/csmash/Makefile +++ b/games/csmash/Makefile @@ -1,6 +1,6 @@ PORTNAME= csmash PORTVERSION= 0.6.6 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= games MASTER_SITES= SF/cannonsmash/CannonSmash/${PORTVERSION} diff --git a/games/eboard/Makefile b/games/eboard/Makefile index f44ec1eef7ca3..befd1bca26ab2 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -1,6 +1,7 @@ PORTNAME= eboard PORTVERSION= 1.1.3 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/eboard-extras/pack%201%20patchlevel%202/:p1 \ SF/${PORTNAME}/eboard-extras/pack%202/:p2 diff --git a/games/ecwolf/Makefile b/games/ecwolf/Makefile index 0b5febfadc495..6fb875223823c 100644 --- a/games/ecwolf/Makefile +++ b/games/ecwolf/Makefile @@ -1,6 +1,7 @@ PORTNAME= ecwolf PORTVERSION= 1.4.1 DISTVERSIONSUFFIX= -src +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://maniacsvault.net/ecwolf/files/ecwolf/1.x/ diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index eeef9a319b3c3..181b0f5761b86 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -1,6 +1,6 @@ PORTNAME= eduke32 PORTVERSION= 20221026 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://dukeworld.com/eduke32/synthesis/${PORTVERSION}-${GITREVISION}/:eduke32 \ LOCAL/pkubaj/:erp \ diff --git a/games/eksanos/Makefile b/games/eksanos/Makefile index a77a5683a4097..fd325be6d60da 100644 --- a/games/eksanos/Makefile +++ b/games/eksanos/Makefile @@ -1,6 +1,6 @@ PORTNAME= eksanos PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= nc@FreeBSD.org diff --git a/games/euchre/Makefile b/games/euchre/Makefile index 081856f68a2e0..56e207b3ea309 100644 --- a/games/euchre/Makefile +++ b/games/euchre/Makefile @@ -1,6 +1,6 @@ PORTNAME= euchre PORTVERSION= 0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ SF/nemysisfreebsdp/${CATEGORIES}/:icons diff --git a/games/exult-devel/Makefile b/games/exult-devel/Makefile index 92d65f0f797e8..62857f3c636e8 100644 --- a/games/exult-devel/Makefile +++ b/games/exult-devel/Makefile @@ -1,6 +1,6 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.9.0.20230203 -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -devel CONFLICTS_INSTALL= exult diff --git a/games/exult/Makefile b/games/exult/Makefile index 41d28cd5d705a..4a540f98c694a 100644 --- a/games/exult/Makefile +++ b/games/exult/Makefile @@ -1,6 +1,6 @@ PORTNAME= exult DISTVERSION?= 1.8 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH= 1 CATEGORIES= games diff --git a/games/five-or-more/Makefile b/games/five-or-more/Makefile index e6f9041c9c48a..cbaf379768714 100644 --- a/games/five-or-more/Makefile +++ b/games/five-or-more/Makefile @@ -1,5 +1,6 @@ PORTNAME= five-or-more PORTVERSION= 3.32.3 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/games/four-in-a-row/Makefile b/games/four-in-a-row/Makefile index c8133a2878ebd..9fed587f75b47 100644 --- a/games/four-in-a-row/Makefile +++ b/games/four-in-a-row/Makefile @@ -1,6 +1,6 @@ PORTNAME= four-in-a-row PORTVERSION= 3.38.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/games/freedoko/Makefile b/games/freedoko/Makefile index a30f31d9c01f1..b34b5b39c9151 100644 --- a/games/freedoko/Makefile +++ b/games/freedoko/Makefile @@ -1,6 +1,6 @@ PORTNAME= freedoko PORTVERSION= 0.7.19 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/free-doko/source DISTNAME= FreeDoko_${PORTVERSION}.src diff --git a/games/freetennis/Makefile b/games/freetennis/Makefile index c8a69671cdc1b..7ffb31cc0c8a7 100644 --- a/games/freetennis/Makefile +++ b/games/freetennis/Makefile @@ -1,6 +1,6 @@ PORTNAME= freetennis PORTVERSION= 0.4.8 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= games MASTER_SITES= SF diff --git a/games/glightoff/Makefile b/games/glightoff/Makefile index 3c66da9672011..84693b27ebecd 100644 --- a/games/glightoff/Makefile +++ b/games/glightoff/Makefile @@ -1,6 +1,6 @@ PORTNAME= glightoff PORTVERSION= 1.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF diff --git a/games/gnome-2048/Makefile b/games/gnome-2048/Makefile index d557e7f423f71..2893b19c1c9c0 100644 --- a/games/gnome-2048/Makefile +++ b/games/gnome-2048/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-2048 PORTVERSION= 3.38.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/games/gnome-chess/Makefile b/games/gnome-chess/Makefile index 59355d025c564..2600558cf4760 100644 --- a/games/gnome-chess/Makefile +++ b/games/gnome-chess/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-chess PORTVERSION= 43.0 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/games/gnome-klotski/Makefile b/games/gnome-klotski/Makefile index 1aaa78d7e08f2..9d2bec0cdc807 100644 --- a/games/gnome-klotski/Makefile +++ b/games/gnome-klotski/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-klotski PORTVERSION= 3.38.2 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/games/gnome-mahjongg/Makefile b/games/gnome-mahjongg/Makefile index 4388b0c6c8c8b..9dcdd50b2ead4 100644 --- a/games/gnome-mahjongg/Makefile +++ b/games/gnome-mahjongg/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-mahjongg DISTVERSION= 3.38.3 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/games/gnome-mines/Makefile b/games/gnome-mines/Makefile index f781243468380..2d6f54b1fe585 100644 --- a/games/gnome-mines/Makefile +++ b/games/gnome-mines/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-mines PORTVERSION= 40.1 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/games/gnome-nibbles/Makefile b/games/gnome-nibbles/Makefile index f585d8bd0d994..ae17c1177521c 100644 --- a/games/gnome-nibbles/Makefile +++ b/games/gnome-nibbles/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-nibbles PORTVERSION= 3.38.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/games/gnome-robots/Makefile b/games/gnome-robots/Makefile index a26f90929a806..16644fa381c75 100644 --- a/games/gnome-robots/Makefile +++ b/games/gnome-robots/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-robots PORTVERSION= 40.0 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/games/gnome-sudoku/Makefile b/games/gnome-sudoku/Makefile index 6e73a39c31efc..c166d306e8c95 100644 --- a/games/gnome-sudoku/Makefile +++ b/games/gnome-sudoku/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-sudoku PORTVERSION= 42.0 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/games/gnome-taquin/Makefile b/games/gnome-taquin/Makefile index 8145020b7b3eb..04f6730ca64a8 100644 --- a/games/gnome-taquin/Makefile +++ b/games/gnome-taquin/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-taquin PORTVERSION= 3.38.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/games/gnome-tetravex/Makefile b/games/gnome-tetravex/Makefile index 2055782a4b597..1a49a9e27cc2c 100644 --- a/games/gnome-tetravex/Makefile +++ b/games/gnome-tetravex/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-tetravex PORTVERSION= 3.38.2 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index 46c1d0541f799..19bc4375f7544 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnubg PORTVERSION= 1.07.001 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= GNU DISTFILES= gnubg-release-${PORTVERSION}-sources.tar.gz diff --git a/games/gnubik/Makefile b/games/gnubik/Makefile index b11e0d4bd479b..b66d7e7bea1eb 100644 --- a/games/gnubik/Makefile +++ b/games/gnubik/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnubik PORTVERSION= 2.4.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= GNU diff --git a/games/gnurobots/Makefile b/games/gnurobots/Makefile index 50feefa625e13..adcb3bfaaaf8a 100644 --- a/games/gnurobots/Makefile +++ b/games/gnurobots/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnurobots PORTVERSION= 1.2.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= games MASTER_SITES= GNU diff --git a/games/gtkatlantic/Makefile b/games/gtkatlantic/Makefile index 4bac81c093075..68592478a93a7 100644 --- a/games/gtkatlantic/Makefile +++ b/games/gtkatlantic/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkatlantic DISTVERSION= 0.6.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://download.tuxfamily.org/gtkatlantic/downloads/v${PORTVERSION:R}/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons diff --git a/games/gtkballs/Makefile b/games/gtkballs/Makefile index a0376a3944dd8..041ae8294d3e3 100644 --- a/games/gtkballs/Makefile +++ b/games/gtkballs/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkballs PORTVERSION= 3.1.5 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= games MASTER_SITES= http://gtkballs.antex.ru/dist/ diff --git a/games/gtkevemon/Makefile b/games/gtkevemon/Makefile index 15906e13777be..888b7d69126bb 100644 --- a/games/gtkevemon/Makefile +++ b/games/gtkevemon/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkevemon PORTVERSION= 1.10.2016.02.17 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MAINTAINER= ports@FreeBSD.org diff --git a/games/gtkradiant/Makefile b/games/gtkradiant/Makefile index b24c9c560234f..9074267009169 100644 --- a/games/gtkradiant/Makefile +++ b/games/gtkradiant/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkradiant PORTVERSION= 1.5.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= games cad MASTER_SITES= IDSOFTWARE/source/:id \ http://www.bsd-geek.de/FreeBSD/distfiles/:fb diff --git a/games/gzdoom/Makefile b/games/gzdoom/Makefile index 356dc55b7db66..36aa87b70f811 100644 --- a/games/gzdoom/Makefile +++ b/games/gzdoom/Makefile @@ -1,6 +1,6 @@ PORTNAME= gzdoom PORTVERSION= 4.7.1 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= g CATEGORIES= games diff --git a/games/hitori/Makefile b/games/hitori/Makefile index 77259d19d017a..0b996990d06cf 100644 --- a/games/hitori/Makefile +++ b/games/hitori/Makefile @@ -1,5 +1,6 @@ PORTNAME= hitori PORTVERSION= 3.38.4 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/games/iagno/Makefile b/games/iagno/Makefile index 6d3d1d431b956..7aefeb203a1e5 100644 --- a/games/iagno/Makefile +++ b/games/iagno/Makefile @@ -1,6 +1,6 @@ PORTNAME= iagno PORTVERSION= 3.38.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/games/instead/Makefile b/games/instead/Makefile index d965e0782d1d1..1251b50adb619 100644 --- a/games/instead/Makefile +++ b/games/instead/Makefile @@ -1,5 +1,6 @@ PORTNAME= instead PORTVERSION= 3.5.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/games/jfsw/Makefile b/games/jfsw/Makefile index 15ff140b1c116..b92f14589a73a 100644 --- a/games/jfsw/Makefile +++ b/games/jfsw/Makefile @@ -1,5 +1,6 @@ PORTNAME= jfsw PORTVERSION= 20211225 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= martymac@FreeBSD.org diff --git a/games/kanatest/Makefile b/games/kanatest/Makefile index d3750e51236c2..76914f3b28a90 100644 --- a/games/kanatest/Makefile +++ b/games/kanatest/Makefile @@ -1,5 +1,6 @@ PORTNAME= kanatest PORTVERSION= 0.4.10.g20200611 +PORTREVISION= 1 CATEGORIES= games japanese MAINTAINER= Clockwork6400@protonmail.com diff --git a/games/klavaro/Makefile b/games/klavaro/Makefile index 412488b988e09..29ad8bbc645c2 100644 --- a/games/klavaro/Makefile +++ b/games/klavaro/Makefile @@ -1,5 +1,6 @@ PORTNAME= klavaro PORTVERSION= 3.11 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/ diff --git a/games/libgnome-games-support/Makefile b/games/libgnome-games-support/Makefile index a000d91480088..588473d7352dc 100644 --- a/games/libgnome-games-support/Makefile +++ b/games/libgnome-games-support/Makefile @@ -1,5 +1,6 @@ PORTNAME= libgnome-games-support DISTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/games/lightsoff/Makefile b/games/lightsoff/Makefile index 1a6f7385ac57f..bb5543da4ae82 100644 --- a/games/lightsoff/Makefile +++ b/games/lightsoff/Makefile @@ -1,5 +1,6 @@ PORTNAME= lightsoff PORTVERSION= 40.0.1 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/games/lordsawar/Makefile b/games/lordsawar/Makefile index 9c379d05b5f28..c6ca707b854a6 100644 --- a/games/lordsawar/Makefile +++ b/games/lordsawar/Makefile @@ -1,6 +1,6 @@ PORTNAME= lordsawar PORTVERSION= 0.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SAVANNAH diff --git a/games/macopix/Makefile b/games/macopix/Makefile index d2399dfd7944e..3d323b3f93514 100644 --- a/games/macopix/Makefile +++ b/games/macopix/Makefile @@ -1,6 +1,6 @@ PORTNAME= macopix PORTVERSION= 1.7.4 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= http://rosegray.sakura.ne.jp/macopix/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${LICENSE_DISTFILES_DATA} diff --git a/games/mahjong/Makefile b/games/mahjong/Makefile index 002f82d44427f..8ff68e3731a93 100644 --- a/games/mahjong/Makefile +++ b/games/mahjong/Makefile @@ -1,5 +1,6 @@ PORTNAME= mahjong PORTVERSION= 1.16 +PORTREVISION= 1 CATEGORIES= games net MASTER_SITES= http://mahjong.julianbradfield.org/Source/%SUBDIR%/ DISTNAME= mj-${PORTVERSION}-src diff --git a/games/mt_gtk_client/Makefile b/games/mt_gtk_client/Makefile index b177660bd7913..ea0ccff9ed311 100644 --- a/games/mt_gtk_client/Makefile +++ b/games/mt_gtk_client/Makefile @@ -1,6 +1,6 @@ PORTNAME= mt_gtk_client PORTVERSION= 0.1.98 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= games MASTER_SITES= SAVANNAH/maitretarot diff --git a/games/netradiant/Makefile b/games/netradiant/Makefile index d85c8ca2962a7..291cd132e49f7 100644 --- a/games/netradiant/Makefile +++ b/games/netradiant/Makefile @@ -1,6 +1,6 @@ PORTNAME= netradiant PORTVERSION= 20150621 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games cad MASTER_SITES= http://ingar.intranifty.net/gtkradiant/files/ LOCAL/danfe \ http://ingar.intranifty.net/gtkradiant/files/gamepacks/:gp diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index b57fd761aca1c..457aa81f7a3b5 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -1,6 +1,6 @@ PORTNAME= pioneers PORTVERSION= 15.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games gnome MASTER_SITES= SF/pio/Source diff --git a/games/py-pychess/Makefile b/games/py-pychess/Makefile index ef386b5c2eeb0..6fe6ae6f73045 100644 --- a/games/py-pychess/Makefile +++ b/games/py-pychess/Makefile @@ -1,6 +1,6 @@ PORTNAME= pychess PORTVERSION= 1.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games python MASTER_SITES= https://github.com/pychess/pychess/releases/download/${PORTVERSION}/ diff --git a/games/quadrapassel/Makefile b/games/quadrapassel/Makefile index 17abd53668b7f..6a16e3151b907 100644 --- a/games/quadrapassel/Makefile +++ b/games/quadrapassel/Makefile @@ -1,5 +1,6 @@ PORTNAME= quadrapassel PORTVERSION= 40.2 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/games/rlvm/Makefile b/games/rlvm/Makefile index 41a3415382bba..a700eda1aaae6 100644 --- a/games/rlvm/Makefile +++ b/games/rlvm/Makefile @@ -2,7 +2,7 @@ PORTNAME= rlvm DISTVERSIONPREFIX= release- DISTVERSION= 0.14-77 DISTVERSIONSUFFIX= -gfabf134a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= jbeich@FreeBSD.org diff --git a/games/senken/Makefile b/games/senken/Makefile index 4a85c5be81174..dd788a5f03a94 100644 --- a/games/senken/Makefile +++ b/games/senken/Makefile @@ -1,6 +1,6 @@ PORTNAME= senken PORTVERSION= 0.3.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= games MASTER_SITES= GENTOO diff --git a/games/sgt-puzzles/Makefile b/games/sgt-puzzles/Makefile index 44577cb81a76a..58e2cf08ebf1e 100644 --- a/games/sgt-puzzles/Makefile +++ b/games/sgt-puzzles/Makefile @@ -1,5 +1,6 @@ PORTNAME= puzzles PORTVERSION= 20230215 +PORTREVISION= 1 CATEGORIES= games # upstream does not preserve older versions, mirroring is mandatory MASTER_SITES= https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ \ diff --git a/games/spacezero/Makefile b/games/spacezero/Makefile index c3755e12d2c69..e86c38b03eddc 100644 --- a/games/spacezero/Makefile +++ b/games/spacezero/Makefile @@ -1,5 +1,6 @@ PORTNAME= spacezero PORTVERSION= 0.86.01 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20${PORTVERSION:R}/ diff --git a/games/swell-foop/Makefile b/games/swell-foop/Makefile index 7e731c359ad48..08497972e4081 100644 --- a/games/swell-foop/Makefile +++ b/games/swell-foop/Makefile @@ -1,5 +1,6 @@ PORTNAME= swell-foop PORTVERSION= 41.1 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/games/tali/Makefile b/games/tali/Makefile index 17e6b04b61d88..696a88c691252 100644 --- a/games/tali/Makefile +++ b/games/tali/Makefile @@ -1,5 +1,6 @@ PORTNAME= tali PORTVERSION= 40.8 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/games/umark/Makefile b/games/umark/Makefile index e6f0d93b24414..7a975398e8946 100644 --- a/games/umark/Makefile +++ b/games/umark/Makefile @@ -1,6 +1,6 @@ PORTNAME= umark DISTVERSION= 2.0.0-Beta3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games benchmarks MASTER_SITES= SF/ut2k3botbench/UMark%20for%20Linux/2.0.0%20Beta%203 DISTNAME= UMark-for-Linux-v${DISTVERSION:S/.//g} diff --git a/games/wordwarvi/Makefile b/games/wordwarvi/Makefile index 710f766443c7c..04b67900835dc 100644 --- a/games/wordwarvi/Makefile +++ b/games/wordwarvi/Makefile @@ -1,6 +1,7 @@ PORTNAME= wordwarvi PORTVERSION= 1.0.4 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/xcowsay/Makefile b/games/xcowsay/Makefile index 8a0a9cd067c6a..1c1da2970c9cb 100644 --- a/games/xcowsay/Makefile +++ b/games/xcowsay/Makefile @@ -1,5 +1,6 @@ PORTNAME= xcowsay PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.nickg.me.uk/files/ \ LOCAL/ehaupt diff --git a/games/xemeraldia/Makefile b/games/xemeraldia/Makefile index 278fa68d38a7a..5394159319412 100644 --- a/games/xemeraldia/Makefile +++ b/games/xemeraldia/Makefile @@ -1,6 +1,6 @@ PORTNAME= xemeraldia PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.reloco.com.ar/xemeraldia/ \ SUNSITE/games/tetris \ diff --git a/games/xlennart/Makefile b/games/xlennart/Makefile index dc7de19cf3840..8d38d958b57bc 100644 --- a/games/xlennart/Makefile +++ b/games/xlennart/Makefile @@ -1,5 +1,6 @@ PORTNAME= xlennart PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= ports@FreeBSD.org diff --git a/games/xqf/Makefile b/games/xqf/Makefile index 5bd0e0c7403fe..ad770ddc76752 100644 --- a/games/xqf/Makefile +++ b/games/xqf/Makefile @@ -1,6 +1,6 @@ PORTNAME= xqf PORTVERSION= 1.0.6.2 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= games diff --git a/games/zdoom/Makefile b/games/zdoom/Makefile index 89d5959a91dce..252068ec9474c 100644 --- a/games/zdoom/Makefile +++ b/games/zdoom/Makefile @@ -1,6 +1,6 @@ PORTNAME= zdoom PORTVERSION= 2.8.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MAINTAINER= kevans@FreeBSD.org diff --git a/graphics/akira/Makefile b/graphics/akira/Makefile index cf181c24ec394..c611fdb213a6f 100644 --- a/graphics/akira/Makefile +++ b/graphics/akira/Makefile @@ -1,7 +1,7 @@ PORTNAME= ${GH_PROJECT:tl} PORTVERSION= 0.0.16 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org diff --git a/graphics/art/Makefile b/graphics/art/Makefile index 02802797b0c4f..afd85d3833a0b 100644 --- a/graphics/art/Makefile +++ b/graphics/art/Makefile @@ -1,5 +1,6 @@ PORTNAME= art DISTVERSION= 1.15 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/agriggio/art/downloads/ PKGNAMESUFFIX= -raw-image-editor diff --git a/graphics/atril-lite/Makefile b/graphics/atril-lite/Makefile index ad9afd45d0f57..ea9f367e0d9e9 100644 --- a/graphics/atril-lite/Makefile +++ b/graphics/atril-lite/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -lite OPTIONS_EXCLUDE= CAJA DBUS diff --git a/graphics/atril/Makefile b/graphics/atril/Makefile index f12b97ba43855..89744a2826163 100644 --- a/graphics/atril/Makefile +++ b/graphics/atril/Makefile @@ -3,7 +3,7 @@ PORTNAME= atril PORTVERSION= 1.26.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics print mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/graphics/birdfont/Makefile b/graphics/birdfont/Makefile index f6a441daf1f38..7038b0c83ce85 100644 --- a/graphics/birdfont/Makefile +++ b/graphics/birdfont/Makefile @@ -1,6 +1,6 @@ PORTNAME= birdfont DISTVERSION= 2.32.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics x11-fonts MASTER_SITES= https://birdfont.org/releases/ diff --git a/graphics/clutter-gtk3/Makefile b/graphics/clutter-gtk3/Makefile index 93a993ab939c2..4d5715387eff6 100644 --- a/graphics/clutter-gtk3/Makefile +++ b/graphics/clutter-gtk3/Makefile @@ -1,6 +1,6 @@ PORTNAME= clutter-gtk PORTVERSION= 1.8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GNOME PKGNAMESUFFIX= 3 diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index 72782175c2167..179a10b9f6e3b 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -1,5 +1,6 @@ PORTNAME= clutter DISTVERSION= 1.26.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME diff --git a/graphics/cluttermm/Makefile b/graphics/cluttermm/Makefile index a20a7c428fa72..c5edab6752d50 100644 --- a/graphics/cluttermm/Makefile +++ b/graphics/cluttermm/Makefile @@ -1,6 +1,6 @@ PORTNAME= cluttermm PORTVERSION= 1.17.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/graphics/colord-gtk/Makefile b/graphics/colord-gtk/Makefile index 9490c26cacc83..41aeefc9b1f42 100644 --- a/graphics/colord-gtk/Makefile +++ b/graphics/colord-gtk/Makefile @@ -1,5 +1,6 @@ PORTNAME= colord-gtk PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://www.freedesktop.org/software/colord/releases/ diff --git a/graphics/curtail/Makefile b/graphics/curtail/Makefile index ef480be38b225..ca86e10c709a2 100644 --- a/graphics/curtail/Makefile +++ b/graphics/curtail/Makefile @@ -1,5 +1,6 @@ PORTNAME= curtail DISTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= graphics print MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 84065ff06e79c..4cc715c249290 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -1,6 +1,6 @@ PORTNAME= darktable PORTVERSION= 4.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 3a714b6ccaf78..fa1d27b5eceee 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -1,6 +1,6 @@ PORTNAME= dia PORTVERSION= 0.97.3 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME diff --git a/graphics/drawing/Makefile b/graphics/drawing/Makefile index 2c71b71f80984..7554831d6f40c 100644 --- a/graphics/drawing/Makefile +++ b/graphics/drawing/Makefile @@ -1,5 +1,6 @@ PORTNAME= drawing DISTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= eduardo@FreeBSD.org diff --git a/graphics/elementary-photos/Makefile b/graphics/elementary-photos/Makefile index 2c1de4d148cf9..be97c6c83c842 100644 --- a/graphics/elementary-photos/Makefile +++ b/graphics/elementary-photos/Makefile @@ -1,5 +1,6 @@ PORTNAME= elementary-photos DISTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= miguel@gocobachi.dev diff --git a/graphics/entangle/Makefile b/graphics/entangle/Makefile index 4c0ec0c43e2e0..eabba6562b8b8 100644 --- a/graphics/entangle/Makefile +++ b/graphics/entangle/Makefile @@ -1,5 +1,6 @@ PORTNAME= entangle PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://www.entangle-photo.org/download/sources/ diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile index 5ab722de15014..817faa3c654ab 100644 --- a/graphics/eog-plugins/Makefile +++ b/graphics/eog-plugins/Makefile @@ -1,6 +1,6 @@ PORTNAME= eog-plugins DISTVERSION= 3.26.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index 4a4449565fd05..34be36dd72006 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -1,5 +1,6 @@ PORTNAME= eog DISTVERSION= 43.1 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome3 diff --git a/graphics/eom/Makefile b/graphics/eom/Makefile index bbbff21111a25..4ad5c7921e8ec 100644 --- a/graphics/eom/Makefile +++ b/graphics/eom/Makefile @@ -1,6 +1,6 @@ PORTNAME= eom PORTVERSION= 1.26.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile index ef4211f88cf20..4650e6afc69cc 100644 --- a/graphics/epdfview/Makefile +++ b/graphics/epdfview/Makefile @@ -1,6 +1,6 @@ PORTNAME= epdfview PORTVERSION= 0.1.8 -PORTREVISION= 60 +PORTREVISION= 61 CATEGORIES= graphics print gnome MASTER_SITES= FRUGALWARE/xapps-extra/${PORTNAME} \ ftp://ftp.slackware.com/.1/blfs/conglomeration/${PORTNAME}/ \ diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 587e03c088cf0..1b3661a82480a 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -1,6 +1,6 @@ PORTNAME= evince DISTVERSION= 43.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics print gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/graphics/fotoxx/Makefile b/graphics/fotoxx/Makefile index 0211030edb33c..e00480f51c2e3 100644 --- a/graphics/fotoxx/Makefile +++ b/graphics/fotoxx/Makefile @@ -1,5 +1,6 @@ PORTNAME= fotoxx PORTVERSION= 23.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://kornelix.net/downloads/downloads/ diff --git a/graphics/frogr/Makefile b/graphics/frogr/Makefile index 051a80a7e75ec..cc36e2bec95bf 100644 --- a/graphics/frogr/Makefile +++ b/graphics/frogr/Makefile @@ -1,6 +1,6 @@ PORTNAME= frogr PORTVERSION= 1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= GNOME diff --git a/graphics/fyre/Makefile b/graphics/fyre/Makefile index 3ceaad7904a52..970ef30763fd5 100644 --- a/graphics/fyre/Makefile +++ b/graphics/fyre/Makefile @@ -1,6 +1,6 @@ PORTNAME= fyre PORTVERSION= 1.0.1 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= graphics MASTER_SITES= http://releases.navi.cx/fyre/ diff --git a/graphics/gcolor2/Makefile b/graphics/gcolor2/Makefile index d0b6856f487e8..5bd8eafa5c70c 100644 --- a/graphics/gcolor2/Makefile +++ b/graphics/gcolor2/Makefile @@ -1,6 +1,6 @@ PORTNAME= gcolor2 PORTVERSION= 0.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics gnome MASTER_SITES= SF diff --git a/graphics/gcolor3/Makefile b/graphics/gcolor3/Makefile index cc034711c7ba5..13ad2f787d09e 100644 --- a/graphics/gcolor3/Makefile +++ b/graphics/gcolor3/Makefile @@ -1,7 +1,7 @@ PORTNAME= gcolor3 DISTVERSIONPREFIX= v DISTVERSION= 2.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index 273d8bc12ca77..6db27ae93c883 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -1,7 +1,7 @@ PORTNAME= geeqie DISTVERSIONPREFIX= v DISTVERSION= 2.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org diff --git a/graphics/geomorph/Makefile b/graphics/geomorph/Makefile index 87706d6965497..979dd180d5b7f 100644 --- a/graphics/geomorph/Makefile +++ b/graphics/geomorph/Makefile @@ -1,5 +1,6 @@ PORTNAME= geomorph PORTVERSION= 0.63 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index 7cfee57a25c56..fc86dc6646786 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -1,6 +1,6 @@ PORTNAME= gimageview PORTVERSION= 0.2.27 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= graphics MASTER_SITES= SF/gtkmmviewer/${PORTNAME}/${PORTVERSION} diff --git a/graphics/gimmage/Makefile b/graphics/gimmage/Makefile index 9f8873b39048a..d3cc4aa8633ab 100644 --- a/graphics/gimmage/Makefile +++ b/graphics/gimmage/Makefile @@ -1,6 +1,6 @@ PORTNAME= gimmage PORTVERSION= 0.2.3 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= graphics MASTER_SITES= BERLIOS diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index b41f6ed5e7fef..9396e4e9123fa 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -1,5 +1,6 @@ PORTNAME?= gimp PORTVERSION= 2.10.34 +PORTREVISION= 1 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} diff --git a/graphics/gimp-beautify-plugin/Makefile b/graphics/gimp-beautify-plugin/Makefile index c61b9a7776502..cb38a2923ea96 100644 --- a/graphics/gimp-beautify-plugin/Makefile +++ b/graphics/gimp-beautify-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= beautify PORTVERSION= 2012.08.12.00 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics PKGNAMEPREFIX= gimp- PKGNAMESUFFIX= -plugin diff --git a/graphics/gimp-gmic-plugin/Makefile b/graphics/gimp-gmic-plugin/Makefile index b56751db36382..9a18fdf9faed7 100644 --- a/graphics/gimp-gmic-plugin/Makefile +++ b/graphics/gimp-gmic-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= gmic PORTVERSION= 1.6.9 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= graphics MASTER_SITES= http://gmic.eu/files/source/ PKGNAMEPREFIX= gimp- diff --git a/graphics/gimp-jxl-plugin/Makefile b/graphics/gimp-jxl-plugin/Makefile index e4ab7fdd3e426..f879ebf6df68f 100644 --- a/graphics/gimp-jxl-plugin/Makefile +++ b/graphics/gimp-jxl-plugin/Makefile @@ -1,6 +1,7 @@ PORTNAME= gimp-jxl-plugin DISTVERSIONPREFIX= v DISTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/gimp-lqr-plugin/Makefile b/graphics/gimp-lqr-plugin/Makefile index dc2db7e1e70ee..773813c547eaa 100644 --- a/graphics/gimp-lqr-plugin/Makefile +++ b/graphics/gimp-lqr-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= gimp-lqr-plugin PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://liquidrescale.wdfiles.com/local--files/en:download-page-sources/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/graphics/gimp-refocus-plugin/Makefile b/graphics/gimp-refocus-plugin/Makefile index 0fc3a20c30252..4deb5f4c2c9e9 100644 --- a/graphics/gimp-refocus-plugin/Makefile +++ b/graphics/gimp-refocus-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= refocus PORTVERSION= 0.9.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= SF PKGNAMEPREFIX= gimp- diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index 9f2beaa310c76..67cb9182ed4e9 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -1,6 +1,6 @@ PORTNAME= gliv PORTVERSION= 1.9.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://guichaz.free.fr/gliv/files/ diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 7912e8caf4657..bf6f418c0d3c9 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnash PORTVERSION= 0.8.10 -PORTREVISION= 53 +PORTREVISION= 54 CATEGORIES= graphics MASTER_SITES= http://git.savannah.gnu.org/cgit/gnash.git/snapshot/ DISTNAME= gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880 diff --git a/graphics/gnome-color-manager/Makefile b/graphics/gnome-color-manager/Makefile index c5477e3d1ffa7..208ff330731c6 100644 --- a/graphics/gnome-color-manager/Makefile +++ b/graphics/gnome-color-manager/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-color-manager PORTVERSION= 3.36.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/graphics/goocanvas2/Makefile b/graphics/goocanvas2/Makefile index 3835484e380dc..4b4572113727a 100644 --- a/graphics/goocanvas2/Makefile +++ b/graphics/goocanvas2/Makefile @@ -1,5 +1,6 @@ PORTNAME= goocanvas PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME PKGNAMESUFFIX= 2 diff --git a/graphics/goocanvas3/Makefile b/graphics/goocanvas3/Makefile index e935fdc4d61e9..d64a2e5d08827 100644 --- a/graphics/goocanvas3/Makefile +++ b/graphics/goocanvas3/Makefile @@ -1,5 +1,6 @@ PORTNAME= goocanvas PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME PKGNAMESUFFIX= 3 diff --git a/graphics/goocanvasmm2/Makefile b/graphics/goocanvasmm2/Makefile index f7f9b46c65cc2..5cdec45dbdfda 100644 --- a/graphics/goocanvasmm2/Makefile +++ b/graphics/goocanvasmm2/Makefile @@ -1,6 +1,6 @@ PORTNAME= goocanvasmm PORTVERSION= 1.90.9 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= GNOME PKGNAMESUFFIX= 2 diff --git a/graphics/goxel/Makefile b/graphics/goxel/Makefile index bec256c8df035..7468a9da7edde 100644 --- a/graphics/goxel/Makefile +++ b/graphics/goxel/Makefile @@ -1,6 +1,7 @@ PORTNAME= goxel PORTVERSION= 0.11.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile index 6807e88a80311..8b2f7e4a52d09 100644 --- a/graphics/gpaint/Makefile +++ b/graphics/gpaint/Makefile @@ -1,7 +1,7 @@ PORTNAME= gpaint PORTVERSION= 0.3.3 DISTVERSIONPREFIX= 2- -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics gnome MASTER_SITES= GNU_ALPHA diff --git a/graphics/gpicview/Makefile b/graphics/gpicview/Makefile index cd3b652175ee4..b9b44c412b414 100644 --- a/graphics/gpicview/Makefile +++ b/graphics/gpicview/Makefile @@ -1,5 +1,6 @@ PORTNAME= gpicview PORTVERSION= 0.2.5 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/lxde/GPicView%20%28image%20Viewer%29/${PORTVERSION:R}.x/ diff --git a/graphics/gscan2pdf/Makefile b/graphics/gscan2pdf/Makefile index b5b35986689ab..0f2e7a48fecb4 100644 --- a/graphics/gscan2pdf/Makefile +++ b/graphics/gscan2pdf/Makefile @@ -1,5 +1,6 @@ PORTNAME= gscan2pdf PORTVERSION= 2.13.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 6f86fa6a53373..d5d0fa6c50081 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -1,6 +1,6 @@ PORTNAME= gthumb PORTVERSION= 3.12.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile index af6c501abe424..08329e8f5675e 100644 --- a/graphics/gtkam/Makefile +++ b/graphics/gtkam/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkam PORTVERSION= 1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION} diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 706b4a105aabc..1fc9356963538 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,6 +1,6 @@ PORTNAME= inkscape DISTVERSION= 1.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics gnome MASTER_SITES= https://media.inkscape.org/dl/resources/file/ diff --git a/graphics/kludge3d/Makefile b/graphics/kludge3d/Makefile index 3780dc099cca6..4326e2fa63a0d 100644 --- a/graphics/kludge3d/Makefile +++ b/graphics/kludge3d/Makefile @@ -1,6 +1,6 @@ PORTNAME= kludge3d PORTVERSION= 20040822 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/source/2004-08-22 diff --git a/graphics/lazpaint/Makefile b/graphics/lazpaint/Makefile index a3cf58998c954..d919e3c23268f 100644 --- a/graphics/lazpaint/Makefile +++ b/graphics/lazpaint/Makefile @@ -1,6 +1,6 @@ PORTNAME= lazpaint PORTVERSION= 7.1.6 -PORTREVISION= 6 +PORTREVISION= 7 DISTVERSIONPREFIX= v CATEGORIES= graphics PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile index 10dbe6066bf4a..67c9d76fb01ce 100644 --- a/graphics/libchamplain/Makefile +++ b/graphics/libchamplain/Makefile @@ -1,6 +1,6 @@ PORTNAME= libchamplain PORTVERSION= 0.12.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GNOME diff --git a/graphics/libexif-gtk/Makefile b/graphics/libexif-gtk/Makefile index 2ac71e1647b6c..3d2656fdd48f1 100644 --- a/graphics/libexif-gtk/Makefile +++ b/graphics/libexif-gtk/Makefile @@ -1,5 +1,6 @@ PORTNAME= libexif-gtk PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/libexif/${PORTNAME}/releases/download/v${PORTVERSION}/ diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile index 97671ab199a47..7aa02934fe502 100644 --- a/graphics/libgnomecanvas/Makefile +++ b/graphics/libgnomecanvas/Makefile @@ -1,6 +1,6 @@ PORTNAME= libgnomecanvas PORTVERSION= 2.30.3 -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/graphics/libgnomecanvasmm26/Makefile b/graphics/libgnomecanvasmm26/Makefile index b57d8f68b86f9..bc6292b887fcf 100644 --- a/graphics/libgnomecanvasmm26/Makefile +++ b/graphics/libgnomecanvasmm26/Makefile @@ -1,6 +1,6 @@ PORTNAME= libgnomecanvasmm PORTVERSION= 2.26.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/graphics/milton/Makefile b/graphics/milton/Makefile index 4107353ab627e..69ea12d94dde2 100644 --- a/graphics/milton/Makefile +++ b/graphics/milton/Makefile @@ -1,7 +1,7 @@ PORTNAME= milton PORTVERSION= 1.9.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org diff --git a/graphics/minder/Makefile b/graphics/minder/Makefile index 2f7db0c780458..69e890b13c4b3 100644 --- a/graphics/minder/Makefile +++ b/graphics/minder/Makefile @@ -1,6 +1,6 @@ PORTNAME= minder PORTVERSION= 1.14.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics # avoid PKGBASE collision with net-p2p/minder PKGNAMESUFFIX= -app diff --git a/graphics/mtpaint/Makefile b/graphics/mtpaint/Makefile index c24a8e56c4da5..c35a4b0cee3f0 100644 --- a/graphics/mtpaint/Makefile +++ b/graphics/mtpaint/Makefile @@ -1,6 +1,6 @@ PORTNAME= mtpaint DISTVERSION= 3.50.09 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= eduardo@FreeBSD.org diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index f5471894e86df..6dc27b956c20f 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -1,6 +1,7 @@ PORTNAME= mypaint DISTVERSIONPREFIX=v DISTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= graphics PATCH_SITES= https://github.com/garynthompson/${PORTNAME}/commit/ diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index eb004ce6f2afb..0d921de83bccb 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -1,6 +1,6 @@ PORTNAME= nip2 PORTVERSION= 8.7.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= https://github.com/libvips/${PORTNAME}/releases/download/v${PORTVERSION}/ diff --git a/graphics/pdfpc/Makefile b/graphics/pdfpc/Makefile index 552745a2c0ff1..7c5388b464f0d 100644 --- a/graphics/pdfpc/Makefile +++ b/graphics/pdfpc/Makefile @@ -2,6 +2,7 @@ PORTNAME= pdfpc DISTVERSION= 4.6.0 CATEGORIES= graphics DISTVERSIONPREFIX= v +PORTREVISION= 1 MAINTAINER= bapt@FreeBSD.org COMMENT= Keynote-like multi-monitor presentation viewer diff --git a/graphics/pho/Makefile b/graphics/pho/Makefile index 140e9de75a0af..bd8cbe8d7c24a 100644 --- a/graphics/pho/Makefile +++ b/graphics/pho/Makefile @@ -1,5 +1,6 @@ PORTNAME= pho PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://shallowsky.com/software/pho/ diff --git a/graphics/picpuz/Makefile b/graphics/picpuz/Makefile index a34da521172a5..849b1ad10dad7 100644 --- a/graphics/picpuz/Makefile +++ b/graphics/picpuz/Makefile @@ -1,6 +1,6 @@ PORTNAME= picpuz PORTVERSION= 2.1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics games MASTER_SITES= http://kornelix.squarespace.com/storage/downloads/ \ http://www.stasyan.com/devel/distfiles/ diff --git a/graphics/pinta/Makefile b/graphics/pinta/Makefile index 4550dbf84d5c9..f6a6c370ff290 100644 --- a/graphics/pinta/Makefile +++ b/graphics/pinta/Makefile @@ -1,5 +1,6 @@ PORTNAME= pinta PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/PintaProject/Pinta/releases/download/${PORTVERSION}/ diff --git a/graphics/pixelize/Makefile b/graphics/pixelize/Makefile index a9db6c96ace3c..48eca6bcbb9b6 100644 --- a/graphics/pixelize/Makefile +++ b/graphics/pixelize/Makefile @@ -1,6 +1,6 @@ PORTNAME= pixelize PORTVERSION= 1.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= ftp://lashwhip.com/pub/ \ http://www.c-s.li/ports/ \ diff --git a/graphics/pqiv/Makefile b/graphics/pqiv/Makefile index 57b50c5dd1cae..eaf52b3d986c4 100644 --- a/graphics/pqiv/Makefile +++ b/graphics/pqiv/Makefile @@ -1,6 +1,6 @@ PORTNAME= pqiv PORTVERSION= 2.12 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= graphics MAINTAINER= danilo@FreeBSD.org diff --git a/graphics/py-mcomix/Makefile b/graphics/py-mcomix/Makefile index 3ab2c271fcdec..b098665270a75 100644 --- a/graphics/py-mcomix/Makefile +++ b/graphics/py-mcomix/Makefile @@ -1,6 +1,6 @@ PORTNAME= mcomix PORTVERSION= 1.2.1g20210526 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index dfbc3c0abea3a..671a078a32bca 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -1,5 +1,6 @@ PORTNAME= qiv PORTVERSION= 2.3.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://spiegl.de/qiv/download/ \ http://www.predatorlabs.net/dl/ diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile index 83ebc9f8bb0f8..6de8e66767414 100644 --- a/graphics/rawstudio/Makefile +++ b/graphics/rawstudio/Makefile @@ -1,6 +1,6 @@ PORTNAME= rawstudio PORTVERSION= 2.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= graphics MASTER_SITES= http://rawstudio.org/files/release/ diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 874ab8711c8f8..6a5a5cad79a25 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -1,5 +1,6 @@ PORTNAME= rawtherapee PORTVERSION= 5.9 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://rawtherapee.com/shared/source/ \ LOCAL/mandree/ diff --git a/graphics/rgbpaint/Makefile b/graphics/rgbpaint/Makefile index 3694b641221fb..521c859acc6aa 100644 --- a/graphics/rgbpaint/Makefile +++ b/graphics/rgbpaint/Makefile @@ -1,6 +1,6 @@ PORTNAME= rgbpaint PORTVERSION= 0.8.7 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= SF/mtpaint/${PORTNAME}/${PORTVERSION} diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile index 4e99c84408dec..a790433d44497 100644 --- a/graphics/ristretto/Makefile +++ b/graphics/ristretto/Makefile @@ -1,5 +1,6 @@ PORTNAME= ristretto PORTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= graphics xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 diff --git a/graphics/sane-epkowa/Makefile b/graphics/sane-epkowa/Makefile index a522f500d4e08..250dbb0b5e6aa 100644 --- a/graphics/sane-epkowa/Makefile +++ b/graphics/sane-epkowa/Makefile @@ -38,7 +38,7 @@ PORTNAME= epkowa PORTVERSION= 2.11.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://cschubert.com/distfiles/ \ LOCAL/cy diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index 71c8b7b4fe84d..fec41dcb119de 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -1,5 +1,6 @@ PORTNAME= shotwell PORTVERSION= 0.30.17 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME diff --git a/graphics/simple-scan/Makefile b/graphics/simple-scan/Makefile index 08bc6acf2b1af..bec95e7735fa2 100644 --- a/graphics/simple-scan/Makefile +++ b/graphics/simple-scan/Makefile @@ -1,5 +1,6 @@ PORTNAME= simple-scan PORTVERSION= 42.5 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/graphics/swappy/Makefile b/graphics/swappy/Makefile index 49fd3a7b35a60..94b9df710a23b 100644 --- a/graphics/swappy/Makefile +++ b/graphics/swappy/Makefile @@ -1,6 +1,7 @@ PORTNAME= swappy DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= graphics wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/synfigstudio/Makefile b/graphics/synfigstudio/Makefile index 65d812ca86d37..6d4611c26de0a 100644 --- a/graphics/synfigstudio/Makefile +++ b/graphics/synfigstudio/Makefile @@ -1,6 +1,7 @@ PORTNAME= synfigstudio PORTVERSION= 1.4.4 DISTVERSIONPREFIX=v +PORTREVISION= 1 CATEGORIES= graphics multimedia MAINTAINER= portmaster@BSDforge.com diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index 9e9177b57cea2..49f62d082532f 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -1,6 +1,6 @@ PORTNAME= ufraw PORTVERSION= 0.22.20210424 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MAINTAINER= rodrigo@FreeBSD.org diff --git a/graphics/upscaler/Makefile b/graphics/upscaler/Makefile index ac220a66690b2..850016ec9865d 100644 --- a/graphics/upscaler/Makefile +++ b/graphics/upscaler/Makefile @@ -1,5 +1,6 @@ PORTNAME= upscaler DISTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/variety/Makefile b/graphics/variety/Makefile index 072dd6348bc09..93e27584b1094 100644 --- a/graphics/variety/Makefile +++ b/graphics/variety/Makefile @@ -1,5 +1,6 @@ PORTNAME= variety PORTVERSION= 0.8.5 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= nivit@FreeBSD.org diff --git a/graphics/viewnior/Makefile b/graphics/viewnior/Makefile index af079fa88d9d1..0f9f8be8716da 100644 --- a/graphics/viewnior/Makefile +++ b/graphics/viewnior/Makefile @@ -1,6 +1,7 @@ PORTNAME= viewnior DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 1.8 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= eduardo@FreeBSD.org diff --git a/graphics/xmedcon/Makefile b/graphics/xmedcon/Makefile index 3653a06f40b48..234daf0d00736 100644 --- a/graphics/xmedcon/Makefile +++ b/graphics/xmedcon/Makefile @@ -1,5 +1,6 @@ PORTNAME= xmedcon PORTVERSION= 0.17.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/XMedCon-Source/${PORTVERSION} diff --git a/graphics/xournal/Makefile b/graphics/xournal/Makefile index f89506e1f526b..e5832dace0602 100644 --- a/graphics/xournal/Makefile +++ b/graphics/xournal/Makefile @@ -1,6 +1,6 @@ PORTNAME= xournal PORTVERSION= 0.4.8.2016 -PORTREVISION= 45 +PORTREVISION= 46 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/xournalpp/Makefile b/graphics/xournalpp/Makefile index b5aca088024ac..8f46b9d48320b 100644 --- a/graphics/xournalpp/Makefile +++ b/graphics/xournalpp/Makefile @@ -1,7 +1,7 @@ PORTNAME= xournalpp DISTVERSIONPREFIX= v DISTVERSION= 1.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index 0824122659953..b867b060a4811 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -1,6 +1,6 @@ PORTNAME= xsane PORTVERSION= 0.999 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/xviewer/Makefile b/graphics/xviewer/Makefile index cfa771c0e38f8..ee196fe7b4301 100644 --- a/graphics/xviewer/Makefile +++ b/graphics/xviewer/Makefile @@ -1,5 +1,6 @@ PORTNAME= xviewer PORTVERSION= 3.2.4 +PORTREVISION= 1 CATEGORIES= graphics gnome DIST_SUBDIR= gnome diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile index a5d8a0b711a46..315c8125dd428 100644 --- a/graphics/xzgv/Makefile +++ b/graphics/xzgv/Makefile @@ -1,5 +1,6 @@ PORTNAME= xzgv PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/zathura-cb/Makefile b/graphics/zathura-cb/Makefile index 1e626b2f4d488..c4aa9baa24e71 100644 --- a/graphics/zathura-cb/Makefile +++ b/graphics/zathura-cb/Makefile @@ -1,5 +1,6 @@ PORTNAME= zathura-cb DISTVERSION= 0.1.10 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ diff --git a/graphics/zathura-djvu/Makefile b/graphics/zathura-djvu/Makefile index ca6285735a4ea..2128b847c5263 100644 --- a/graphics/zathura-djvu/Makefile +++ b/graphics/zathura-djvu/Makefile @@ -1,6 +1,6 @@ PORTNAME= zathura-djvu DISTVERSION= 0.2.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ diff --git a/graphics/zathura-pdf-mupdf/Makefile b/graphics/zathura-pdf-mupdf/Makefile index 0dfa46c02ac2f..60ee885f4de90 100644 --- a/graphics/zathura-pdf-mupdf/Makefile +++ b/graphics/zathura-pdf-mupdf/Makefile @@ -1,5 +1,6 @@ PORTNAME= zathura-pdf-mupdf DISTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ \ http://freebsd.uzsolt.hu/src/ diff --git a/graphics/zathura-pdf-poppler/Makefile b/graphics/zathura-pdf-poppler/Makefile index 737aba79b9967..b30f4c696b306 100644 --- a/graphics/zathura-pdf-poppler/Makefile +++ b/graphics/zathura-pdf-poppler/Makefile @@ -1,5 +1,6 @@ PORTNAME= zathura-pdf-poppler DISTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ diff --git a/graphics/zathura-ps/Makefile b/graphics/zathura-ps/Makefile index 0f2254ea8af59..8073a046e8373 100644 --- a/graphics/zathura-ps/Makefile +++ b/graphics/zathura-ps/Makefile @@ -1,5 +1,6 @@ PORTNAME= zathura-ps DISTVERSION= 0.2.7 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile index e6091e181d2de..d1b494d8476ac 100644 --- a/graphics/zathura/Makefile +++ b/graphics/zathura/Makefile @@ -1,5 +1,6 @@ PORTNAME= zathura DISTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile index 5f15db33afe32..7084ed94dd51b 100644 --- a/irc/hexchat/Makefile +++ b/irc/hexchat/Makefile @@ -1,6 +1,6 @@ PORTNAME= hexchat DISTVERSION= 2.16.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc gnome MASTER_SITES= https://dl.hexchat.net/hexchat/ diff --git a/irc/polari/Makefile b/irc/polari/Makefile index 8a596b7ab4a38..989a9599b28ae 100644 --- a/irc/polari/Makefile +++ b/irc/polari/Makefile @@ -1,5 +1,6 @@ PORTNAME= polari PORTVERSION= 42.1 +PORTREVISION= 1 CATEGORIES= irc gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/irc/smuxi/Makefile b/irc/smuxi/Makefile index 1bca2f7b4d758..e61a3e8ae4936 100644 --- a/irc/smuxi/Makefile +++ b/irc/smuxi/Makefile @@ -1,5 +1,6 @@ PORTNAME= smuxi PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://www.smuxi.org/jaws/data/files/ diff --git a/irc/srain/Makefile b/irc/srain/Makefile index a339e2d58c5bf..1018cf4fb1b1e 100644 --- a/irc/srain/Makefile +++ b/irc/srain/Makefile @@ -1,6 +1,6 @@ PORTNAME= srain DISTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MAINTAINER= ashish@FreeBSD.org diff --git a/japanese/ebview-gtk2/Makefile b/japanese/ebview-gtk2/Makefile index 8313371266494..4bea062bfb1da 100644 --- a/japanese/ebview-gtk2/Makefile +++ b/japanese/ebview-gtk2/Makefile @@ -1,6 +1,6 @@ PORTNAME= ebview PORTVERSION= 0.3.6 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= japanese MASTER_SITES= SF PKGNAMESUFFIX= -gtk2 diff --git a/japanese/ibus-mozc/Makefile b/japanese/ibus-mozc/Makefile index 85c5c3317c787..eddbda7bcec11 100644 --- a/japanese/ibus-mozc/Makefile +++ b/japanese/ibus-mozc/Makefile @@ -1,4 +1,5 @@ PKGNAMEPREFIX= ja-ibus- +PORTREVISION= 1 COMMENT= Mozc engine for IBus diff --git a/japanese/ibus-skk/Makefile b/japanese/ibus-skk/Makefile index be2fb3a1443f6..639e7d9444cee 100644 --- a/japanese/ibus-skk/Makefile +++ b/japanese/ibus-skk/Makefile @@ -1,6 +1,7 @@ PORTNAME= ibus-skk DISTVERSIONPREFIX= ibus-skk- DISTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= japanese MAINTAINER= ports@FreeBSD.org diff --git a/japanese/kasumi/Makefile b/japanese/kasumi/Makefile index 81392c1abafe6..556256bbef6b8 100644 --- a/japanese/kasumi/Makefile +++ b/japanese/kasumi/Makefile @@ -1,6 +1,6 @@ PORTNAME= kasumi PORTVERSION= 2.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= japanese MASTER_SITES= OSDN/${PORTNAME} diff --git a/japanese/libtomoe-gtk/Makefile b/japanese/libtomoe-gtk/Makefile index 778f03e3578ae..8d0d75f01861e 100644 --- a/japanese/libtomoe-gtk/Makefile +++ b/japanese/libtomoe-gtk/Makefile @@ -1,6 +1,6 @@ PORTNAME= libtomoe-gtk PORTVERSION= 0.6.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= japanese MASTER_SITES= SF/tomoe/tomoe-gtk/tomoe-gtk-${PORTVERSION} DISTNAME= tomoe-gtk-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} diff --git a/japanese/mozc-tool/Makefile b/japanese/mozc-tool/Makefile index daaf981552ba6..ffc34b321b712 100644 --- a/japanese/mozc-tool/Makefile +++ b/japanese/mozc-tool/Makefile @@ -1,4 +1,5 @@ PKGNAMESUFFIX= -tool +PORTREVISION= 1 COMMENT= Mozc tool for IBus, SCIM, and others DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} diff --git a/japanese/scim-anthy/Makefile b/japanese/scim-anthy/Makefile index 18b92600e0b71..724cbbcd19f1d 100644 --- a/japanese/scim-anthy/Makefile +++ b/japanese/scim-anthy/Makefile @@ -1,6 +1,6 @@ PORTNAME= scim-anthy PORTVERSION= 1.2.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= japanese MASTER_SITES= OSDN/scim-imengine diff --git a/japanese/uim-anthy/Makefile b/japanese/uim-anthy/Makefile index 17a5fff312c9d..628bcb9335b3c 100644 --- a/japanese/uim-anthy/Makefile +++ b/japanese/uim-anthy/Makefile @@ -1,4 +1,5 @@ CATEGORIES= japanese +PORTREVISION= 1 .if defined(WITHOUT_X11) PKGNAMESUFFIX= -anthy-nox11 .else diff --git a/japanese/uim-tomoe-gtk/Makefile b/japanese/uim-tomoe-gtk/Makefile index 41baafa63cd13..fbd2db84c669e 100644 --- a/japanese/uim-tomoe-gtk/Makefile +++ b/japanese/uim-tomoe-gtk/Makefile @@ -1,6 +1,6 @@ PORTNAME= uim-tomoe-gtk PORTVERSION= 0.6.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= japanese MASTER_SITES= SF/tomoe/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/japanese/w3m-img/Makefile b/japanese/w3m-img/Makefile index 3443b1b007add..1cad2192519ea 100644 --- a/japanese/w3m-img/Makefile +++ b/japanese/w3m-img/Makefile @@ -1,4 +1,5 @@ CATEGORIES= japanese +PORTREVISION= 1 PKGNAMESUFFIX= -img MAINTAINER= nobutaka@FreeBSD.org diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 83ccfbd15d219..8c281730dd635 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -1,5 +1,6 @@ PORTNAME= eclipse PORTVERSION= 4.24 +PORTREVISION= 1 CATEGORIES= java devel # Tag's Timestamp on eclipse-platform/eclipse.platform.releng.aggregator github.com diff --git a/java/openjfx14/Makefile b/java/openjfx14/Makefile index ea1506af6561f..a4d620f62a05a 100644 --- a/java/openjfx14/Makefile +++ b/java/openjfx14/Makefile @@ -1,6 +1,6 @@ PORTNAME= openjfx DISTVERSION= 14.0.2.1+1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= java x11-toolkits devel MASTER_SITES= https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/7.7.1/:core \ https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-grouping/7.7.1/:grouping \ diff --git a/java/sablevm-classpath/Makefile b/java/sablevm-classpath/Makefile index db370485b187e..82fb13e064760 100644 --- a/java/sablevm-classpath/Makefile +++ b/java/sablevm-classpath/Makefile @@ -1,6 +1,6 @@ PORTNAME= sablevm-classpath PORTVERSION= 1.13 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= java devel MASTER_SITES= SF/sablevm/sablevm/${PORTVERSION} diff --git a/korean/ibus-hangul/Makefile b/korean/ibus-hangul/Makefile index 6dc28dd18b1d3..567ef8da2ad50 100644 --- a/korean/ibus-hangul/Makefile +++ b/korean/ibus-hangul/Makefile @@ -1,5 +1,6 @@ PORTNAME= ibus-hangul PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= korean MASTER_SITES= https://github.com/choehwanjin/ibus-hangul/releases/download/${PORTVERSION}/ diff --git a/korean/imhangul-gtk2/Makefile b/korean/imhangul-gtk2/Makefile index 596d2f4a1180d..8a3d80fef44a8 100644 --- a/korean/imhangul-gtk2/Makefile +++ b/korean/imhangul-gtk2/Makefile @@ -1,5 +1,6 @@ PORTNAME= imhangul PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= korean PKGNAMESUFFIX= -gtk2 diff --git a/korean/imhangul-gtk3/Makefile b/korean/imhangul-gtk3/Makefile index 5c471e71e1770..cb0f63b63f35d 100644 --- a/korean/imhangul-gtk3/Makefile +++ b/korean/imhangul-gtk3/Makefile @@ -1,5 +1,6 @@ PORTNAME= imhangul PORTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= korean PKGNAMESUFFIX= -gtk3 diff --git a/korean/nabi/Makefile b/korean/nabi/Makefile index 9b1ac2f1dd967..6f9862c4d40c6 100644 --- a/korean/nabi/Makefile +++ b/korean/nabi/Makefile @@ -1,6 +1,6 @@ PORTNAME= nabi PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= korean gnome MAINTAINER= jkim@FreeBSD.org diff --git a/lang/cjs/Makefile b/lang/cjs/Makefile index 2dfba168be1c3..c9fca6864b3bc 100644 --- a/lang/cjs/Makefile +++ b/lang/cjs/Makefile @@ -1,5 +1,6 @@ PORTNAME= cjs PORTVERSION= 5.4.1 +PORTREVISION= 1 CATEGORIES= lang gnome DIST_SUBDIR= gnome diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile index 4aee116fd92fe..abb0da48a2730 100644 --- a/lang/gjs/Makefile +++ b/lang/gjs/Makefile @@ -1,5 +1,6 @@ PORTNAME= gjs PORTVERSION= 1.74.1 +PORTREVISION= 1 CATEGORIES= lang gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/lang/lafontaine/Makefile b/lang/lafontaine/Makefile index 8c69921e65507..f21f2856cb73f 100644 --- a/lang/lafontaine/Makefile +++ b/lang/lafontaine/Makefile @@ -1,6 +1,6 @@ PORTNAME= lafontaine PORTVERSION= 0.4.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= lang MASTER_SITES= http://www.nongnu.org/lafontaine/archives/ DISTNAME= ${PORTNAME}_0.4-1 diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index 3be09fcd5f11e..f8a581ff71a04 100644 --- a/lang/mdk/Makefile +++ b/lang/mdk/Makefile @@ -1,5 +1,6 @@ PORTNAME= mdk PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= lang gnome MASTER_SITES= GNU/${PORTNAME}/v${PORTVERSION} diff --git a/mail/astroid/Makefile b/mail/astroid/Makefile index a9822069ab1f0..f52f668cd56fd 100644 --- a/mail/astroid/Makefile +++ b/mail/astroid/Makefile @@ -1,7 +1,7 @@ PORTNAME= astroid DISTVERSIONPREFIX= v DISTVERSION= 0.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MAINTAINER= mylan.connolly@gmail.com diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index a08f660f0eafd..a28c081548c0d 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,6 +1,6 @@ PORTNAME= balsa PORTVERSION= 2.5.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= mail gnome MASTER_SITES= http://pawsa.fedorapeople.org/balsa/ diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 0768af936156d..1748e34ae4c44 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -1,4 +1,5 @@ PORTNAME= claws-mail +PORTREVISION= 1 CATEGORIES= mail news COMMENT= Lightweight and featureful GTK+ based e-mail and news client diff --git a/mail/deforaos-mailer/Makefile b/mail/deforaos-mailer/Makefile index c1eb0783c8634..b83a30eae5c3b 100644 --- a/mail/deforaos-mailer/Makefile +++ b/mail/deforaos-mailer/Makefile @@ -1,5 +1,6 @@ PORTNAME= mailer PORTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.defora.org/os/download/download/4426/ PKGNAMEPREFIX= deforaos- diff --git a/mail/evolution-ews/Makefile b/mail/evolution-ews/Makefile index ed77d717a5f27..7ec2fae5dd75e 100644 --- a/mail/evolution-ews/Makefile +++ b/mail/evolution-ews/Makefile @@ -1,6 +1,6 @@ PORTNAME= evolution-ews DISTVERSION= 3.44.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 957e4a0e9e8eb..58ebdfe24e91e 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,6 +1,6 @@ PORTNAME= evolution DISTVERSION= 3.44.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/mail/geary/Makefile b/mail/geary/Makefile index ece5fbe08531e..2c0eae5ec1766 100644 --- a/mail/geary/Makefile +++ b/mail/geary/Makefile @@ -1,6 +1,6 @@ PORTNAME= geary PORTVERSION= 40.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/mail/gmime26-sharp/Makefile b/mail/gmime26-sharp/Makefile index 97e8489ec7dd4..5325da809b84b 100644 --- a/mail/gmime26-sharp/Makefile +++ b/mail/gmime26-sharp/Makefile @@ -1,4 +1,5 @@ CATEGORIES= mail +PORTREVISION= 1 PKGNAMESUFFIX= 26-sharp MAINTAINER= mono@FreeBSD.org diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile index 4c97831980413..be54f8e70fdb4 100644 --- a/mail/gnubiff/Makefile +++ b/mail/gnubiff/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnubiff PORTVERSION= 2.2.13 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= mail MASTER_SITES= SF diff --git a/mail/py-mailnag/Makefile b/mail/py-mailnag/Makefile index a069fbc99d107..a99c7fc513a98 100644 --- a/mail/py-mailnag/Makefile +++ b/mail/py-mailnag/Makefile @@ -1,6 +1,7 @@ PORTNAME= mailnag DISTVERSIONPREFIX= v DISTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= mail python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index a70af224cfa03..a91a0433eb379 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,6 +1,6 @@ PORTNAME= sylpheed PORTVERSION= 3.7.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ LOCAL/ehaupt diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index b91860fe64dcd..c67458398fd37 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,6 +1,6 @@ PORTNAME= thunderbird DISTVERSION= 102.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail news net-im wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source diff --git a/mail/wmmaiload/Makefile b/mail/wmmaiload/Makefile index 48cbb6ebb5b07..4b13c6d8a92ea 100644 --- a/mail/wmmaiload/Makefile +++ b/mail/wmmaiload/Makefile @@ -1,6 +1,6 @@ PORTNAME= wmmaiload PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail windowmaker MASTER_SITES= http://tnemeth.free.fr/projets/programmes/ diff --git a/mail/xfce4-mailwatch-plugin/Makefile b/mail/xfce4-mailwatch-plugin/Makefile index a76b8ec98cd76..5ff3fd5145fde 100644 --- a/mail/xfce4-mailwatch-plugin/Makefile +++ b/mail/xfce4-mailwatch-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfce4-mailwatch-plugin PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/math/cadabra2/Makefile b/math/cadabra2/Makefile index 6a097a564a1f8..017bd3d6852c3 100644 --- a/math/cadabra2/Makefile +++ b/math/cadabra2/Makefile @@ -1,6 +1,6 @@ PORTNAME= cadabra2 DISTVERSION= 2.4.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile index 5dc4020fae4c9..0a2fb0e4ab22a 100644 --- a/math/calcoo/Makefile +++ b/math/calcoo/Makefile @@ -1,6 +1,6 @@ PORTNAME= calcoo PORTVERSION= 1.3.18 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MASTER_SITES= SF diff --git a/math/coq/Makefile b/math/coq/Makefile index b1c97cd9fa452..e773ee831201d 100644 --- a/math/coq/Makefile +++ b/math/coq/Makefile @@ -1,6 +1,6 @@ PORTNAME= coq PORTVERSION= 8.6 -PORTREVISION= 13 +PORTREVISION= 14 PORTEPOCH= 3 CATEGORIES= math MASTER_SITES= http://coq.inria.fr/distrib/V${PORTVERSION}/files/ \ diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile index 8f759ca866cba..acb316e5abc3e 100644 --- a/math/drgeo/Makefile +++ b/math/drgeo/Makefile @@ -1,6 +1,6 @@ PORTNAME= drgeo PORTVERSION= 1.1.0 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= math MASTER_SITES= SF/ofset/${PORTNAME}/${PORTVERSION} diff --git a/math/elementary-calculator/Makefile b/math/elementary-calculator/Makefile index 45e6187cf4aae..b7150b773efb1 100644 --- a/math/elementary-calculator/Makefile +++ b/math/elementary-calculator/Makefile @@ -1,6 +1,6 @@ PORTNAME= calculator DISTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math PKGNAMEPREFIX= elementary- diff --git a/math/galculator/Makefile b/math/galculator/Makefile index ade1a42bd6857..79e6cc400dca6 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -1,6 +1,6 @@ PORTNAME= galculator PORTVERSION= 2.1.4 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX=v CATEGORIES= math diff --git a/math/gambit/Makefile b/math/gambit/Makefile index 5990689d562a2..2fc7a2756f575 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -1,5 +1,6 @@ PORTNAME= gambit DISTVERSION= 16.0.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PORTVERSION:R:R}/${PORTVERSION} diff --git a/math/ggobi/Makefile b/math/ggobi/Makefile index e96a4b34fafea..6dca5b8c2a80e 100644 --- a/math/ggobi/Makefile +++ b/math/ggobi/Makefile @@ -1,6 +1,6 @@ PORTNAME= ggobi PORTVERSION= 2.1.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math graphics MASTER_SITES= http://www.ggobi.org/downloads/ diff --git a/math/gkmap/Makefile b/math/gkmap/Makefile index 841dd58cf8fc9..b7e55ece12f5b 100644 --- a/math/gkmap/Makefile +++ b/math/gkmap/Makefile @@ -1,6 +1,6 @@ PORTNAME= gkmap PORTVERSION= 0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= SF/gkmap/gkmap/gkmap-${PORTVERSION}/ diff --git a/math/gnome-calculator/Makefile b/math/gnome-calculator/Makefile index a855a779848b1..2a7024731f13e 100644 --- a/math/gnome-calculator/Makefile +++ b/math/gnome-calculator/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-calculator PORTVERSION= 43.0.1 +PORTREVISION= 1 CATEGORIES= math gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index a7a748e343a52..4388a26df072a 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnumeric PORTVERSION= 1.12.52 +PORTREVISION= 1 CATEGORIES= math gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index b2f891a263008..96a5281ae0627 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnuplot PORTVERSION= 5.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math graphics MASTER_SITES= SF diff --git a/math/gretl/Makefile b/math/gretl/Makefile index e82b25e3040bf..34402d4abb511 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -1,5 +1,6 @@ PORTNAME= gretl PORTVERSION= 2022c +PORTREVISION= 1 CATEGORIES= math finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/ diff --git a/math/grpn/Makefile b/math/grpn/Makefile index d6ac15894e40b..1daf528f5d368 100644 --- a/math/grpn/Makefile +++ b/math/grpn/Makefile @@ -1,6 +1,7 @@ PORTNAME= grpn PORTVERSION= 1.5.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= math MAINTAINER= ports@FreeBSD.org diff --git a/math/mate-calc/Makefile b/math/mate-calc/Makefile index a85583d30acf5..d272e3d7f8c87 100644 --- a/math/mate-calc/Makefile +++ b/math/mate-calc/Makefile @@ -1,6 +1,6 @@ PORTNAME= mate-calc PORTVERSION= 1.26.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/math/mpsolve/Makefile b/math/mpsolve/Makefile index 88281a4eb3080..5216c6906e6e7 100644 --- a/math/mpsolve/Makefile +++ b/math/mpsolve/Makefile @@ -1,5 +1,6 @@ PORTNAME= mpsolve DISTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://numpi.dm.unipi.it/_media/software/mpsolve/ diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 284818b0c5f8d..ad5f24115054a 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,5 +1,6 @@ PORTNAME= pspp PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= GNU diff --git a/math/qalculate-gtk/Makefile b/math/qalculate-gtk/Makefile index bb440abe8d4e3..d2d458f52e7c0 100644 --- a/math/qalculate-gtk/Makefile +++ b/math/qalculate-gtk/Makefile @@ -1,5 +1,6 @@ PORTNAME= qalculate-gtk PORTVERSION= 4.5.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/ diff --git a/math/ump/Makefile b/math/ump/Makefile index 977949ca91158..c7ab70f5afcab 100644 --- a/math/ump/Makefile +++ b/math/ump/Makefile @@ -1,6 +1,6 @@ PORTNAME= ump PORTVERSION= 0.8.6 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math education MASTER_SITES= SF/u-m-p/u-m-p/${PORTVERSION} PKGNAMESUFFIX= -math diff --git a/math/visualpolylib/Makefile b/math/visualpolylib/Makefile index 7f293dc835c79..6bbb5eb396dec 100644 --- a/math/visualpolylib/Makefile +++ b/math/visualpolylib/Makefile @@ -1,6 +1,7 @@ PORTNAME= visualpolylib DISTVERSION= 0.9 DISTVERSIONSUFFIX= e +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://icps.u-strasbg.fr/polylib/download/ DISTNAME= ${PORTNAME}.${DISTVERSION}${DISTVERSIONSUFFIX} diff --git a/math/xfce4-calculator-plugin/Makefile b/math/xfce4-calculator-plugin/Makefile index 2bd0dbb7965cd..96b3384771e0a 100644 --- a/math/xfce4-calculator-plugin/Makefile +++ b/math/xfce4-calculator-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfce4-calculator-plugin PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/misc/free42/Makefile b/misc/free42/Makefile index c8952385b99d8..bf1da6b5efa03 100644 --- a/misc/free42/Makefile +++ b/misc/free42/Makefile @@ -1,5 +1,6 @@ PORTNAME= free42 DISTVERSION= 3.0.15 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://thomasokken.com/free42/upstream/ DISTNAME= ${PORTNAME}-nologo-${DISTVERSION} diff --git a/misc/gkrellmbgchg2/Makefile b/misc/gkrellmbgchg2/Makefile index 34cf4397b04d8..36c9482579ddc 100644 --- a/misc/gkrellmbgchg2/Makefile +++ b/misc/gkrellmbgchg2/Makefile @@ -1,6 +1,6 @@ PORTNAME= gkrellmbgchg2 PORTVERSION= 0.1.11 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= http://www.bender-suhl.de/stefan/comp/sources/ diff --git a/misc/gkx86info2/Makefile b/misc/gkx86info2/Makefile index 7686c33d2d3b6..4918d4a238658 100644 --- a/misc/gkx86info2/Makefile +++ b/misc/gkx86info2/Makefile @@ -1,6 +1,6 @@ PORTNAME= gkx86info2 PORTVERSION= 0.0.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= misc MASTER_SITES= http://anchois.free.fr/ \ http://depot.fsck.ch/mirror/distfiles/ diff --git a/misc/gnome-icon-theme-extras/Makefile b/misc/gnome-icon-theme-extras/Makefile index c563666b811ce..4ae4311bb2bb0 100644 --- a/misc/gnome-icon-theme-extras/Makefile +++ b/misc/gnome-icon-theme-extras/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-icon-theme-extras PORTVERSION= 3.12.0 +PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/misc/gpsim/Makefile b/misc/gpsim/Makefile index 7ccffb4fa2d36..15f61bfa1b880 100644 --- a/misc/gpsim/Makefile +++ b/misc/gpsim/Makefile @@ -1,5 +1,6 @@ PORTNAME= gpsim DISTVERSION= 0.31.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= SF diff --git a/misc/iio-oscilloscope/Makefile b/misc/iio-oscilloscope/Makefile index 1b5dc16d47e3e..b88f7dc38e775 100644 --- a/misc/iio-oscilloscope/Makefile +++ b/misc/iio-oscilloscope/Makefile @@ -1,7 +1,7 @@ PORTNAME= iio-oscilloscope DISTVERSIONPREFIX= v DISTVERSION= 0.14 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONSUFFIX= -master CATEGORIES= misc diff --git a/misc/lingoteach/Makefile b/misc/lingoteach/Makefile index d7d334c6784c5..e3f2b320e5076 100644 --- a/misc/lingoteach/Makefile +++ b/misc/lingoteach/Makefile @@ -1,6 +1,6 @@ PORTNAME= lingoteach PORTVERSION= 0.3.9 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= misc education MASTER_SITES= SF/${PORTNAME}/OldFiles:src DISTFILES= ${PORTNAME}-ui-${PORTVERSION}.tar.gz:src diff --git a/misc/lxde-common/Makefile b/misc/lxde-common/Makefile index d322c5d3aef99..65bff44769b5b 100644 --- a/misc/lxde-common/Makefile +++ b/misc/lxde-common/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxde-common PORTVERSION= 0.99.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= SF/lxde/${PORTNAME}%20%28default%20config%29/${PORTNAME}%20${PORTVERSION:R}/ diff --git a/misc/timezonemap/Makefile b/misc/timezonemap/Makefile index a31c0875af72d..8708941f24f2b 100644 --- a/misc/timezonemap/Makefile +++ b/misc/timezonemap/Makefile @@ -1,5 +1,6 @@ PORTNAME= timezonemap DISTVERSION= 0.4.5.2 +PORTREVISION= 1 CATEGORIES= misc gnome MAINTAINER= gnome@freebsd.org diff --git a/misc/wmcalendar/Makefile b/misc/wmcalendar/Makefile index 728f984c07d72..3620f4a35b657 100644 --- a/misc/wmcalendar/Makefile +++ b/misc/wmcalendar/Makefile @@ -1,6 +1,6 @@ PORTNAME= wmcalendar PORTVERSION= 0.5.2 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= misc windowmaker MASTER_SITES= SF diff --git a/misc/wmforecast/Makefile b/misc/wmforecast/Makefile index b8c87f9f9c27a..76697d1ed842a 100644 --- a/misc/wmforecast/Makefile +++ b/misc/wmforecast/Makefile @@ -1,5 +1,6 @@ PORTNAME= wmforecast DISTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= misc windowmaker geography MASTER_SITES= https://github.com/d-torrance/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/misc/xfce4-appfinder/Makefile b/misc/xfce4-appfinder/Makefile index a3bed28bb4b84..06912428dad1a 100644 --- a/misc/xfce4-appfinder/Makefile +++ b/misc/xfce4-appfinder/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-appfinder PORTVERSION= 4.18.0 +PORTREVISION= 1 CATEGORIES= misc xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index da68b2d59c736..d3c9e91929823 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfce4-weather-plugin PORTVERSION= 0.11.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc xfce geography MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index a424f9a2fccf3..9501d23f28a08 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -1,6 +1,6 @@ PORTNAME= xiphos DISTVERSION= 4.2.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= misc gnome # Don't use USE_GITHUB: the sources downloaded by USE_GITHUB cannot be # built as they miss the file ${WRKSRC}/cmake/source_version.txt. diff --git a/multimedia/aravis/Makefile b/multimedia/aravis/Makefile index 9221e1c01c98d..263cc8f68d58a 100644 --- a/multimedia/aravis/Makefile +++ b/multimedia/aravis/Makefile @@ -1,5 +1,6 @@ PORTNAME= aravis DISTVERSION= 0.8.20 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= rozhuk.im@gmail.com diff --git a/multimedia/celluloid/Makefile b/multimedia/celluloid/Makefile index 6e46b5b98b8e5..66693a2586136 100644 --- a/multimedia/celluloid/Makefile +++ b/multimedia/celluloid/Makefile @@ -1,7 +1,7 @@ PORTNAME= celluloid DISTVERSIONPREFIX= v DISTVERSION= 0.24 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile index 52596ac132399..c8d41c262d5b6 100644 --- a/multimedia/cheese/Makefile +++ b/multimedia/cheese/Makefile @@ -1,6 +1,6 @@ PORTNAME= cheese PORTVERSION= 41.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/multimedia/clapper/Makefile b/multimedia/clapper/Makefile index aea0ae0c353c6..64fab6e9c1d6f 100644 --- a/multimedia/clapper/Makefile +++ b/multimedia/clapper/Makefile @@ -1,5 +1,6 @@ PORTNAME= clapper DISTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= multimedia wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/clutter-gst3/Makefile b/multimedia/clutter-gst3/Makefile index e39b38ef02196..656c99667bc99 100644 --- a/multimedia/clutter-gst3/Makefile +++ b/multimedia/clutter-gst3/Makefile @@ -1,6 +1,6 @@ PORTNAME= clutter-gst PORTVERSION= 3.0.27 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= GNOME PKGNAMESUFFIX= 3 diff --git a/multimedia/deforaos-player/Makefile b/multimedia/deforaos-player/Makefile index dc9d6293b7e5f..eb6aea2af2619 100644 --- a/multimedia/deforaos-player/Makefile +++ b/multimedia/deforaos-player/Makefile @@ -1,6 +1,6 @@ PORTNAME= player PORTVERSION= 0.1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= http://www.defora.org/os/download/download/4297/ PKGNAMEPREFIX= deforaos- diff --git a/multimedia/elementary-videos/Makefile b/multimedia/elementary-videos/Makefile index ce1d3ad596d93..ba4fa8a20bbfa 100644 --- a/multimedia/elementary-videos/Makefile +++ b/multimedia/elementary-videos/Makefile @@ -1,5 +1,6 @@ PORTNAME= elementary-videos DISTVERSION= 2.9.0 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= miguel@gocobachi.dev diff --git a/multimedia/gaupol/Makefile b/multimedia/gaupol/Makefile index c84b05bcda877..18061cf88da9e 100644 --- a/multimedia/gaupol/Makefile +++ b/multimedia/gaupol/Makefile @@ -1,6 +1,7 @@ PORTNAME= gaupol DISTVERSION= 1.4-3 DISTVERSIONSUFFIX= -g6116d42b +PORTREVISION= 1 CATEGORIES= multimedia python MAINTAINER= ports@FreeBSD.org diff --git a/multimedia/gmerlin/Makefile b/multimedia/gmerlin/Makefile index e0855c9a66e54..aa7d778248e24 100644 --- a/multimedia/gmerlin/Makefile +++ b/multimedia/gmerlin/Makefile @@ -1,6 +1,6 @@ PORTNAME= gmerlin PORTVERSION= 1.2.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= multimedia MASTER_SITES= SF diff --git a/multimedia/gmtk/Makefile b/multimedia/gmtk/Makefile index 7f81c80358678..2f0ff996d9d77 100644 --- a/multimedia/gmtk/Makefile +++ b/multimedia/gmtk/Makefile @@ -1,6 +1,6 @@ PORTNAME= gmtk PORTVERSION= 1.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia gnome devel MASTER_SITES= https://pkgs.rpmfusion.org/repo/pkgs/free/gmtk/gmtk-1.0.9.tar.gz/9184658014ca7b325b569ac7417e4860/ diff --git a/multimedia/gnome-mplayer/Makefile b/multimedia/gnome-mplayer/Makefile index b5759f96a78e9..a0f362f94fe94 100644 --- a/multimedia/gnome-mplayer/Makefile +++ b/multimedia/gnome-mplayer/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-mplayer PORTVERSION= 1.0.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia gnome MASTER_SITES= https://launchpad.net/ubuntu/+archive/primary/+files/ DISTNAME= gnome-mplayer_1.0.9.orig diff --git a/multimedia/gst123/Makefile b/multimedia/gst123/Makefile index 7ed50c8e047ff..b76840c8b654b 100644 --- a/multimedia/gst123/Makefile +++ b/multimedia/gst123/Makefile @@ -1,6 +1,6 @@ PORTNAME= gst123 PORTVERSION= 0.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= http://space.twc.de/~stefan/gst123/ diff --git a/multimedia/gstreamer1-plugins-rust/Makefile b/multimedia/gstreamer1-plugins-rust/Makefile index 003c8e6f2c73a..50b40b04892a1 100644 --- a/multimedia/gstreamer1-plugins-rust/Makefile +++ b/multimedia/gstreamer1-plugins-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= gstreamer1-plugins-rust DISTVERSION= 0.10.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/gstreamer1-validate/Makefile b/multimedia/gstreamer1-validate/Makefile index eaa2c2c47c6b8..59598bb41b387 100644 --- a/multimedia/gstreamer1-validate/Makefile +++ b/multimedia/gstreamer1-validate/Makefile @@ -1,5 +1,6 @@ PORTNAME= gstreamer1-validate PORTVERSION= 1.16.3 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-validate/ DISTNAME= gst-validate-${PORTVERSION} diff --git a/multimedia/gstreamermm/Makefile b/multimedia/gstreamermm/Makefile index 02d21fe8d0e9b..ce6f3b2da79a8 100644 --- a/multimedia/gstreamermm/Makefile +++ b/multimedia/gstreamermm/Makefile @@ -1,6 +1,6 @@ PORTNAME= gstreamermm PORTVERSION= 1.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= GNOME diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile index 7d5a6555c1e93..1733e719b98ef 100644 --- a/multimedia/handbrake/Makefile +++ b/multimedia/handbrake/Makefile @@ -1,6 +1,6 @@ PORTNAME= handbrake DISTVERSION= 1.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= https://github.com/HandBrake/HandBrake/releases/download/${DISTVERSION}/ MASTER_SITES+= https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/:contrib diff --git a/multimedia/helvum/Makefile b/multimedia/helvum/Makefile index 8951ec2a60fe4..45684353c80ec 100644 --- a/multimedia/helvum/Makefile +++ b/multimedia/helvum/Makefile @@ -1,5 +1,6 @@ PORTNAME= helvum DISTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/hypnotix/Makefile b/multimedia/hypnotix/Makefile index 7a3b600d272c7..da593ba305202 100644 --- a/multimedia/hypnotix/Makefile +++ b/multimedia/hypnotix/Makefile @@ -1,6 +1,6 @@ PORTNAME= hypnotix DISTVERSION= 2.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= mistresssilvara@hotmail.com diff --git a/multimedia/kmplayer/Makefile b/multimedia/kmplayer/Makefile index b8164ba408eed..13b082e6f1737 100644 --- a/multimedia/kmplayer/Makefile +++ b/multimedia/kmplayer/Makefile @@ -1,6 +1,6 @@ PORTNAME= kmplayer PORTVERSION= 0.12.0b -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 3 CATEGORIES= multimedia audio kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R} diff --git a/multimedia/kooha/Makefile b/multimedia/kooha/Makefile index b2471b7b6c496..83b835bef8dae 100644 --- a/multimedia/kooha/Makefile +++ b/multimedia/kooha/Makefile @@ -1,7 +1,7 @@ PORTNAME= kooha DISTVERSIONPREFIX= v DISTVERSION= 2.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index c98856565378f..747db9851dcf6 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -1,6 +1,6 @@ PORTNAME= lives DISTVERSION= 3.2.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= multimedia MASTER_SITES= http://lives-video.com/releases/ DISTNAME= LiVES-${PORTVERSION} diff --git a/multimedia/mjpegtools/Makefile b/multimedia/mjpegtools/Makefile index 6eea238b760f8..78ef6e3d1598a 100644 --- a/multimedia/mjpegtools/Makefile +++ b/multimedia/mjpegtools/Makefile @@ -1,6 +1,6 @@ PORTNAME= mjpegtools PORTVERSION= 2.1.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME:S/tools//}/${PORTNAME}/${PORTVERSION} diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index d739a76c0a38e..c15f578ca2284 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -1,5 +1,6 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} +PORTREVISION= 1 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org diff --git a/multimedia/peek/Makefile b/multimedia/peek/Makefile index dd91d97dcc128..8c0a0279a787d 100644 --- a/multimedia/peek/Makefile +++ b/multimedia/peek/Makefile @@ -1,5 +1,6 @@ PORTNAME= peek DISTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org diff --git a/multimedia/pitivi/Makefile b/multimedia/pitivi/Makefile index c242b6b86c239..56de4ace19992 100644 --- a/multimedia/pitivi/Makefile +++ b/multimedia/pitivi/Makefile @@ -1,5 +1,6 @@ PORTNAME= pitivi PORTVERSION= 2022.06 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:R} diff --git a/multimedia/py-metadata-cleaner/Makefile b/multimedia/py-metadata-cleaner/Makefile index 71d74031403d9..42bac89fe177b 100644 --- a/multimedia/py-metadata-cleaner/Makefile +++ b/multimedia/py-metadata-cleaner/Makefile @@ -1,6 +1,7 @@ PORTNAME= metadata-cleaner DISTVERSIONPREFIX= v DISTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= multimedia audio graphics python textproc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/multimedia/quodlibet/Makefile b/multimedia/quodlibet/Makefile index 3c1a5ad6f209e..1d5b0917ea15d 100644 --- a/multimedia/quodlibet/Makefile +++ b/multimedia/quodlibet/Makefile @@ -1,5 +1,6 @@ PORTNAME= quodlibet DISTVERSION= 4.3.0 +PORTREVISION= 1 CATEGORIES= multimedia audio python MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${DISTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 5bbf26f6b2d98..cf3b33d7c77c6 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -1,6 +1,6 @@ PORTNAME= totem PORTVERSION= 3.38.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/multimedia/video-trimmer/Makefile b/multimedia/video-trimmer/Makefile index 07da4aa5cdd0f..976224c8733c4 100644 --- a/multimedia/video-trimmer/Makefile +++ b/multimedia/video-trimmer/Makefile @@ -1,7 +1,7 @@ PORTNAME= video-trimmer DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/winff/Makefile b/multimedia/winff/Makefile index 671cf88ba542e..966db167fc936 100644 --- a/multimedia/winff/Makefile +++ b/multimedia/winff/Makefile @@ -1,6 +1,6 @@ PORTNAME= WinFF PORTVERSION= 1.5.5 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= multimedia MASTER_SITES= LOCAL/thierry PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/multimedia/xfce4-parole/Makefile b/multimedia/xfce4-parole/Makefile index 168221e0a82ff..dd865edc113c8 100644 --- a/multimedia/xfce4-parole/Makefile +++ b/multimedia/xfce4-parole/Makefile @@ -1,5 +1,6 @@ PORTNAME= parole PORTVERSION= 4.18.0 +PORTREVISION= 1 CATEGORIES= multimedia xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 diff --git a/net-im/cawbird/Makefile b/net-im/cawbird/Makefile index 7cbd7622ead6f..7c31a819eea17 100644 --- a/net-im/cawbird/Makefile +++ b/net-im/cawbird/Makefile @@ -1,6 +1,7 @@ PORTNAME= cawbird PORTVERSION= 1.5 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= ports@FreeBSD.org diff --git a/net-im/coyim/Makefile b/net-im/coyim/Makefile index 89f8a34c090aa..f95e9658b6915 100644 --- a/net-im/coyim/Makefile +++ b/net-im/coyim/Makefile @@ -1,7 +1,7 @@ PORTNAME= coyim DISTVERSIONPREFIX= v DISTVERSION= 0.3.11 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= net-im MAINTAINER= fox@FreeBSD.org diff --git a/net-im/dino/Makefile b/net-im/dino/Makefile index 7daba419d1488..a51adc84fe814 100644 --- a/net-im/dino/Makefile +++ b/net-im/dino/Makefile @@ -1,6 +1,7 @@ PORTNAME= dino DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= ashish@FreeBSD.org diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile index 8213f051148cf..f0f233dd4ff3c 100644 --- a/net-im/folks/Makefile +++ b/net-im/folks/Makefile @@ -1,5 +1,6 @@ PORTNAME= folks PORTVERSION= 0.15.5 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= GNOME diff --git a/net-im/fractal/Makefile b/net-im/fractal/Makefile index b4fa48622be3e..4e6597acf7fd6 100644 --- a/net-im/fractal/Makefile +++ b/net-im/fractal/Makefile @@ -1,6 +1,6 @@ PORTNAME= fractal DISTVERSION= 4.4.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net-im MASTER_SITES= https://gitlab.gnome.org/World/fractal/uploads/${GL_HASH}/ diff --git a/net-im/gotktrix/Makefile b/net-im/gotktrix/Makefile index c019f3595cc42..a5e8cb5b01735 100644 --- a/net-im/gotktrix/Makefile +++ b/net-im/gotktrix/Makefile @@ -1,7 +1,7 @@ PORTNAME= gotktrix DISTVERSIONPREFIX= v DISTVERSION= 0.1.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-im MAINTAINER= fuz@FreeBSD.org diff --git a/net-im/pidgin-bot-sentry/Makefile b/net-im/pidgin-bot-sentry/Makefile index ba72970c7b9dd..eaf9c895f0e3c 100644 --- a/net-im/pidgin-bot-sentry/Makefile +++ b/net-im/pidgin-bot-sentry/Makefile @@ -1,6 +1,6 @@ PORTNAME= pidgin-bot-sentry PORTVERSION= 1.3.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net-im MASTER_SITES= SF/pidgin-bs/bot-sentry/${PORTVERSION} DISTNAME= bot-sentry-${PORTVERSION} diff --git a/net-im/pidgin-hotkeys/Makefile b/net-im/pidgin-hotkeys/Makefile index ff8dfcc4555fa..2dbb31570f36d 100644 --- a/net-im/pidgin-hotkeys/Makefile +++ b/net-im/pidgin-hotkeys/Makefile @@ -1,6 +1,6 @@ PORTNAME= pidgin-hotkeys PORTVERSION= 0.2.4 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= net-im MASTER_SITES= SF diff --git a/net-im/pidgin-latex/Makefile b/net-im/pidgin-latex/Makefile index 0da24d7c92051..19ccc1dd9d8c0 100644 --- a/net-im/pidgin-latex/Makefile +++ b/net-im/pidgin-latex/Makefile @@ -1,6 +1,6 @@ PORTNAME= latex PORTVERSION= 1.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net-im MASTER_SITES= SF/pidgin-${PORTNAME}/pidgin-${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= pidgin- diff --git a/net-im/pidgin-libnotify/Makefile b/net-im/pidgin-libnotify/Makefile index b58ca78767a88..dd7e41ea9d382 100644 --- a/net-im/pidgin-libnotify/Makefile +++ b/net-im/pidgin-libnotify/Makefile @@ -1,6 +1,6 @@ PORTNAME= libnotify PORTVERSION= 0.14 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= net-im MASTER_SITES= SF/gaim-${PORTNAME}/pidgin-${PORTNAME}/pidgin-${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= pidgin- diff --git a/net-im/pidgin-sipe/Makefile b/net-im/pidgin-sipe/Makefile index a51b335274d6c..e1373b3a02a0c 100644 --- a/net-im/pidgin-sipe/Makefile +++ b/net-im/pidgin-sipe/Makefile @@ -1,6 +1,6 @@ PORTNAME= pidgin-sipe PORTVERSION= 1.24.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= SF/sipe/sipe/${DISTNAME} diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index b6b61d9cc850d..e9958aed5fb3a 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -1,4 +1,5 @@ PORTNAME= pidgin +PORTREVISION= 1 MAINTAINER= marcus@FreeBSD.org COMMENT= Pidgin multi-protocol messaging client (GTK+ UI) diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile index db772841c379d..1be1e5fcb15ae 100644 --- a/net-im/qTox/Makefile +++ b/net-im/qTox/Makefile @@ -1,7 +1,7 @@ PORTNAME= qTox DISTVERSIONPREFIX= v DISTVERSION= 1.17.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im net-p2p MAINTAINER= yuri@FreeBSD.org diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile index e005542d3d85f..de18683d2dd13 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -1,6 +1,7 @@ PORTNAME= signal-desktop DISTVERSIONPREFIX= v DISTVERSION= 6.7.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= LOCAL/mikael/signal-desktop/:npm \ LOCAL/mikael/signal-desktop/:sqlite \ @@ -34,7 +35,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libringrtc.so:multimedia/ringrtc \ vips>0:graphics/vips \ yarn:www/yarn-node16 LIB_DEPENDS= libasound.so:audio/alsa-lib \ - libatk-bridge-2.0.so:accessibility/at-spi2-atk \ + libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libcups.so:print/cups \ libdbus-1.so:devel/dbus \ diff --git a/net-im/talkatu/Makefile b/net-im/talkatu/Makefile index f875e97e33123..0cdd2660f7eae 100644 --- a/net-im/talkatu/Makefile +++ b/net-im/talkatu/Makefile @@ -1,6 +1,6 @@ PORTNAME= talkatu PORTVERSION= g2019031701 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= https://bitbucket.org/pidgin/talkatu/get/ DISTNAME= 1b7433db5cd5 diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index e595d45c506d4..d5fa6bb64ba26 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -1,6 +1,6 @@ PORTNAME= telepathy-gabble PORTVERSION= 0.18.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ diff --git a/net-im/vqcc-gtk/Makefile b/net-im/vqcc-gtk/Makefile index 069bd54edfb42..c0043cd507041 100644 --- a/net-im/vqcc-gtk/Makefile +++ b/net-im/vqcc-gtk/Makefile @@ -1,6 +1,6 @@ PORTNAME= vqcc-gtk PORTVERSION= 0.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES?= net-im MASTER_SITES= SF diff --git a/net-mgmt/driftnet/Makefile b/net-mgmt/driftnet/Makefile index 8e6e2a472ebe0..2e4702fe72916 100644 --- a/net-mgmt/driftnet/Makefile +++ b/net-mgmt/driftnet/Makefile @@ -1,6 +1,7 @@ PORTNAME= driftnet PORTVERSION= 1.4.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= ehaupt@FreeBSD.org diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile index 53727dcfc6225..3fd68e9ae1176 100644 --- a/net-mgmt/etherape/Makefile +++ b/net-mgmt/etherape/Makefile @@ -1,5 +1,6 @@ PORTNAME= etherape PORTVERSION= 0.9.20 +PORTREVISION= 1 CATEGORIES= net-mgmt gnome MASTER_SITES= SF diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile index 96fc5c6a22c1e..689628bfdf961 100644 --- a/net-mgmt/ettercap/Makefile +++ b/net-mgmt/ettercap/Makefile @@ -1,6 +1,6 @@ PORTNAME= ettercap PORTVERSION= 0.8.3.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net-mgmt security MASTER_SITES= https://github.com/Ettercap/ettercap/releases/download/v${PORTVERSION}/ diff --git a/net-mgmt/mbrowse/Makefile b/net-mgmt/mbrowse/Makefile index 32a33e51ec613..f0496b4bdd52d 100644 --- a/net-mgmt/mbrowse/Makefile +++ b/net-mgmt/mbrowse/Makefile @@ -1,6 +1,6 @@ PORTNAME= mbrowse PORTVERSION= 0.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} diff --git a/net-mgmt/spectools/Makefile b/net-mgmt/spectools/Makefile index 0672a2ed02853..e4b24edccc218 100644 --- a/net-mgmt/spectools/Makefile +++ b/net-mgmt/spectools/Makefile @@ -1,6 +1,6 @@ PORTNAME= spectools PORTVERSION= 201108.r1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://www.kismetwireless.net/code/ \ LOCAL/brix diff --git a/net-mgmt/virt-viewer/Makefile b/net-mgmt/virt-viewer/Makefile index f843be24222e9..42ee3eadf0612 100644 --- a/net-mgmt/virt-viewer/Makefile +++ b/net-mgmt/virt-viewer/Makefile @@ -1,6 +1,6 @@ PORTNAME= virt-viewer PORTVERSION= 11.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= https://virt-manager.org/download/sources/${PORTNAME}/ diff --git a/net-mgmt/wifimgr/Makefile b/net-mgmt/wifimgr/Makefile index 023e84d44537b..97821ea1ad99a 100644 --- a/net-mgmt/wifimgr/Makefile +++ b/net-mgmt/wifimgr/Makefile @@ -1,5 +1,6 @@ PORTNAME= wifimgr PORTVERSION= 1.23 +PORTREVISION= 1 CATEGORIES= net-mgmt sysutils MASTER_SITES= https://opal.com/src/wifimgr/ diff --git a/net-p2p/awgg/Makefile b/net-p2p/awgg/Makefile index 71e3b54b2fe86..1dca4f06b12ff 100644 --- a/net-p2p/awgg/Makefile +++ b/net-p2p/awgg/Makefile @@ -1,5 +1,6 @@ PORTNAME= awgg DISTVERSION= 0.6.0.6034-beta +PORTREVISION= 1 CATEGORIES= net-p2p PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index 15da125d2c122..3f47db71c10d5 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -1,6 +1,6 @@ PORTNAME= deluge PORTVERSION= 2.0.3 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= net-p2p python diff --git a/net-p2p/eiskaltdcpp-gtk/Makefile b/net-p2p/eiskaltdcpp-gtk/Makefile index 0c7414afb82c2..752d196dd6e86 100644 --- a/net-p2p/eiskaltdcpp-gtk/Makefile +++ b/net-p2p/eiskaltdcpp-gtk/Makefile @@ -1,5 +1,5 @@ PORTNAME= eiskaltdcpp -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= net-p2p PKGNAMESUFFIX= -gtk diff --git a/net-p2p/gtk-gnutella/Makefile b/net-p2p/gtk-gnutella/Makefile index 10800de989e6a..b10cdf0f15989 100644 --- a/net-p2p/gtk-gnutella/Makefile +++ b/net-p2p/gtk-gnutella/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtk-gnutella PORTVERSION= 1.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p MASTER_SITES= SF diff --git a/net-p2p/gtorrentviewer/Makefile b/net-p2p/gtorrentviewer/Makefile index 31a10a2884f63..59e8f9a12ad4f 100644 --- a/net-p2p/gtorrentviewer/Makefile +++ b/net-p2p/gtorrentviewer/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtorrentviewer PORTVERSION= 0.2b -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/GTorrentViewer/${PORTVERSION} DISTNAME= GTorrentViewer-${PORTVERSION} diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile index 199f31cd7e97d..07aa80232b032 100644 --- a/net-p2p/linuxdcpp/Makefile +++ b/net-p2p/linuxdcpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= linuxdcpp PORTVERSION= 1.1.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= net-p2p MASTER_SITES= http://launchpadlibrarian.net/69733951/ diff --git a/net-p2p/mldonkey-gui/Makefile b/net-p2p/mldonkey-gui/Makefile index c5480668f470a..c83f48fafb89c 100644 --- a/net-p2p/mldonkey-gui/Makefile +++ b/net-p2p/mldonkey-gui/Makefile @@ -1,4 +1,5 @@ OPTIONS_EXCLUDE=CORE +PORTREVISION= 1 COMMENT= OCAML/GTK GUI for the MLdonkey peer-to-peer network client diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index 992e283ef35e4..357ea416c3b77 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -1,6 +1,6 @@ PORTNAME= mldonkey PORTVERSION= 3.1.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES+= net-p2p MASTER_SITES= SF diff --git a/net-p2p/py-nicotine-plus/Makefile b/net-p2p/py-nicotine-plus/Makefile index 21f5a7b4717c4..96429f80bae81 100644 --- a/net-p2p/py-nicotine-plus/Makefile +++ b/net-p2p/py-nicotine-plus/Makefile @@ -1,5 +1,6 @@ PORTNAME= nicotine-plus DISTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= net-p2p python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-p2p/tooth/Makefile b/net-p2p/tooth/Makefile index 7511df9e3376d..8e31854cdc4bb 100644 --- a/net-p2p/tooth/Makefile +++ b/net-p2p/tooth/Makefile @@ -1,5 +1,6 @@ PORTNAME= tooth DISTVERSION= g20230115 +PORTREVISION= 1 CATEGORIES= net-p2p MAINTAINER= ehaupt@FreeBSD.org diff --git a/net-p2p/transmission-gtk/Makefile b/net-p2p/transmission-gtk/Makefile index e9aae44a4016e..4cd3b32d1428b 100644 --- a/net-p2p/transmission-gtk/Makefile +++ b/net-p2p/transmission-gtk/Makefile @@ -1,5 +1,5 @@ PKGNAMESUFFIX= -gtk -PORTREVISION= 5 +PORTREVISION= 6 LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libnotify.so:devel/libnotify diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile index b2d7be54fdc39..cab4e260826de 100644 --- a/net-p2p/transmission-remote-gui/Makefile +++ b/net-p2p/transmission-remote-gui/Makefile @@ -1,6 +1,6 @@ PORTNAME= transmission-remote-gui PORTVERSION= 5.18.0 -PORTREVISION= 13 +PORTREVISION= 14 DISTVERSIONPREFIX= v CATEGORIES= net-p2p PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/net/avahi-gtk/Makefile b/net/avahi-gtk/Makefile index 80a23d0c76c15..c163b1f741229 100644 --- a/net/avahi-gtk/Makefile +++ b/net/avahi-gtk/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net PKGNAMESUFFIX= -gtk diff --git a/net/avahi-gtk3/Makefile b/net/avahi-gtk3/Makefile index c6faeab1194a7..e79846d32a40b 100644 --- a/net/avahi-gtk3/Makefile +++ b/net/avahi-gtk3/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net PKGNAMESUFFIX= -gtk3 diff --git a/net/dhcpcd-ui/Makefile b/net/dhcpcd-ui/Makefile index 5614fc0d6c72d..e62726b97dbfe 100644 --- a/net/dhcpcd-ui/Makefile +++ b/net/dhcpcd-ui/Makefile @@ -1,5 +1,6 @@ PORTNAME= dhcpcd-ui PORTVERSION= 0.7.8 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://roy.marples.name/downloads/dhcpcd/ diff --git a/net/gnome-connections/Makefile b/net/gnome-connections/Makefile index 93667d884e522..d70e440704e28 100644 --- a/net/gnome-connections/Makefile +++ b/net/gnome-connections/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-connections PORTVERSION= 42.1.2 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile index 108e717138ef4..957f2bebbe80f 100644 --- a/net/gnome-nettool/Makefile +++ b/net/gnome-nettool/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-nettool PORTVERSION= 42.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} diff --git a/net/gnome-online-accounts/Makefile b/net/gnome-online-accounts/Makefile index 23330dfeae199..6baf0c21dd48a 100644 --- a/net/gnome-online-accounts/Makefile +++ b/net/gnome-online-accounts/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-online-accounts PORTVERSION= 3.44.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME diff --git a/net/gq/Makefile b/net/gq/Makefile index a294785117145..547e4780c24b0 100644 --- a/net/gq/Makefile +++ b/net/gq/Makefile @@ -1,6 +1,6 @@ PORTNAME= gq PORTVERSION= 1.3.4 -PORTREVISION= 17 +PORTREVISION= 18 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}client/GQ%20Unstable/${PORTVERSION} diff --git a/net/grsync/Makefile b/net/grsync/Makefile index 6f6acee666c6c..f62d9639b265d 100644 --- a/net/grsync/Makefile +++ b/net/grsync/Makefile @@ -1,6 +1,6 @@ PORTNAME= grsync PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.opbyte.it/release/ \ LOCAL/martymac diff --git a/net/gspoof/Makefile b/net/gspoof/Makefile index c5f512ddc4b7c..208e1d58b4d1b 100644 --- a/net/gspoof/Makefile +++ b/net/gspoof/Makefile @@ -1,6 +1,6 @@ PORTNAME= gspoof PORTVERSION= 3.2 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Gspoof-3/${PORTVERSION} diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile index faef353b624d1..fe36ca27ceb41 100644 --- a/net/gtk-vnc/Makefile +++ b/net/gtk-vnc/Makefile @@ -1,5 +1,6 @@ PORTNAME= gtk-vnc PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= GNOME diff --git a/net/gupnp-tools/Makefile b/net/gupnp-tools/Makefile index 5b80852d3c798..5a46f85263333 100644 --- a/net/gupnp-tools/Makefile +++ b/net/gupnp-tools/Makefile @@ -1,5 +1,6 @@ PORTNAME= gupnp-tools PORTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME diff --git a/net/gupnp-ui/Makefile b/net/gupnp-ui/Makefile index 5d3ffe20c5695..f655f1494b5c0 100644 --- a/net/gupnp-ui/Makefile +++ b/net/gupnp-ui/Makefile @@ -1,6 +1,6 @@ PORTNAME= gupnp-ui PORTVERSION= 0.1.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net MASTER_SITES= GNOME diff --git a/net/libdmapsharing/Makefile b/net/libdmapsharing/Makefile index 61396fac4420e..89b0bf60be804 100644 --- a/net/libdmapsharing/Makefile +++ b/net/libdmapsharing/Makefile @@ -1,5 +1,6 @@ PORTNAME= libdmapsharing PORTVERSION= 2.9.41 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= https://www.flyn.org/projects/libdmapsharing/ DIST_SUBDIR= gnome3 diff --git a/net/libgweather/Makefile b/net/libgweather/Makefile index 515ae93285e27..b39274d46f3ef 100644 --- a/net/libgweather/Makefile +++ b/net/libgweather/Makefile @@ -1,6 +1,6 @@ PORTNAME= libgweather PORTVERSION= 40.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} diff --git a/net/libgweather4/Makefile b/net/libgweather4/Makefile index 8db6ec62008ce..8bd8c9fa48cf0 100644 --- a/net/libgweather4/Makefile +++ b/net/libgweather4/Makefile @@ -1,5 +1,6 @@ PORTNAME= libgweather PORTVERSION= 4.2.0 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} diff --git a/net/libmateweather/Makefile b/net/libmateweather/Makefile index 1a98f51ed2ba2..544efa41b6f44 100644 --- a/net/libmateweather/Makefile +++ b/net/libmateweather/Makefile @@ -1,6 +1,6 @@ PORTNAME= libmateweather PORTVERSION= 1.26.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/net/librest1/Makefile b/net/librest1/Makefile index 59c7d3fdccf10..e43ba70f80766 100644 --- a/net/librest1/Makefile +++ b/net/librest1/Makefile @@ -1,5 +1,6 @@ PORTNAME= librest PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= net devel gnome PKGNAMESUFFIX= 1 MASTER_SITES= https://gitlab.gnome.org/GNOME/librest/-/archive/${PORTVERSION}/ diff --git a/net/liferea/Makefile b/net/liferea/Makefile index be6df544ca044..e1f7af2294007 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -1,6 +1,6 @@ PORTNAME= liferea DISTVERSION= 1.12.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net gnome MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v${PORTVERSION:S/.r/-rc/}/ diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 07d75f9556f4a..f2ff8eb177bba 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -1,6 +1,7 @@ PORTNAME= mtr PORTVERSION= 0.95 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MAINTAINER= sunpoet@FreeBSD.org diff --git a/net/py-avahi/Makefile b/net/py-avahi/Makefile index a911826e92132..d9eb31b2ae9c4 100644 --- a/net/py-avahi/Makefile +++ b/net/py-avahi/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= # empty diff --git a/net/remmina/Makefile b/net/remmina/Makefile index 8f97ba52850bf..44290ea66cab8 100644 --- a/net/remmina/Makefile +++ b/net/remmina/Makefile @@ -1,6 +1,6 @@ PORTNAME= remmina DISTVERSION= 1.4.27 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net gnome MAINTAINER= fernape@FreeBSD.org diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile index e622d53447c28..261ccb1bc5132 100644 --- a/net/tsclient/Makefile +++ b/net/tsclient/Makefile @@ -1,6 +1,6 @@ PORTNAME= tsclient PORTVERSION= 0.150 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net gnome MASTER_SITES= SF diff --git a/net/uget/Makefile b/net/uget/Makefile index bb9f4089fbeff..731e831b9362d 100644 --- a/net/uget/Makefile +++ b/net/uget/Makefile @@ -1,6 +1,7 @@ PORTNAME= uget PORTVERSION= 2.2.3 DISTVERSIONSUFFIX= -1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/urlget/${PORTNAME}%20%28stable%29/${PORTVERSION} diff --git a/net/unison/Makefile b/net/unison/Makefile index 4d5c14e81c5f6..8c990a02af130 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,6 +1,6 @@ PORTNAME= unison PORTVERSION= 2.53.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= net diff --git a/net/unison232/Makefile b/net/unison232/Makefile index b574e6b4e677e..dc2fb3f0217d7 100644 --- a/net/unison232/Makefile +++ b/net/unison232/Makefile @@ -1,6 +1,6 @@ PORTNAME= unison PORTVERSION= 2.32.52 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net MASTER_SITES= https://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ DISTFILES= ${EXTRACT_ONLY} ${_EXTRA_DOCS} diff --git a/net/unison240/Makefile b/net/unison240/Makefile index 3c96817d2393f..e3a94dd89d8f7 100644 --- a/net/unison240/Makefile +++ b/net/unison240/Makefile @@ -1,6 +1,6 @@ PORTNAME= unison PORTVERSION= 2.40.128 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ DISTFILES= ${EXTRACT_ONLY} ${EXTRA_DOCS} diff --git a/net/unison248/Makefile b/net/unison248/Makefile index 698d13983e3cf..bbe282bbd72ff 100644 --- a/net/unison248/Makefile +++ b/net/unison248/Makefile @@ -1,6 +1,6 @@ PORTNAME= unison PORTVERSION= 2.48.15 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= v4 CATEGORIES= net diff --git a/net/unison251/Makefile b/net/unison251/Makefile index ea562a25106e1..9d764b79e5f23 100644 --- a/net/unison251/Makefile +++ b/net/unison251/Makefile @@ -1,6 +1,6 @@ PORTNAME= unison PORTVERSION= 2.51.5 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= net diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile index ca00215f382cc..1229e754fc2a9 100644 --- a/net/vinagre/Makefile +++ b/net/vinagre/Makefile @@ -1,6 +1,6 @@ PORTNAME= vinagre PORTVERSION= 3.22.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/net/vino/Makefile b/net/vino/Makefile index 04254c268d8cd..8c4b26f260437 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -1,5 +1,6 @@ PORTNAME= vino PORTVERSION= 3.22.0 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/news/pan/Makefile b/news/pan/Makefile index ca7acd23c59cb..ca8e23467b0c1 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -1,6 +1,6 @@ PORTNAME= pan PORTVERSION= 0.145 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/source/ DIST_SUBDIR= gnome2 diff --git a/polish/gnugadu2/Makefile b/polish/gnugadu2/Makefile index e671c4614377d..02748781c4a77 100644 --- a/polish/gnugadu2/Makefile +++ b/polish/gnugadu2/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnugadu2 PORTVERSION= 2.3.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= polish net-im MASTER_SITES= SF/ggadu/gg2/${PORTVERSION} DISTNAME= gg2-${PORTVERSION} diff --git a/polish/tleenx2/Makefile b/polish/tleenx2/Makefile index 22c7fa59ea3e5..f0e0a9756b6a2 100644 --- a/polish/tleenx2/Makefile +++ b/polish/tleenx2/Makefile @@ -1,6 +1,6 @@ PORTNAME= tleenx2 PORTVERSION= 20040214 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= polish net MASTER_SITES= SF/tleenx/tleenx2/${DISTNAME} DISTNAME= TleenX2-${PORTVERSION} diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile index 6ee9c87f63dff..5c7be5ebf0d58 100644 --- a/ports-mgmt/packagekit/Makefile +++ b/ports-mgmt/packagekit/Makefile @@ -1,5 +1,6 @@ PORTNAME= PackageKit PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= ports-mgmt sysutils MASTER_SITES= https://www.freedesktop.org/software/PackageKit/releases/ diff --git a/print/deforaos-pdfviewer/Makefile b/print/deforaos-pdfviewer/Makefile index 10cdd5b00874c..f79b0476b3ff5 100644 --- a/print/deforaos-pdfviewer/Makefile +++ b/print/deforaos-pdfviewer/Makefile @@ -1,6 +1,6 @@ PORTNAME= pdfviewer PORTVERSION= 0.0.2 -PORTREVISION= 43 +PORTREVISION= 44 CATEGORIES= print MASTER_SITES= http://www.defora.org/os/download/download/4431/ PKGNAMEPREFIX= deforaos- diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index be1a9b95a91c0..cf9dffa076d36 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -1,5 +1,6 @@ PORTNAME= fontforge DISTVERSION= 20220308 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ diff --git a/print/gimp-gutenprint/Makefile b/print/gimp-gutenprint/Makefile index e2830344da6f9..feea3d275fa8d 100644 --- a/print/gimp-gutenprint/Makefile +++ b/print/gimp-gutenprint/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMEPREFIX= gimp- COMMENT= Gimp print plug-in diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile index 2440b32484e8f..ef55f77ffd283 100644 --- a/print/gtklp/Makefile +++ b/print/gtklp/Makefile @@ -1,6 +1,7 @@ PORTNAME= gtklp DISTVERSION= 1.3.4 DISTVERSIONSUFFIX= .src +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF diff --git a/print/pdfarranger/Makefile b/print/pdfarranger/Makefile index 6159138dad806..8bc73507dd2e5 100644 --- a/print/pdfarranger/Makefile +++ b/print/pdfarranger/Makefile @@ -1,6 +1,6 @@ PORTNAME= pdfarranger DISTVERSION= 1.9.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print MAINTAINER= Alexander88207@protonmail.com diff --git a/print/pdfchain/Makefile b/print/pdfchain/Makefile index e5be2a963df58..7f3a32ad86ece 100644 --- a/print/pdfchain/Makefile +++ b/print/pdfchain/Makefile @@ -1,6 +1,6 @@ PORTNAME= pdfchain PORTVERSION= 0.4.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= SF/pdfchain/pdfchain-${PORTVERSION} diff --git a/print/photoprint/Makefile b/print/photoprint/Makefile index f3a28e71ecbe8..14c59d6c622f3 100644 --- a/print/photoprint/Makefile +++ b/print/photoprint/Makefile @@ -1,6 +1,6 @@ PORTNAME= photoprint DISTVERSION= 0.4.2-pre2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= print graphics MASTER_SITES= http://www.blackfiveimaging.co.uk/photoprint/ diff --git a/print/simple-fb2-reader/Makefile b/print/simple-fb2-reader/Makefile index 39f74a3dfe454..50dc61e102a5f 100644 --- a/print/simple-fb2-reader/Makefile +++ b/print/simple-fb2-reader/Makefile @@ -1,6 +1,6 @@ PORTNAME= simple-fb2-reader PORTVERSION= 1.1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MAINTAINER= ports@FreeBSD.org diff --git a/print/xreader/Makefile b/print/xreader/Makefile index e4a0f46439d1e..75e7139d76460 100644 --- a/print/xreader/Makefile +++ b/print/xreader/Makefile @@ -1,6 +1,6 @@ PORTNAME= xreader PORTVERSION= 3.2.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= print gnome DIST_SUBDIR= gnome diff --git a/russian/emkatic/Makefile b/russian/emkatic/Makefile index 84d30cc59694e..a4db2cb8d2b38 100644 --- a/russian/emkatic/Makefile +++ b/russian/emkatic/Makefile @@ -1,6 +1,6 @@ PORTNAME= emkatic PORTVERSION= 0.41 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= russian emulators PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} MASTER_SITES= SF/${PORTNAME}/eMKatic%20Source diff --git a/science/cdcl/Makefile b/science/cdcl/Makefile index 5a4ada6ef9dd3..9f23304437e8c 100644 --- a/science/cdcl/Makefile +++ b/science/cdcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= cdcl PORTVERSION= 5.4.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science graphics MASTER_SITES= http://www.gfd-dennou.org/arch/dcl/ \ http://dennou-h.gfd-dennou.org/arch/dcl/ \ diff --git a/science/chemtool-devel/Makefile b/science/chemtool-devel/Makefile index f1ff06b0fdb05..20234678e9f5d 100644 --- a/science/chemtool-devel/Makefile +++ b/science/chemtool-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= chemtool PORTVERSION= 1.7.20050716 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= science MASTER_SITES= http://ruby.chemie.uni-freiburg.de/~martin/chemtool/ PKGNAMESUFFIX= -devel diff --git a/science/chemtool/Makefile b/science/chemtool/Makefile index 48367ca24acd3..b4c824a7acd70 100644 --- a/science/chemtool/Makefile +++ b/science/chemtool/Makefile @@ -1,6 +1,6 @@ PORTNAME= chemtool DISTVERSION= 1.6.14 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= http://ruby.chemie.uni-freiburg.de/~martin/chemtool/ diff --git a/science/dcl/Makefile b/science/dcl/Makefile index f3f631e4d6200..7757e2163e755 100644 --- a/science/dcl/Makefile +++ b/science/dcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= dcl PORTVERSION= 5.4.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= science graphics MASTER_SITES= http://www.gfd-dennou.org/library/dcl/ \ http://dennou-h.gfd-dennou.org/library/dcl/ \ diff --git a/science/gabedit/Makefile b/science/gabedit/Makefile index 46a13db9b1cc9..6bc8b1a17e3ab 100644 --- a/science/gabedit/Makefile +++ b/science/gabedit/Makefile @@ -1,6 +1,6 @@ PORTNAME= gabedit DISTVERSION= 2.5.1-300720 # the last number is "snapshot" -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= https://sites.google.com/site/allouchear/Home/gabedit/download/ DISTNAME= GabeditSrc${DISTVERSION:C/([0-9])\.([0-9])\.([0-9])-([0-9])/\1\2\3_\4/} diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index 5154045407390..1d6c62167fdc9 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -1,6 +1,6 @@ PORTNAME= gchemutils PORTVERSION= 0.14.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= SAVANNAH/${PORTNAME}/${PORTVERSION:R} DISTNAME= gnome-chemistry-utils-${PORTVERSION} diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile index 659c06527d04f..aa2f1ce55a9f8 100644 --- a/science/ghemical/Makefile +++ b/science/ghemical/Makefile @@ -1,6 +1,6 @@ PORTNAME= ghemical PORTVERSION= 3.0.0 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= science MASTER_SITES= http://bioinformatics.org/ghemical/download/%SUBDIR%/ MASTER_SITE_SUBDIR= release20111012 current diff --git a/science/gramps/Makefile b/science/gramps/Makefile index 6da1398012de2..08626c230b1cc 100644 --- a/science/gramps/Makefile +++ b/science/gramps/Makefile @@ -1,7 +1,7 @@ PORTNAME= gramps PORTVERSION= 5.1.5 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science gnome python MAINTAINER= ports@FreeBSD.org diff --git a/science/gsmc/Makefile b/science/gsmc/Makefile index 5802f6c8db565..17ecc348cf5db 100644 --- a/science/gsmc/Makefile +++ b/science/gsmc/Makefile @@ -1,6 +1,6 @@ PORTNAME= gsmc PORTVERSION= 1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science hamradio MASTER_SITES= http://www.qsl.net/ik5nax/ diff --git a/science/luscus/Makefile b/science/luscus/Makefile index 63950f03dfc96..82a85ac92a2d2 100644 --- a/science/luscus/Makefile +++ b/science/luscus/Makefile @@ -1,6 +1,6 @@ PORTNAME= luscus DISTVERSION= 0.8.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/science/rubygem-ruby-dcl/Makefile b/science/rubygem-ruby-dcl/Makefile index f9fcf586b5aab..9f1c656b685bc 100644 --- a/science/rubygem-ruby-dcl/Makefile +++ b/science/rubygem-ruby-dcl/Makefile @@ -1,5 +1,6 @@ PORTNAME= ruby-dcl PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= science rubygems MASTER_SITES= RG diff --git a/science/v_sim/Makefile b/science/v_sim/Makefile index 7d9516b50826e..c2c3b9552b3ee 100644 --- a/science/v_sim/Makefile +++ b/science/v_sim/Makefile @@ -1,6 +1,6 @@ PORTNAME= v_sim DISTVERSION= 3.8.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science MAINTAINER= thierry@FreeBSD.org diff --git a/science/zotero/Makefile b/science/zotero/Makefile index 2d3516ba71ddf..6158bab41289d 100644 --- a/science/zotero/Makefile +++ b/science/zotero/Makefile @@ -1,5 +1,6 @@ PORTNAME= zotero DISTVERSION= 6.0.11 +PORTREVISION= 1 CATEGORIES= science deskutils MASTER_SITES= LOCAL/mikael DISTFILES= Zotero-${DISTVERSION}_FreeBSD-${ARCH}${EXTRACT_SUFX} @@ -16,7 +17,7 @@ ONLY_FOR_ARCHS_REASON= uses FreeBSD 13.x precompiled binaries BROKEN_FreeBSD_12= uses FreeBSD 13.x precompiled binaries LIB_DEPENDS= libasound.so:audio/alsa-lib \ - libatk-bridge-2.0.so:accessibility/at-spi2-atk \ + libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libdbus-1.so:devel/dbus \ libepoll-shim.so:devel/libepoll-shim \ diff --git a/security/authenticator/Makefile b/security/authenticator/Makefile index 04ba41bc70fb5..945fee4c4f38b 100644 --- a/security/authenticator/Makefile +++ b/security/authenticator/Makefile @@ -1,6 +1,6 @@ PORTNAME= authenticator DISTVERSION= 4.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= jbeich@FreeBSD.org diff --git a/security/beid/Makefile b/security/beid/Makefile index 757cd9fc564de..521fdd393e424 100644 --- a/security/beid/Makefile +++ b/security/beid/Makefile @@ -1,6 +1,6 @@ PORTNAME= beid PORTVERSION= 5.0.28 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= security diff --git a/security/cardpeek/Makefile b/security/cardpeek/Makefile index 8c405fbf51411..02ffdfe745e5c 100644 --- a/security/cardpeek/Makefile +++ b/security/cardpeek/Makefile @@ -1,5 +1,6 @@ PORTNAME= cardpeek PORTVERSION= 0.8.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://downloads.pannetrat.com/install/ diff --git a/security/esteidfirefoxplugin/Makefile b/security/esteidfirefoxplugin/Makefile index 60277b0c7083f..35aafd86a253e 100644 --- a/security/esteidfirefoxplugin/Makefile +++ b/security/esteidfirefoxplugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= esteidfirefoxplugin PORTVERSION= 3.8.0.1115 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://installer.id.ee/media/sources/ diff --git a/security/fprint_demo/Makefile b/security/fprint_demo/Makefile index 83887631445d9..e5cda562e5f9d 100644 --- a/security/fprint_demo/Makefile +++ b/security/fprint_demo/Makefile @@ -1,6 +1,6 @@ PORTNAME= fprint_demo PORTVERSION= 20080303 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= DEBIAN/pool/main/f/${PORTNAME:C/_/-/} DISTNAME= ${PORTNAME:C/_/-/}_${PORTVERSION}git.orig diff --git a/security/gcr/Makefile b/security/gcr/Makefile index eb36224051aca..216117f166391 100644 --- a/security/gcr/Makefile +++ b/security/gcr/Makefile @@ -1,5 +1,6 @@ PORTNAME= gcr PORTVERSION= 3.40.0 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME diff --git a/security/gnome-keyring-sharp/Makefile b/security/gnome-keyring-sharp/Makefile index 52e17c0aa34ab..7919d218292b4 100644 --- a/security/gnome-keyring-sharp/Makefile +++ b/security/gnome-keyring-sharp/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-keyring-sharp PORTVERSION= 1.0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= http://www.go-mono.com/archive/${PORTNAME}/ diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index 1aed02c49fbf1..e7acfb139dcb1 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-keyring PORTVERSION= 42.1 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/security/gnome-ssh-askpass/Makefile b/security/gnome-ssh-askpass/Makefile index c37eaef58d575..0263f87592be4 100644 --- a/security/gnome-ssh-askpass/Makefile +++ b/security/gnome-ssh-askpass/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-ssh-askpass PORTVERSION= 6.6p1 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= OPENBSD/OpenSSH/portable/ DISTNAME= openssh-${PORTVERSION} diff --git a/security/gonepass/Makefile b/security/gonepass/Makefile index 697e7d16a7ba2..ecd2d905c21ef 100644 --- a/security/gonepass/Makefile +++ b/security/gonepass/Makefile @@ -1,6 +1,6 @@ PORTNAME= gonepass DISTVERSION= g20181221 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MAINTAINER= ports@FreeBSD.org diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 8dc9b1084f105..4865bd5d92c36 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -1,5 +1,6 @@ PORTNAME= gpa PORTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNUPG/gpa diff --git a/security/gpg-gui/Makefile b/security/gpg-gui/Makefile index 69e38fce95b23..16c8e1181362a 100644 --- a/security/gpg-gui/Makefile +++ b/security/gpg-gui/Makefile @@ -1,6 +1,7 @@ PORTNAME= gpg-gui DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= ports@FreeBSD.org diff --git a/security/gtkpasman/Makefile b/security/gtkpasman/Makefile index 37192cd03589e..b10e1146529c6 100644 --- a/security/gtkpasman/Makefile +++ b/security/gtkpasman/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkpasman PORTVERSION= 0.12.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/security/libcryptui/Makefile b/security/libcryptui/Makefile index 6251e79ef5dd3..64ad9a9808f5d 100644 --- a/security/libcryptui/Makefile +++ b/security/libcryptui/Makefile @@ -1,6 +1,6 @@ PORTNAME= libcryptui PORTVERSION= 3.12.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/security/openvpn-admin/Makefile b/security/openvpn-admin/Makefile index dd9c906b94eac..1c586fd8cf11b 100644 --- a/security/openvpn-admin/Makefile +++ b/security/openvpn-admin/Makefile @@ -1,7 +1,7 @@ PORTNAME= openvpn-admin PORTVERSION= 1.9.4 DISTVERSIONSUFFIX= -2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security gnome net-vpn MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/release-${PORTVERSION} diff --git a/security/picocrypt/Makefile b/security/picocrypt/Makefile index 7f9feefb44000..855bae345eda7 100644 --- a/security/picocrypt/Makefile +++ b/security/picocrypt/Makefile @@ -1,6 +1,6 @@ PORTNAME= picocrypt DISTVERSION= 1.31 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile index 3caedebec7a3a..49f0027120eb3 100644 --- a/security/pidgin-encryption/Makefile +++ b/security/pidgin-encryption/Makefile @@ -1,6 +1,6 @@ PORTNAME= pidgin PORTVERSION= 3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}-encrypt/Releases/${PORTVERSION} PKGNAMESUFFIX= -encryption diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index d5921bc541094..92039aed35db2 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -1,6 +1,6 @@ PORTNAME= otr PORTVERSION= 4.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net-im net MASTER_SITES= http://www.cypherpunks.ca/otr/ PKGNAMEPREFIX= pidgin- diff --git a/security/pinentry-gtk2/Makefile b/security/pinentry-gtk2/Makefile index bce28ceeac00d..0954571029123 100644 --- a/security/pinentry-gtk2/Makefile +++ b/security/pinentry-gtk2/Makefile @@ -1,5 +1,5 @@ PORTNAME= pinentry -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= GTK+ 2.0 version of the GnuPG password dialog diff --git a/security/putty/Makefile b/security/putty/Makefile index a99a6eb6105ec..c4681d44358d3 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -1,5 +1,6 @@ PORTNAME= putty DISTVERSION= 0.78 +PORTREVISION= 1 #DISTVERSIONSUFFIX= .0c59d49 CATEGORIES= security MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \ diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 96a3de781503c..a067618491bb4 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,5 +1,6 @@ PORTNAME= seahorse PORTVERSION= 41.0 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/security/yersinia/Makefile b/security/yersinia/Makefile index 085c767ee631e..b1df74d521dc2 100644 --- a/security/yersinia/Makefile +++ b/security/yersinia/Makefile @@ -1,6 +1,6 @@ PORTNAME= yersinia PORTVERSION= 0.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security # MASTER_SITES= http://www.yersinia.net/download/ PKGNAMESUFFIX= -gtk diff --git a/shells/viewglob/Makefile b/shells/viewglob/Makefile index a8b829a313f98..5ba1531aaf8c6 100644 --- a/shells/viewglob/Makefile +++ b/shells/viewglob/Makefile @@ -1,6 +1,6 @@ PORTNAME= viewglob PORTVERSION= 2.0.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= shells MASTER_SITES= SF diff --git a/sysutils/bamf/Makefile b/sysutils/bamf/Makefile index bc41d3397ba42..04f0ed695ccf6 100644 --- a/sysutils/bamf/Makefile +++ b/sysutils/bamf/Makefile @@ -1,5 +1,6 @@ PORTNAME= bamf PORTVERSION= 0.5.6 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ diff --git a/sysutils/batterycat/Makefile b/sysutils/batterycat/Makefile index 3e782e7e0b634..4846be3ae64dd 100644 --- a/sysutils/batterycat/Makefile +++ b/sysutils/batterycat/Makefile @@ -1,5 +1,6 @@ PORTNAME= batterycat PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/source_tarball DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index 3b3c014b035a3..bf3129976b903 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -1,6 +1,6 @@ PORTNAME= brasero PORTVERSION= 3.12.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils audio multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/sysutils/brut/Makefile b/sysutils/brut/Makefile index f0cd5214862c2..a91af58707619 100644 --- a/sysutils/brut/Makefile +++ b/sysutils/brut/Makefile @@ -1,5 +1,6 @@ PORTNAME= brut DISTVERSION= 1.55 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= georg.lastname@web.de diff --git a/sysutils/catfish/Makefile b/sysutils/catfish/Makefile index fd163ed672928..fadf24c741a46 100644 --- a/sysutils/catfish/Makefile +++ b/sysutils/catfish/Makefile @@ -1,6 +1,6 @@ PORTNAME= catfish PORTVERSION= 4.16.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 diff --git a/sysutils/cinnamon-control-center/Makefile b/sysutils/cinnamon-control-center/Makefile index 8c51d04fa6bfd..6184939533d22 100644 --- a/sysutils/cinnamon-control-center/Makefile +++ b/sysutils/cinnamon-control-center/Makefile @@ -1,5 +1,6 @@ PORTNAME= cinnamon-control-center PORTVERSION= 5.4.6 +PORTREVISION= 1 CATEGORIES= sysutils gnome DIST_SUBDIR= gnome diff --git a/sysutils/cinnamon-settings-daemon/Makefile b/sysutils/cinnamon-settings-daemon/Makefile index 8277ec7f8de7f..b25195cf3b975 100644 --- a/sysutils/cinnamon-settings-daemon/Makefile +++ b/sysutils/cinnamon-settings-daemon/Makefile @@ -1,5 +1,6 @@ PORTNAME= cinnamon-settings-daemon PORTVERSION= 5.4.4 +PORTREVISION= 1 CATEGORIES= sysutils gnome DIST_SUBDIR= gnome diff --git a/sysutils/cpu-x/Makefile b/sysutils/cpu-x/Makefile index 5948e816bb749..8bf9632cca420 100644 --- a/sysutils/cpu-x/Makefile +++ b/sysutils/cpu-x/Makefile @@ -1,6 +1,7 @@ PORTNAME= cpu-x PORTVERSION= 4.0.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= danfe@FreeBSD.org diff --git a/sysutils/czkawka/Makefile b/sysutils/czkawka/Makefile index 7ec84fa73c8b6..b797a370ff337 100644 --- a/sysutils/czkawka/Makefile +++ b/sysutils/czkawka/Makefile @@ -1,5 +1,6 @@ PORTNAME= czkawka DISTVERSION= 5.1.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= jbeich@FreeBSD.org diff --git a/sysutils/dvdisaster/Makefile b/sysutils/dvdisaster/Makefile index 918ed3525a8e4..d71fd5a159f0e 100644 --- a/sysutils/dvdisaster/Makefile +++ b/sysutils/dvdisaster/Makefile @@ -1,6 +1,6 @@ PORTNAME= dvdisaster PORTVERSION= 0.79.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.ml1.org.uk/distfiles/ \ http://www.ancientgeek.org.uk/distfiles/ diff --git a/sysutils/fsearch/Makefile b/sysutils/fsearch/Makefile index b7d079a3f9001..bd75ddf0a00a6 100644 --- a/sysutils/fsearch/Makefile +++ b/sysutils/fsearch/Makefile @@ -1,6 +1,6 @@ PORTNAME= fsearch PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= danfe@FreeBSD.org diff --git a/sysutils/gapcmon/Makefile b/sysutils/gapcmon/Makefile index acc5664314868..ff8ae48b0cbe0 100644 --- a/sysutils/gapcmon/Makefile +++ b/sysutils/gapcmon/Makefile @@ -1,6 +1,6 @@ PORTNAME= gapcmon PORTVERSION= 0.8.9 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MASTER_SITES= SF diff --git a/sysutils/garcon/Makefile b/sysutils/garcon/Makefile index 93db9989d3a07..732a00b456b65 100644 --- a/sysutils/garcon/Makefile +++ b/sysutils/garcon/Makefile @@ -1,5 +1,6 @@ PORTNAME= garcon PORTVERSION= 4.18.0 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile index b3127ce585cd5..55d8624a1286b 100644 --- a/sysutils/gconf-editor/Makefile +++ b/sysutils/gconf-editor/Makefile @@ -1,6 +1,6 @@ PORTNAME= gconf-editor PORTVERSION= 3.0.1 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= sysutils gnome MASTER_SITES= GNOME diff --git a/sysutils/gdmap/Makefile b/sysutils/gdmap/Makefile index db74831e20a03..d04977d9f03a8 100644 --- a/sysutils/gdmap/Makefile +++ b/sysutils/gdmap/Makefile @@ -1,6 +1,6 @@ PORTNAME= gdmap PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= SF diff --git a/sysutils/gigolo/Makefile b/sysutils/gigolo/Makefile index 23a69d446d711..4f3ffaf5f4e79 100644 --- a/sysutils/gigolo/Makefile +++ b/sysutils/gigolo/Makefile @@ -1,5 +1,6 @@ PORTNAME= gigolo PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= XFCE/apps diff --git a/sysutils/gkleds2/Makefile b/sysutils/gkleds2/Makefile index dd7e8238c91a2..d43201603e824 100644 --- a/sysutils/gkleds2/Makefile +++ b/sysutils/gkleds2/Makefile @@ -1,6 +1,6 @@ PORTNAME= gkleds2 PORTVERSION= 0.8.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MASTER_SITES= http://heim.ifi.uio.no/~oyvinha/files/files/ DISTNAME= gkleds-${PORTVERSION} diff --git a/sysutils/gkrellflynn/Makefile b/sysutils/gkrellflynn/Makefile index ab1ee9d8ecec8..f7384ebb34da3 100644 --- a/sysutils/gkrellflynn/Makefile +++ b/sysutils/gkrellflynn/Makefile @@ -1,6 +1,6 @@ PORTNAME= gkrellflynn PORTVERSION= 0.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ \ http://horus.comlab.uni-rostock.de/flynn/ diff --git a/sysutils/gkrellm2/Makefile b/sysutils/gkrellm2/Makefile index a25663276640c..af2ab110913b9 100644 --- a/sysutils/gkrellm2/Makefile +++ b/sysutils/gkrellm2/Makefile @@ -1,6 +1,6 @@ PORTNAME= gkrellm PORTVERSION= 2.3.11 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://gkrellm.srcbox.net/releases/ \ LOCAL/ume diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index c39488a600541..2891b8d5d0bf6 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-control-center PORTVERSION= 43.2 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile index eb5010899474f..3cb6c0ff5c1c6 100644 --- a/sysutils/gnome-power-manager/Makefile +++ b/sysutils/gnome-power-manager/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-power-manager PORTVERSION= 3.32.0 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/sysutils/gnome-settings-daemon/Makefile b/sysutils/gnome-settings-daemon/Makefile index 55862830f4462..a7904544c5b02 100644 --- a/sysutils/gnome-settings-daemon/Makefile +++ b/sysutils/gnome-settings-daemon/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-settings-daemon PORTVERSION= 42.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index c64ca41cd0f99..58202c80760ec 100644 --- a/sysutils/gnome-system-monitor/Makefile +++ b/sysutils/gnome-system-monitor/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-system-monitor PORTVERSION= 42.0 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/sysutils/graveman/Makefile b/sysutils/graveman/Makefile index f089e7c9c0876..45d55d19a4cd7 100644 --- a/sysutils/graveman/Makefile +++ b/sysutils/graveman/Makefile @@ -1,6 +1,6 @@ PORTNAME= graveman DISTVERSION= 0.3.12-5 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= sysutils MASTER_SITES= http://graveman.tuxfamily.org/sources/ diff --git a/sysutils/gsmartcontrol/Makefile b/sysutils/gsmartcontrol/Makefile index 435c8c6a67c68..945ec5147e79c 100644 --- a/sysutils/gsmartcontrol/Makefile +++ b/sysutils/gsmartcontrol/Makefile @@ -1,5 +1,6 @@ PORTNAME= gsmartcontrol PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} diff --git a/sysutils/gtk-imonc/Makefile b/sysutils/gtk-imonc/Makefile index fa3031cf2017d..5e089c4137307 100644 --- a/sysutils/gtk-imonc/Makefile +++ b/sysutils/gtk-imonc/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtk-imonc PORTVERSION= 0.6.4.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= sysutils MASTER_SITES= http://stefan-strigler.de/download/ diff --git a/sysutils/isomaster/Makefile b/sysutils/isomaster/Makefile index d5d83ebd625f7..38ab8c38e89e7 100644 --- a/sysutils/isomaster/Makefile +++ b/sysutils/isomaster/Makefile @@ -1,5 +1,6 @@ PORTNAME= isomaster PORTVERSION= 1.3.16 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://littlesvr.ca/isomaster/releases/ diff --git a/sysutils/jstest-gtk/Makefile b/sysutils/jstest-gtk/Makefile index 811ff6feb5d3f..f6e1f84876120 100644 --- a/sysutils/jstest-gtk/Makefile +++ b/sysutils/jstest-gtk/Makefile @@ -1,6 +1,6 @@ PORTNAME= jstest-gtk PORTVERSION= 20180710 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= rozhuk.im@gmail.com diff --git a/sysutils/lxinput/Makefile b/sysutils/lxinput/Makefile index b3a8f9f9e3751..7d5563daa75f8 100644 --- a/sysutils/lxinput/Makefile +++ b/sysutils/lxinput/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxinput PORTVERSION= 0.3.5 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/lxde/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput%20${PORTVERSION:R}.x/ diff --git a/sysutils/lxtask/Makefile b/sysutils/lxtask/Makefile index d58361e59000d..a6b5a37163fd7 100644 --- a/sysutils/lxtask/Makefile +++ b/sysutils/lxtask/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxtask PORTVERSION= 0.1.10 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= SF/lxde/LXTask%20%28task%20manager%29/LXTask%200.1.x/ diff --git a/sysutils/lxterminal/Makefile b/sysutils/lxterminal/Makefile index 6ea9c887633dd..23aa31ee6020c 100644 --- a/sysutils/lxterminal/Makefile +++ b/sysutils/lxterminal/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxterminal PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%200.4.x/ diff --git a/sysutils/mate-control-center/Makefile b/sysutils/mate-control-center/Makefile index 2cca948cfebff..9641368250ea7 100644 --- a/sysutils/mate-control-center/Makefile +++ b/sysutils/mate-control-center/Makefile @@ -1,6 +1,6 @@ PORTNAME= mate-control-center PORTVERSION= 1.26.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/sysutils/mate-polkit/Makefile b/sysutils/mate-polkit/Makefile index 7a91062541ba7..e147d94001b60 100644 --- a/sysutils/mate-polkit/Makefile +++ b/sysutils/mate-polkit/Makefile @@ -1,5 +1,6 @@ PORTNAME= mate-polkit PORTVERSION= 1.26.0 +PORTREVISION= 1 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/sysutils/mate-power-manager/Makefile b/sysutils/mate-power-manager/Makefile index abd5b1ded650d..46d3be0fb1559 100644 --- a/sysutils/mate-power-manager/Makefile +++ b/sysutils/mate-power-manager/Makefile @@ -1,6 +1,6 @@ PORTNAME= mate-power-manager PORTVERSION= 1.26.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/sysutils/mate-settings-daemon/Makefile b/sysutils/mate-settings-daemon/Makefile index 1373116521ed1..5d262205431c9 100644 --- a/sysutils/mate-settings-daemon/Makefile +++ b/sysutils/mate-settings-daemon/Makefile @@ -1,6 +1,6 @@ PORTNAME= mate-settings-daemon PORTVERSION= 1.26.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/sysutils/mate-system-monitor/Makefile b/sysutils/mate-system-monitor/Makefile index 880947bd7f560..c7e34ae7e3297 100644 --- a/sysutils/mate-system-monitor/Makefile +++ b/sysutils/mate-system-monitor/Makefile @@ -1,6 +1,6 @@ PORTNAME= mate-system-monitor PORTVERSION= 1.26.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/sysutils/nitrogen/Makefile b/sysutils/nitrogen/Makefile index e0156e289fbcf..9eb4ecb20d6ce 100644 --- a/sysutils/nitrogen/Makefile +++ b/sysutils/nitrogen/Makefile @@ -1,6 +1,6 @@ PORTNAME= nitrogen DISTVERSION= 1.6.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= https://github.com/l3ib/nitrogen/releases/download/${DISTVERSION}/ diff --git a/sysutils/nvclock/Makefile b/sysutils/nvclock/Makefile index 0a572f74dd6f6..f6ede6c39bf6e 100644 --- a/sysutils/nvclock/Makefile +++ b/sysutils/nvclock/Makefile @@ -1,6 +1,6 @@ PORTNAME= nvclock DISTVERSION= 0.8b4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.8%20%28beta4%29 DISTNAME= nvclock${DISTVERSION} diff --git a/sysutils/polkit-gnome/Makefile b/sysutils/polkit-gnome/Makefile index 678683a6c9279..ade8e76e61301 100644 --- a/sysutils/polkit-gnome/Makefile +++ b/sysutils/polkit-gnome/Makefile @@ -1,6 +1,6 @@ PORTNAME= polkit-gnome PORTVERSION= 0.105 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils gnome MASTER_SITES= GNOME diff --git a/sysutils/process-viewer/Makefile b/sysutils/process-viewer/Makefile index 4a9fd54995c13..5c1917504392b 100644 --- a/sysutils/process-viewer/Makefile +++ b/sysutils/process-viewer/Makefile @@ -1,6 +1,6 @@ PORTNAME= process-viewer DISTVERSION= g20220909 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/quicksynergy/Makefile b/sysutils/quicksynergy/Makefile index a78392dce9256..8b46fd9d92140 100644 --- a/sysutils/quicksynergy/Makefile +++ b/sysutils/quicksynergy/Makefile @@ -1,6 +1,6 @@ PORTNAME= quicksynergy PORTVERSION= 0.9.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/Linux/${PORTVERSION} diff --git a/sysutils/szyszka/Makefile b/sysutils/szyszka/Makefile index 69aaf944b7b85..afbc8a3b31873 100644 --- a/sysutils/szyszka/Makefile +++ b/sysutils/szyszka/Makefile @@ -1,6 +1,6 @@ PORTNAME= szyszka DISTVERSION= 2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile index a7ec44a6e0b68..d341e90cf0e0c 100644 --- a/sysutils/thefish/Makefile +++ b/sysutils/thefish/Makefile @@ -1,5 +1,6 @@ PORTNAME= thefish PORTVERSION= 0.6.7 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://BSDforge.com/projects/source/sysutils/thefish/ diff --git a/sysutils/touchegg/Makefile b/sysutils/touchegg/Makefile index a33a2af78c8d6..1f7833b778678 100644 --- a/sysutils/touchegg/Makefile +++ b/sysutils/touchegg/Makefile @@ -1,5 +1,6 @@ PORTNAME= touchegg DISTVERSION= 2.0.15 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile index a4aba982d48f7..b41da703f9e70 100644 --- a/sysutils/xcdroast/Makefile +++ b/sysutils/xcdroast/Makefile @@ -1,6 +1,6 @@ PORTNAME= xcdroast PORTVERSION= 0.98.a.16 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.98alpha16 \ http://www.xcdroast.org/download/ diff --git a/sysutils/xfburn/Makefile b/sysutils/xfburn/Makefile index 24acc2db34c8f..35587bc938b66 100644 --- a/sysutils/xfburn/Makefile +++ b/sysutils/xfburn/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfburn PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile index b0279972c24a8..e5d6de3ae3a49 100644 --- a/sysutils/xfce4-battery-plugin/Makefile +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-battery-plugin PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-bsdcpufreq-plugin/Makefile b/sysutils/xfce4-bsdcpufreq-plugin/Makefile index 45d3a841cb3e2..ae2a3879cf5c0 100644 --- a/sysutils/xfce4-bsdcpufreq-plugin/Makefile +++ b/sysutils/xfce4-bsdcpufreq-plugin/Makefile @@ -2,7 +2,7 @@ PORTNAME= xfce4-bsdcpufreq-plugin PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils xfce MAINTAINER= riggs@FreeBSD.org diff --git a/sysutils/xfce4-cpugraph-plugin/Makefile b/sysutils/xfce4-cpugraph-plugin/Makefile index fd906be0aa457..fbe5a7d007209 100644 --- a/sysutils/xfce4-cpugraph-plugin/Makefile +++ b/sysutils/xfce4-cpugraph-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-cpugraph-plugin PORTVERSION= 1.2.7 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-diskperf-plugin/Makefile b/sysutils/xfce4-diskperf-plugin/Makefile index 980f1e33ab116..3a3149f337ab0 100644 --- a/sysutils/xfce4-diskperf-plugin/Makefile +++ b/sysutils/xfce4-diskperf-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-diskperf-plugin PORTVERSION= 2.7.0 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-fsguard-plugin/Makefile b/sysutils/xfce4-fsguard-plugin/Makefile index 5f9475f30ee8b..47c99f360505a 100644 --- a/sysutils/xfce4-fsguard-plugin/Makefile +++ b/sysutils/xfce4-fsguard-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfce4-fsguard-plugin PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-genmon-plugin/Makefile b/sysutils/xfce4-genmon-plugin/Makefile index 99030ba3ff666..24dd6fdaa9dd0 100644 --- a/sysutils/xfce4-genmon-plugin/Makefile +++ b/sysutils/xfce4-genmon-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-genmon-plugin PORTVERSION= 4.1.1 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-mount-plugin/Makefile b/sysutils/xfce4-mount-plugin/Makefile index a0d01acbd3a32..762213d05605e 100644 --- a/sysutils/xfce4-mount-plugin/Makefile +++ b/sysutils/xfce4-mount-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfce4-mount-plugin PORTVERSION= 1.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-netload-plugin/Makefile b/sysutils/xfce4-netload-plugin/Makefile index 8c3bad8e7f510..b9d2c670fba1a 100644 --- a/sysutils/xfce4-netload-plugin/Makefile +++ b/sysutils/xfce4-netload-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-netload-plugin PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-places-plugin/Makefile b/sysutils/xfce4-places-plugin/Makefile index 1ab91996eb723..d42632a4c30ee 100644 --- a/sysutils/xfce4-places-plugin/Makefile +++ b/sysutils/xfce4-places-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-places-plugin PORTVERSION= 1.8.3 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-power-manager/Makefile b/sysutils/xfce4-power-manager/Makefile index 39dab647695f0..fff980c0868c7 100644 --- a/sysutils/xfce4-power-manager/Makefile +++ b/sysutils/xfce4-power-manager/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-power-manager PORTVERSION= 4.18.1 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-settings/Makefile b/sysutils/xfce4-settings/Makefile index e2a0e0b49ce23..67d20bab015d7 100644 --- a/sysutils/xfce4-settings/Makefile +++ b/sysutils/xfce4-settings/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-settings PORTVERSION= 4.18.2 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-systemload-plugin/Makefile b/sysutils/xfce4-systemload-plugin/Makefile index c6ec96b7312f9..6b4787d51a466 100644 --- a/sysutils/xfce4-systemload-plugin/Makefile +++ b/sysutils/xfce4-systemload-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-systemload-plugin PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-wavelan-plugin/Makefile b/sysutils/xfce4-wavelan-plugin/Makefile index d6b31b6e3ec4c..6c74060d01925 100644 --- a/sysutils/xfce4-wavelan-plugin/Makefile +++ b/sysutils/xfce4-wavelan-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-wavelan-plugin PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/sysutils/zeitgeist/Makefile b/sysutils/zeitgeist/Makefile index 9fefeb0a530e7..3e4af1604af45 100644 --- a/sysutils/zeitgeist/Makefile +++ b/sysutils/zeitgeist/Makefile @@ -2,6 +2,7 @@ PORTNAME= zeitgeist DISTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= kwm@FreeBSD.org diff --git a/textproc/artha/Makefile b/textproc/artha/Makefile index eb791cf86bfb5..d62f06bd7659f 100644 --- a/textproc/artha/Makefile +++ b/textproc/artha/Makefile @@ -1,6 +1,6 @@ PORTNAME= artha PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF diff --git a/textproc/fcitx5-gtk/Makefile b/textproc/fcitx5-gtk/Makefile index 166c66eef9d6b..3d4bae6ee2585 100644 --- a/textproc/fcitx5-gtk/Makefile +++ b/textproc/fcitx5-gtk/Makefile @@ -1,5 +1,6 @@ PORTNAME= fcitx5-gtk DISTVERSION= 5.0.10 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= khng@FreeBSD.org diff --git a/textproc/gspell/Makefile b/textproc/gspell/Makefile index c65b680301300..c10ed82462f2b 100644 --- a/textproc/gspell/Makefile +++ b/textproc/gspell/Makefile @@ -1,6 +1,6 @@ PORTNAME= gspell PORTVERSION= 1.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index ca59400da8666..762471c409b7f 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkspell PORTVERSION= 2.0.16 -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES= textproc gnome MASTER_SITES= LOCAL/marcus diff --git a/textproc/gtkspell3/Makefile b/textproc/gtkspell3/Makefile index c90b600f1ed27..78a9a6c64f71d 100644 --- a/textproc/gtkspell3/Makefile +++ b/textproc/gtkspell3/Makefile @@ -1,5 +1,6 @@ PORTNAME= gtkspell3 PORTVERSION= 3.0.10 +PORTREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= SF/gtkspell/${PORTVERSION} diff --git a/textproc/ibus-m17n/Makefile b/textproc/ibus-m17n/Makefile index 7cb3607d64c7d..d6cabefab7fc6 100644 --- a/textproc/ibus-m17n/Makefile +++ b/textproc/ibus-m17n/Makefile @@ -1,5 +1,6 @@ PORTNAME= ibus-m17n DISTVERSION= 1.4.18 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/ibus-typing-booster/Makefile b/textproc/ibus-typing-booster/Makefile index 9d4ca488a477c..37885388bab71 100644 --- a/textproc/ibus-typing-booster/Makefile +++ b/textproc/ibus-typing-booster/Makefile @@ -1,5 +1,6 @@ PORTNAME= ibus-typing-booster PORTVERSION= 2.20.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index 0ada954f06542..3e52e2c698850 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -1,6 +1,6 @@ PORTNAME= ibus PORTVERSION= 1.5.27 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= henry.hu.sh@gmail.com diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index 771e156e08dc9..dfe2b173dc9fb 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -1,6 +1,6 @@ PORTNAME= libextractor PORTVERSION= 1.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= GNU diff --git a/textproc/libgepub/Makefile b/textproc/libgepub/Makefile index 5907a23ccf285..cb5d5ad441edc 100644 --- a/textproc/libgepub/Makefile +++ b/textproc/libgepub/Makefile @@ -1,6 +1,6 @@ PORTNAME= libgepub PORTVERSION= 0.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc gnome MASTER_SITES= GNOME diff --git a/textproc/m17n-im-config/Makefile b/textproc/m17n-im-config/Makefile index 05913488f6454..3e0bb42dda402 100644 --- a/textproc/m17n-im-config/Makefile +++ b/textproc/m17n-im-config/Makefile @@ -1,6 +1,6 @@ PORTNAME= m17n-im-config PORTVERSION= 0.9.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= textproc MASTER_SITES= http://www.m17n.org/common/im-config/ \ http://anthesphoria.net/FreeBSD/ports/distfiles/ diff --git a/textproc/meld/Makefile b/textproc/meld/Makefile index 7e3b45228d3ed..c0c5f8a313476 100644 --- a/textproc/meld/Makefile +++ b/textproc/meld/Makefile @@ -1,5 +1,6 @@ PORTNAME= meld PORTVERSION= 3.20.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= textproc devel python MASTER_SITES= GNOME diff --git a/textproc/obsidian/Makefile b/textproc/obsidian/Makefile index f4b0d6e5d9e91..3b56c5bf26128 100644 --- a/textproc/obsidian/Makefile +++ b/textproc/obsidian/Makefile @@ -8,7 +8,7 @@ PORTNAME= obsidian PORTVERSION= 1.1.9 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= textproc # Icon is taken from the Nix build recipe # https://github.com/NixOS/nixpkgs/blob/de5448dab588ad41aef40f8c7c0c230981656698/pkgs/applications/misc/obsidian/default.nix#L31-L34 @@ -32,7 +32,7 @@ RUN_DEPENDS= electron${ELECTRON_VERSION}:devel/electron${ELECTRON_VERSION} # All deps below are there only to please stage-qa -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libsnappy.so:archivers/snappy \ libopus.so:audio/opus \ diff --git a/textproc/scim-kmfl-imengine/Makefile b/textproc/scim-kmfl-imengine/Makefile index 9952be5608a28..75bc6e478875a 100644 --- a/textproc/scim-kmfl-imengine/Makefile +++ b/textproc/scim-kmfl-imengine/Makefile @@ -1,6 +1,6 @@ PORTNAME= scim-kmfl-imengine PORTVERSION= 0.9.9 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc MASTER_SITES= SF/kmfl/kmfl/${PORTVERSION} \ http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ diff --git a/textproc/scim/Makefile b/textproc/scim/Makefile index 2f243cc0a3210..d74771027629c 100644 --- a/textproc/scim/Makefile +++ b/textproc/scim/Makefile @@ -1,6 +1,6 @@ PORTNAME= scim PORTVERSION= 1.4.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= SF diff --git a/textproc/stardict3/Makefile b/textproc/stardict3/Makefile index 8aa90e351630f..e8ea65c49f0cb 100644 --- a/textproc/stardict3/Makefile +++ b/textproc/stardict3/Makefile @@ -1,6 +1,6 @@ PORTNAME= stardict PORTVERSION= 3.0.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= SF/stardict-4/${PORTVERSION} DIST_SUBDIR= stardict diff --git a/textproc/uim-gtk/Makefile b/textproc/uim-gtk/Makefile index daa47f52304d9..724e64b7fc5ad 100644 --- a/textproc/uim-gtk/Makefile +++ b/textproc/uim-gtk/Makefile @@ -1,4 +1,5 @@ PKGNAMESUFFIX= -gtk +PORTREVISION= 1 COMMENT= GTK+ modules of uim input method diff --git a/textproc/uim-gtk3/Makefile b/textproc/uim-gtk3/Makefile index 8d9a04d995297..4ae0951656726 100644 --- a/textproc/uim-gtk3/Makefile +++ b/textproc/uim-gtk3/Makefile @@ -1,4 +1,5 @@ PKGNAMESUFFIX= -gtk3 +PORTREVISION= 1 COMMENT= GTK+ 3.x modules of uim input method diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index e34c72cee54e8..46bc98720db09 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -1,5 +1,6 @@ PORTNAME= uim PORTVERSION= 1.9.0.b.${SNAPDATE} +PORTREVISION= 1 CATEGORIES?= textproc .if !defined(UIM_SLAVE) && defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 diff --git a/textproc/xfce4-dict-plugin/Makefile b/textproc/xfce4-dict-plugin/Makefile index 6f5235a72dcd1..e2dcfe12766a7 100644 --- a/textproc/xfce4-dict-plugin/Makefile +++ b/textproc/xfce4-dict-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfce4-dict PORTVERSION= 0.8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc xfce MASTER_SITES= XFCE/apps PKGNAMESUFFIX= -plugin diff --git a/www/badwolf/Makefile b/www/badwolf/Makefile index 9296fa3287a8e..bbd13b7612354 100644 --- a/www/badwolf/Makefile +++ b/www/badwolf/Makefile @@ -1,5 +1,6 @@ PORTNAME= badwolf DISTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://hacktivis.me/releases/ diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index eff7cae79c9f0..4b224d02b739f 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,6 +1,6 @@ PORTNAME= bluefish PORTVERSION= 2.2.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www editors MASTER_SITES= http://www.bennewitz.com/bluefish/stable/source/ \ http://bluefish.mrball.net/stable/source/ diff --git a/www/castor/Makefile b/www/castor/Makefile index 1bb9fda70e6e0..407a7f1a942b6 100644 --- a/www/castor/Makefile +++ b/www/castor/Makefile @@ -1,6 +1,6 @@ PORTNAME= castor DISTVERSION= 0.8.16 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= www MASTER_SITES= https://git.sr.ht/~julienxx/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 91b19cc67d7ac..1b8b5e518c212 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -1,5 +1,6 @@ PORTNAME= chromium PORTVERSION= 110.0.5481.177 +PORTREVISION= 1 CATEGORIES= www wayland MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \ https://nerd.hu/distfiles/:external @@ -30,7 +31,7 @@ BUILD_DEPENDS= bash:shells/bash \ ${LOCALBASE}/libdata/pkgconfig/Qt5Core.pc:devel/qt5-core \ ${LOCALBASE}/libdata/pkgconfig/Qt5Widgets.pc:x11-toolkits/qt5-widgets -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libspeechd.so:accessibility/speech-dispatcher \ libsnappy.so:archivers/snappy \ diff --git a/www/cssed/Makefile b/www/cssed/Makefile index 352425217f49a..df4f46cb5c5a0 100644 --- a/www/cssed/Makefile +++ b/www/cssed/Makefile @@ -1,6 +1,6 @@ PORTNAME= cssed PORTVERSION= 0.4.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= www MASTER_SITES= SF diff --git a/www/eolie/Makefile b/www/eolie/Makefile index a0c47cc3fd646..e2970648847e9 100644 --- a/www/eolie/Makefile +++ b/www/eolie/Makefile @@ -1,5 +1,6 @@ PORTNAME= eolie PORTVERSION= 0.9.101 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= https://adishatz.org/eolie/ diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index f1c64ecc47aa5..ef0edae33be5c 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,6 +1,6 @@ PORTNAME= epiphany PORTVERSION= 42.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index d6d55d4ec5caa..fb42d0c585447 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -1,6 +1,6 @@ PORTNAME= firefox DISTVERSION= 102.8.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index c5c8ff3903c35..2138e936be564 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,7 +1,7 @@ PORTNAME= firefox DISTVERSION= 110.0.1 PORTEPOCH= 2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build1/source diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile index 1723a12ef9fe4..f4f4c2ce18d8d 100644 --- a/www/gnome-user-share/Makefile +++ b/www/gnome-user-share/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-user-share PORTVERSION= 3.14.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/www/gtkhtml4/Makefile b/www/gtkhtml4/Makefile index fb85528810cff..6da2638019212 100644 --- a/www/gtkhtml4/Makefile +++ b/www/gtkhtml4/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkhtml PORTVERSION= 4.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 4 diff --git a/www/iridium/Makefile b/www/iridium/Makefile index a148702eb483a..15edf1f99c45c 100644 --- a/www/iridium/Makefile +++ b/www/iridium/Makefile @@ -1,5 +1,6 @@ PORTNAME= iridium PORTVERSION= 2023.01.109 +PORTREVISION= 1 CATEGORIES= www wayland MASTER_SITES= https://downloads.iridiumbrowser.de/source/ PKGNAMESUFFIX= -browser @@ -32,7 +33,7 @@ BUILD_DEPENDS= bash:shells/bash \ ${LOCALBASE}/libdata/pkgconfig/Qt5Core.pc:devel/qt5-core \ ${LOCALBASE}/libdata/pkgconfig/Qt5Widgets.pc:x11-toolkits/qt5-widgets -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libspeechd.so:accessibility/speech-dispatcher \ libsnappy.so:archivers/snappy \ diff --git a/www/libepc/Makefile b/www/libepc/Makefile index 77a14c11309d1..3d1ba006037f7 100644 --- a/www/libepc/Makefile +++ b/www/libepc/Makefile @@ -1,5 +1,6 @@ PORTNAME= libepc PORTVERSION= 0.4.6 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= GNOME diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile index b803f89d2758e..6c2edbc101d10 100644 --- a/www/librewolf/Makefile +++ b/www/librewolf/Makefile @@ -1,5 +1,6 @@ PORTNAME= librewolf DISTVERSION= 109.0.1.2 +PORTREVISION= 1 CATEGORIES= www wayland MASTER_SITES= https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/${DISTVERSION:R}-2/ DISTNAME= ${PORTNAME}-${DISTVERSION:R}-2.source. diff --git a/www/luakit-devel/Makefile b/www/luakit-devel/Makefile index e67f00556b1fb..3d294b2e4765d 100644 --- a/www/luakit-devel/Makefile +++ b/www/luakit-devel/Makefile @@ -1,6 +1,7 @@ PORTNAME= luakit DISTVERSION= 2.3.3-0 DISTVERSIONSUFFIX= -g68e4ffc +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www PKGNAMESUFFIX= -devel diff --git a/www/luakit/Makefile b/www/luakit/Makefile index 0651d768b8959..f34f9922baca8 100644 --- a/www/luakit/Makefile +++ b/www/luakit/Makefile @@ -1,5 +1,6 @@ PORTNAME= luakit PORTVERSION= 2.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www diff --git a/www/midori/Makefile b/www/midori/Makefile index 06efda6dfdc57..507cb97101aff 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -1,7 +1,7 @@ PORTNAME= midori PORTVERSION= 9.0 DISTVERSIONPREFIX= v -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www xfce MAINTAINER= xfce@FreeBSD.org diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index b0346eed129d4..2bcf3f341de82 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -1,6 +1,6 @@ PORTNAME= netsurf PORTVERSION= 3.10 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= http://download.netsurf-browser.org/netsurf/releases/source/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/www/surf/Makefile b/www/surf/Makefile index e42228336db02..7076ab30ddf1a 100644 --- a/www/surf/Makefile +++ b/www/surf/Makefile @@ -1,5 +1,6 @@ PORTNAME= surf DISTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://dl.suckless.org/${PORTNAME}/ PKGNAMESUFFIX= -browser diff --git a/www/tor-browser/Makefile b/www/tor-browser/Makefile index 9c84b0a94a49d..1c392f38591ea 100644 --- a/www/tor-browser/Makefile +++ b/www/tor-browser/Makefile @@ -1,6 +1,6 @@ PORTNAME= tor-browser DISTVERSION= 12.0.2 -PORTREVISION= 4 # previous DISTVERSION was 12.0-2 which becomes 12.0.2 too in PGKNAME +PORTREVISION= 4 # previous DISTVERSION was 12.0-2 which becomes 12.0.2 too in 1 CATEGORIES= www net security wayland MASTER_SITES= TOR MASTER_SITE_SUBDIR=torbrowser/${DISTVERSION} diff --git a/www/ungoogled-chromium/Makefile b/www/ungoogled-chromium/Makefile index c445afb68e023..cb75f1506a641 100644 --- a/www/ungoogled-chromium/Makefile +++ b/www/ungoogled-chromium/Makefile @@ -1,5 +1,6 @@ PORTNAME= ungoogled-chromium PORTVERSION= 110.0.5481.177 +PORTREVISION= 1 UGVERSION= ${DISTVERSION}-1 CATEGORIES= www wayland MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \ @@ -34,7 +35,7 @@ BUILD_DEPENDS= bash:shells/bash \ ${LOCALBASE}/libdata/pkgconfig/Qt5Core.pc:devel/qt5-core \ ${LOCALBASE}/libdata/pkgconfig/Qt5Widgets.pc:x11-toolkits/qt5-widgets -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libspeechd.so:accessibility/speech-dispatcher \ libsnappy.so:archivers/snappy \ diff --git a/www/vimb/Makefile b/www/vimb/Makefile index 2a1b3ae24bfaf..fab70dad28649 100644 --- a/www/vimb/Makefile +++ b/www/vimb/Makefile @@ -1,5 +1,6 @@ PORTNAME= vimb DISTVERSION= 3.6.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= ports@FreeBSD.org diff --git a/www/w3m-img/Makefile b/www/w3m-img/Makefile index 8fa1c0d2b417b..3dc530dc09c9d 100644 --- a/www/w3m-img/Makefile +++ b/www/w3m-img/Makefile @@ -1,4 +1,5 @@ PKGNAMESUFFIX= -img +PORTREVISION= 1 MAINTAINER= nobutaka@FreeBSD.org COMMENT= Pager/text-based WWW browser with inline image support diff --git a/www/webkit2-gtk3/Makefile b/www/webkit2-gtk3/Makefile index 00369804111f4..cd835cd310a4d 100644 --- a/www/webkit2-gtk3/Makefile +++ b/www/webkit2-gtk3/Makefile @@ -1,6 +1,6 @@ PORTNAME= webkit DISTVERSION= 2.34.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= https://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk3 diff --git a/www/webkit2-gtk4/Makefile b/www/webkit2-gtk4/Makefile index dce455804beb2..5b6e907586c8d 100644 --- a/www/webkit2-gtk4/Makefile +++ b/www/webkit2-gtk4/Makefile @@ -1,5 +1,6 @@ PORTNAME= webkit DISTVERSION= 2.38.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk4 diff --git a/www/xfce4-smartbookmark-plugin/Makefile b/www/xfce4-smartbookmark-plugin/Makefile index 5d8330c45e116..2f6102fab062d 100644 --- a/www/xfce4-smartbookmark-plugin/Makefile +++ b/www/xfce4-smartbookmark-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfce4-smartbookmark-plugin PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/x11-clocks/cairo-clock/Makefile b/x11-clocks/cairo-clock/Makefile index d682b767da020..673a0d7eab7b0 100644 --- a/x11-clocks/cairo-clock/Makefile +++ b/x11-clocks/cairo-clock/Makefile @@ -1,6 +1,6 @@ PORTNAME= cairo-clock DISTVERSION= 0.3.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-clocks MASTER_SITES= http://ftp.de.debian.org/debian/pool/main/c/cairo-clock/ DISTNAME= ${PORTNAME}_${DISTVERSION}.orig diff --git a/x11-clocks/wmclockmon/Makefile b/x11-clocks/wmclockmon/Makefile index 0e29cd43d471f..6ecd7844794de 100644 --- a/x11-clocks/wmclockmon/Makefile +++ b/x11-clocks/wmclockmon/Makefile @@ -1,6 +1,6 @@ PORTNAME= wmclockmon PORTVERSION= 0.8.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-clocks windowmaker MASTER_SITES= http://tnemeth.free.fr/projets/programmes/ diff --git a/x11-clocks/wmfishtime/Makefile b/x11-clocks/wmfishtime/Makefile index e32d8d4e99967..bf1c7a21cd7f3 100644 --- a/x11-clocks/wmfishtime/Makefile +++ b/x11-clocks/wmfishtime/Makefile @@ -1,6 +1,6 @@ PORTNAME= wmfishtime PORTVERSION= 1.24 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-clocks windowmaker MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ \ http://www.sourcefiles.org/Toys/Clocks/ diff --git a/x11-clocks/wmtimer/Makefile b/x11-clocks/wmtimer/Makefile index aacdb4a9a252b..9286d2a26b97d 100644 --- a/x11-clocks/wmtimer/Makefile +++ b/x11-clocks/wmtimer/Makefile @@ -1,6 +1,6 @@ PORTNAME= wmtimer PORTVERSION= 2.92 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= x11-clocks windowmaker MASTER_SITES= https://github.com/bbidulock/wmtimer/releases/download/${PORTVERSION}/ \ LOCAL/uqs diff --git a/x11-clocks/xdaliclock/Makefile b/x11-clocks/xdaliclock/Makefile index 54a1f6d653d11..4ff4e30a81e5c 100644 --- a/x11-clocks/xdaliclock/Makefile +++ b/x11-clocks/xdaliclock/Makefile @@ -1,6 +1,6 @@ PORTNAME= xdaliclock DISTVERSION= 2.47 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks MASTER_SITES= https://www.jwz.org/${PORTNAME}/ diff --git a/x11-clocks/xfce4-datetime-plugin/Makefile b/x11-clocks/xfce4-datetime-plugin/Makefile index 90b8392a96710..69f3494a13db9 100644 --- a/x11-clocks/xfce4-datetime-plugin/Makefile +++ b/x11-clocks/xfce4-datetime-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-datetime-plugin PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= x11-clocks xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/x11-clocks/xfce4-stopwatch-plugin/Makefile b/x11-clocks/xfce4-stopwatch-plugin/Makefile index 2c4279a32d2be..e773de5a0b8ac 100644 --- a/x11-clocks/xfce4-stopwatch-plugin/Makefile +++ b/x11-clocks/xfce4-stopwatch-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-stopwatch-plugin PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= x11-clocks xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/x11-clocks/xfce4-time-out-plugin/Makefile b/x11-clocks/xfce4-time-out-plugin/Makefile index 717b1d605c48a..077b91402ac6f 100644 --- a/x11-clocks/xfce4-time-out-plugin/Makefile +++ b/x11-clocks/xfce4-time-out-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-time-out-plugin PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= x11-clocks xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/x11-clocks/xfce4-timer-plugin/Makefile b/x11-clocks/xfce4-timer-plugin/Makefile index 5f3542ec42ce7..3276f9972460f 100644 --- a/x11-clocks/xfce4-timer-plugin/Makefile +++ b/x11-clocks/xfce4-timer-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfce4-timer-plugin PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/x11-fm/caja/Makefile b/x11-fm/caja/Makefile index 8649276924d46..ec142b9859833 100644 --- a/x11-fm/caja/Makefile +++ b/x11-fm/caja/Makefile @@ -1,5 +1,6 @@ PORTNAME= caja PORTVERSION= 1.26.1 +PORTREVISION= 1 CATEGORIES= x11-fm mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/x11-fm/catseye-fm/Makefile b/x11-fm/catseye-fm/Makefile index ce94acaa5822c..f309615d4dbce 100644 --- a/x11-fm/catseye-fm/Makefile +++ b/x11-fm/catseye-fm/Makefile @@ -1,6 +1,6 @@ PORTNAME= catseye-fm PORTVERSION= 4.2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm MASTER_SITES= http://catseye-fm.sourceforge.net/downloads/ \ http://catseye-fm-temp.sourceforge.net/downloads/ diff --git a/x11-fm/deforaos-browser/Makefile b/x11-fm/deforaos-browser/Makefile index 8ae557f333156..6676f7b770d27 100644 --- a/x11-fm/deforaos-browser/Makefile +++ b/x11-fm/deforaos-browser/Makefile @@ -1,5 +1,6 @@ PORTNAME= deforaos-browser PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= http://www.defora.org/os/download/download/4442/ DISTNAME= Browser-${PORTVERSION} diff --git a/x11-fm/doublecmd/Makefile b/x11-fm/doublecmd/Makefile index 9920ccd1ac97d..dc96a6b6278e2 100644 --- a/x11-fm/doublecmd/Makefile +++ b/x11-fm/doublecmd/Makefile @@ -1,6 +1,7 @@ PORTNAME= doublecmd PORTVERSION= 1.0.10 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= x11-fm PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/x11-fm/fsv2/Makefile b/x11-fm/fsv2/Makefile index 40efcaf57da9e..e4ef26ed2fa7a 100644 --- a/x11-fm/fsv2/Makefile +++ b/x11-fm/fsv2/Makefile @@ -1,6 +1,6 @@ PORTNAME= fsv2 PORTVERSION= 1.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-fm MASTER_SITES= http://cyber.dabamos.de/pub/distfiles/ diff --git a/x11-fm/gentoo/Makefile b/x11-fm/gentoo/Makefile index f2f07c0c2c552..0ed8cc6fc9e8e 100644 --- a/x11-fm/gentoo/Makefile +++ b/x11-fm/gentoo/Makefile @@ -1,5 +1,6 @@ PORTNAME= gentoo PORTVERSION= 0.20.7 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= SF diff --git a/x11-fm/librfm/Makefile b/x11-fm/librfm/Makefile index cc7396fb2bc4a..a2f7c5cf048a9 100644 --- a/x11-fm/librfm/Makefile +++ b/x11-fm/librfm/Makefile @@ -1,6 +1,6 @@ PORTNAME= librfm PORTVERSION= 5.3.16.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-fm MASTER_SITES= SF/xffm/5.3.16.3 DISTNAME= ${PORTNAME}5-${PORTVERSION} diff --git a/x11-fm/nautilus-python/Makefile b/x11-fm/nautilus-python/Makefile index e916ef04ea3e6..2585d9bf9dd2b 100644 --- a/x11-fm/nautilus-python/Makefile +++ b/x11-fm/nautilus-python/Makefile @@ -1,6 +1,6 @@ PORTNAME= nautilus-python DISTVERSION= 1.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm gnome python MASTER_SITES= GNOME diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 3c6326b9f3dfc..b356e3d2bc0e7 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -1,6 +1,6 @@ PORTNAME= nautilus PORTVERSION= 42.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/x11-fm/nemo/Makefile b/x11-fm/nemo/Makefile index 78db65714a286..8536545ec6e56 100644 --- a/x11-fm/nemo/Makefile +++ b/x11-fm/nemo/Makefile @@ -1,5 +1,6 @@ PORTNAME= nemo PORTVERSION= 5.4.2 +PORTREVISION= 1 CATEGORIES= x11-fm gnome DIST_SUBDIR= gnome diff --git a/x11-fm/pcmanfm/Makefile b/x11-fm/pcmanfm/Makefile index 99c7a836f9d7b..aeb9c0b6bfc4f 100644 --- a/x11-fm/pcmanfm/Makefile +++ b/x11-fm/pcmanfm/Makefile @@ -1,5 +1,6 @@ PORTNAME= pcmanfm PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/ diff --git a/x11-fm/polo/Makefile b/x11-fm/polo/Makefile index babb8beb296e1..329dd8e74a7d7 100644 --- a/x11-fm/polo/Makefile +++ b/x11-fm/polo/Makefile @@ -1,6 +1,6 @@ PORTNAME= polo DISTVERSION= 18.8-beta -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= x11-fm diff --git a/x11-fm/rodent/Makefile b/x11-fm/rodent/Makefile index d733a62145908..18874065da017 100644 --- a/x11-fm/rodent/Makefile +++ b/x11-fm/rodent/Makefile @@ -1,6 +1,6 @@ PORTNAME= rodent PORTVERSION= 5.3.16.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-fm MASTER_SITES= SF/xffm/${PORTVERSION} diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile index f0ac0088cfc1b..aff04312ad054 100644 --- a/x11-fm/rox-filer/Makefile +++ b/x11-fm/rox-filer/Makefile @@ -1,6 +1,6 @@ PORTNAME= rox-filer PORTVERSION= 2.11 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= x11-fm gnome MASTER_SITES= SF/rox/rox/${PORTVERSION} diff --git a/x11-fm/sushi/Makefile b/x11-fm/sushi/Makefile index 21b9225194636..14008a80f07c0 100644 --- a/x11-fm/sushi/Makefile +++ b/x11-fm/sushi/Makefile @@ -1,5 +1,6 @@ PORTNAME= sushi PORTVERSION= 42.0 +PORTREVISION= 1 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile index fe9e147dae476..6a7cb5b9453d0 100644 --- a/x11-fm/thunar/Makefile +++ b/x11-fm/thunar/Makefile @@ -1,5 +1,6 @@ PORTNAME= thunar DISTVERSION= 4.18.4 +PORTREVISION= 1 CATEGORIES= x11-fm xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 diff --git a/x11-fonts/font-manager/Makefile b/x11-fonts/font-manager/Makefile index 2f8580a057f65..4711980be1f99 100644 --- a/x11-fonts/font-manager/Makefile +++ b/x11-fonts/font-manager/Makefile @@ -1,6 +1,6 @@ PORTNAME= font-manager PORTVERSION= 0.8.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fonts gnome PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/x11-fonts/gbdfed/Makefile b/x11-fonts/gbdfed/Makefile index 8a0addd395e2f..26dcc22bf7695 100644 --- a/x11-fonts/gbdfed/Makefile +++ b/x11-fonts/gbdfed/Makefile @@ -1,6 +1,6 @@ PORTNAME= gbdfed PORTVERSION= 1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= http://sofia.nmsu.edu/~mleisher/Software/gbdfed/ diff --git a/x11-themes/adwaita-icon-theme/Makefile b/x11-themes/adwaita-icon-theme/Makefile index 79660ca93b004..c504359ff6094 100644 --- a/x11-themes/adwaita-icon-theme/Makefile +++ b/x11-themes/adwaita-icon-theme/Makefile @@ -1,5 +1,6 @@ PORTNAME= adwaita-icon-theme DISTVERSION= 40.1.1 +PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${DISTVERSION:R:R} DIST_SUBDIR= gnome diff --git a/x11-themes/classiclooks/Makefile b/x11-themes/classiclooks/Makefile index c50b1d4b50f33..9fb6cac81d972 100644 --- a/x11-themes/classiclooks/Makefile +++ b/x11-themes/classiclooks/Makefile @@ -1,5 +1,6 @@ PORTNAME= classiclooks DISTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= SF/${PORTNAME} diff --git a/x11-themes/clearlooks-themes-extras/Makefile b/x11-themes/clearlooks-themes-extras/Makefile index b22e6028d80b2..a944dec208a09 100644 --- a/x11-themes/clearlooks-themes-extras/Makefile +++ b/x11-themes/clearlooks-themes-extras/Makefile @@ -1,6 +1,6 @@ PORTNAME= clearlooks-themes-extras PORTVERSION= 0.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-themes MASTER_SITES= LOCAL/laszlof DISTNAME= Clearlooks-Big_Pack-${PORTVERSION}.x diff --git a/x11-themes/clearlooks-themes/Makefile b/x11-themes/clearlooks-themes/Makefile index a909e8d14afb7..bba895015618b 100644 --- a/x11-themes/clearlooks-themes/Makefile +++ b/x11-themes/clearlooks-themes/Makefile @@ -1,4 +1,5 @@ PORTNAME= clearlooks +PORTREVISION= 1 PKGNAMESUFFIX+= -themes COMMENT= Clearlooks themes with the engine coming from gtk-engines2 diff --git a/x11-themes/clearlooks/Makefile b/x11-themes/clearlooks/Makefile index eba13cc055aa4..6df2f411b3fc1 100644 --- a/x11-themes/clearlooks/Makefile +++ b/x11-themes/clearlooks/Makefile @@ -1,6 +1,6 @@ PORTNAME?= clearlooks PORTVERSION= 0.6.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= x11-themes MASTER_SITES= SF/clearlooks/clearlooks/clearlooks%20${PORTVERSION} diff --git a/x11-themes/gnome-themes-extra/Makefile b/x11-themes/gnome-themes-extra/Makefile index 0d17c9d383950..07a13cce7f209 100644 --- a/x11-themes/gnome-themes-extra/Makefile +++ b/x11-themes/gnome-themes-extra/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-themes-extra PORTVERSION= 3.28 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile index 65cfbf4375a48..66150bf8c8d7c 100644 --- a/x11-themes/gnome-themes/Makefile +++ b/x11-themes/gnome-themes/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-themes PORTVERSION= 2.32.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile b/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile index 4567e352df5d7..2ea81e9e30bfa 100644 --- a/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile +++ b/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 5 +PORTREVISION= 6 THEME_FLAVOR= cryogenic diff --git a/x11-themes/gtk-aluminumalloy-smog-theme/Makefile b/x11-themes/gtk-aluminumalloy-smog-theme/Makefile index ec1fc2ad14c2b..3fe118a3a2cb8 100644 --- a/x11-themes/gtk-aluminumalloy-smog-theme/Makefile +++ b/x11-themes/gtk-aluminumalloy-smog-theme/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 5 +PORTREVISION= 6 THEME_FLAVOR= smog diff --git a/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile b/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile index 419edd4d10db1..fef81c3fe0ac8 100644 --- a/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile +++ b/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 5 +PORTREVISION= 6 THEME_FLAVOR= toxic diff --git a/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile b/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile index be6ba1d7bbe85..c08e8d96adba6 100644 --- a/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile +++ b/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile @@ -1,6 +1,6 @@ PORTNAME= aluminumalloy PORTVERSION?= 2004.01.04 -PORTREVISION?= 8 +PORTREVISION?= 9 CATEGORIES= x11-themes gnome MASTER_SITES= http://freebsd.nsu.ru/distfiles/ LOCAL/danfe PKGNAMEPREFIX?= ${TYPE}- diff --git a/x11-themes/gtk-aquaextremesunken-theme/Makefile b/x11-themes/gtk-aquaextremesunken-theme/Makefile index 08058a3b5ee9a..46aee3d370348 100644 --- a/x11-themes/gtk-aquaextremesunken-theme/Makefile +++ b/x11-themes/gtk-aquaextremesunken-theme/Makefile @@ -1,6 +1,6 @@ PORTNAME= aquaextremesunken PORTVERSION= 1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-themes gnome MASTER_SITES= http://freebsd.nsu.ru/distfiles/ LOCAL/danfe PKGNAMEPREFIX?= ${TYPE}- diff --git a/x11-themes/gtk-arc-themes/Makefile b/x11-themes/gtk-arc-themes/Makefile index 301a385e30e06..5ec62549278c7 100644 --- a/x11-themes/gtk-arc-themes/Makefile +++ b/x11-themes/gtk-arc-themes/Makefile @@ -1,5 +1,6 @@ PORTNAME= gtk-arc-themes DISTVERSION= 20220223 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= https://github.com/jnsh/arc-theme/releases/download/${DISTVERSION}/ DISTNAME= arc-theme-${DISTVERSION} diff --git a/x11-themes/gtk-digital-cream-theme/Makefile b/x11-themes/gtk-digital-cream-theme/Makefile index 1e6ea0561cbfa..60362490ce153 100644 --- a/x11-themes/gtk-digital-cream-theme/Makefile +++ b/x11-themes/gtk-digital-cream-theme/Makefile @@ -1,6 +1,6 @@ PORTNAME= digital-cream PORTVERSION= 1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-themes gnome MASTER_SITES= http://freebsd.nsu.ru/distfiles/ LOCAL/danfe PKGNAMEPREFIX= ${TYPE}- diff --git a/x11-themes/gtk-digital-harmony-theme/Makefile b/x11-themes/gtk-digital-harmony-theme/Makefile index ad0ef0430b45e..c36ca54e7c3d8 100644 --- a/x11-themes/gtk-digital-harmony-theme/Makefile +++ b/x11-themes/gtk-digital-harmony-theme/Makefile @@ -1,6 +1,6 @@ PORTNAME= digital-harmony PORTVERSION= 1.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-themes gnome MASTER_SITES= http://freebsd.nsu.ru/distfiles/ LOCAL/danfe PKGNAMEPREFIX= ${TYPE}- diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile index 6c748ea5d322e..f1494624f124e 100644 --- a/x11-themes/gtk-engines2/Makefile +++ b/x11-themes/gtk-engines2/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtk-engines2 PORTVERSION= 2.20.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes MASTER_SITES= GNOME/sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} diff --git a/x11-themes/gtk-equinox-engine/Makefile b/x11-themes/gtk-equinox-engine/Makefile index 0c8576bf5bfce..198738de5565a 100644 --- a/x11-themes/gtk-equinox-engine/Makefile +++ b/x11-themes/gtk-equinox-engine/Makefile @@ -1,6 +1,6 @@ PORTNAME= equinox PORTVERSION= 1.50 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-themes MASTER_SITES= LOCAL/grembo PKGNAMEPREFIX= gtk- diff --git a/x11-themes/gtk-gray-theme/Makefile b/x11-themes/gtk-gray-theme/Makefile index fe89d7562e062..4bea487c2117d 100644 --- a/x11-themes/gtk-gray-theme/Makefile +++ b/x11-themes/gtk-gray-theme/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtk-gray-theme PORTVERSION= 1.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-themes gnome MASTER_SITES= https://BSDforge.com/projects/source/x11-themes/gtk-gray-theme/ DISTNAME= 34132-Gray diff --git a/x11-themes/gtk-lila-theme-extras/Makefile b/x11-themes/gtk-lila-theme-extras/Makefile index 9bfc5d37ba6cc..64212831921e3 100644 --- a/x11-themes/gtk-lila-theme-extras/Makefile +++ b/x11-themes/gtk-lila-theme-extras/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtk-lila-theme-extras PORTVERSION= 0.4.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-themes gnome MASTER_SITES= SF/lila-theme/lila-gtk-extras/${PORTVERSION} DISTNAME= lila-gtk-extras-${PORTVERSION} diff --git a/x11-themes/gtk-lila-theme/Makefile b/x11-themes/gtk-lila-theme/Makefile index a5e4b31e45166..b6ec6e1972c7e 100644 --- a/x11-themes/gtk-lila-theme/Makefile +++ b/x11-themes/gtk-lila-theme/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtk-lila-theme PORTVERSION= 0.5.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-themes gnome MASTER_SITES= SF/lila-theme/lila-gtk/${PORTVERSION} DISTNAME= lila-gtk-${PORTVERSION} diff --git a/x11-themes/gtk-longhorninspirat-theme/Makefile b/x11-themes/gtk-longhorninspirat-theme/Makefile index be0e3f88ad429..315513215e137 100644 --- a/x11-themes/gtk-longhorninspirat-theme/Makefile +++ b/x11-themes/gtk-longhorninspirat-theme/Makefile @@ -1,6 +1,6 @@ PORTNAME= longhorninspirat PORTVERSION= 1.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11-themes gnome MASTER_SITES= http://freebsd.nsu.ru/distfiles/ LOCAL/danfe \ https://bsdforge.com/projects/source/x11-themes/gtk-longhorninspirat-theme/ diff --git a/x11-themes/gtk-milk-theme/Makefile b/x11-themes/gtk-milk-theme/Makefile index fe62879a9c264..b77bd253861d4 100644 --- a/x11-themes/gtk-milk-theme/Makefile +++ b/x11-themes/gtk-milk-theme/Makefile @@ -1,6 +1,6 @@ PORTNAME= milk PORTVERSION= 2.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-themes gnome MASTER_SITES= http://freebsd.nsu.ru/distfiles/ LOCAL/danfe PKGNAMEPREFIX?= ${TYPE}- diff --git a/x11-themes/gtk-murrina-aqua/Makefile b/x11-themes/gtk-murrina-aqua/Makefile index 1c25b17c14120..1e2a6f97f3428 100644 --- a/x11-themes/gtk-murrina-aqua/Makefile +++ b/x11-themes/gtk-murrina-aqua/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtk-murrina-aqua PORTVERSION= 0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-themes MASTER_SITES= LOCAL/itetcu \ http://www5.frugalware.org/packages/frugalware/pub/frugalware/frugalware-stable/source/gnome-extra/gtk+2-engines-murrine/ diff --git a/x11-themes/gtk-murrine-engine/Makefile b/x11-themes/gtk-murrine-engine/Makefile index 4f2788e1d0d8b..1e8b4abcdd1c6 100644 --- a/x11-themes/gtk-murrine-engine/Makefile +++ b/x11-themes/gtk-murrine-engine/Makefile @@ -1,6 +1,6 @@ PORTNAME= murrine PORTVERSION= 0.98.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-themes MASTER_SITES= GNOME PKGNAMEPREFIX= gtk- diff --git a/x11-themes/gtk-nodoka-engine/Makefile b/x11-themes/gtk-nodoka-engine/Makefile index cbeb373021b38..a121f325d2e69 100644 --- a/x11-themes/gtk-nodoka-engine/Makefile +++ b/x11-themes/gtk-nodoka-engine/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtk-nodoka-engine PORTVERSION= 0.7.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes MASTER_SITES= https://BSDforge.com/projects/source/x11-themes/gtk-nodoka-engine/ diff --git a/x11-themes/gtk-oxygen-engine/Makefile b/x11-themes/gtk-oxygen-engine/Makefile index d98663accf35c..4ae34a17ca6dc 100644 --- a/x11-themes/gtk-oxygen-engine/Makefile +++ b/x11-themes/gtk-oxygen-engine/Makefile @@ -1,6 +1,6 @@ PORTNAME= oxygen PORTVERSION= 1.4.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes MASTER_SITES= KDE/stable/${PORTNAME}-gtk2/${PORTVERSION}/src PKGNAMEPREFIX= gtk- diff --git a/x11-themes/gtk-xfce-engine/Makefile b/x11-themes/gtk-xfce-engine/Makefile index e1bc25cb00254..68f78f10e07db 100644 --- a/x11-themes/gtk-xfce-engine/Makefile +++ b/x11-themes/gtk-xfce-engine/Makefile @@ -1,5 +1,6 @@ PORTNAME= gtk-xfce-engine PORTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= x11-themes xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 diff --git a/x11-themes/gtk3-oxygen-engine/Makefile b/x11-themes/gtk3-oxygen-engine/Makefile index 4af66b852433b..781a0f885c555 100644 --- a/x11-themes/gtk3-oxygen-engine/Makefile +++ b/x11-themes/gtk3-oxygen-engine/Makefile @@ -1,6 +1,6 @@ PORTNAME= oxygen PORTVERSION= 1.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes MASTER_SITES= KDE/stable/${PORTNAME}-gtk3/${PORTVERSION}/src PKGNAMEPREFIX= gtk3- diff --git a/x11-themes/gtk3-unico-engine/Makefile b/x11-themes/gtk3-unico-engine/Makefile index e8235a97aeb55..b94baaa2e8d01 100644 --- a/x11-themes/gtk3-unico-engine/Makefile +++ b/x11-themes/gtk3-unico-engine/Makefile @@ -1,5 +1,6 @@ PORTNAME= unico PORTVERSION= 1.0.2.1 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= https://distfiles.sigtrap.nl/ \ LOCAL/nc/mirror diff --git a/x11-themes/lxappearance/Makefile b/x11-themes/lxappearance/Makefile index e85b199f051bd..855d35c3f7ef3 100644 --- a/x11-themes/lxappearance/Makefile +++ b/x11-themes/lxappearance/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxappearance PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= SF/lxde/LXAppearance diff --git a/x11-themes/mate-themes/Makefile b/x11-themes/mate-themes/Makefile index d21e3f2fa7749..da15c00932674 100644 --- a/x11-themes/mate-themes/Makefile +++ b/x11-themes/mate-themes/Makefile @@ -1,5 +1,6 @@ PORTNAME= mate-themes PORTVERSION= 3.22.23 +PORTREVISION= 1 CATEGORIES= x11-themes mate MASTER_SITES= MATE/themes/${PORTVERSION:R}/ DIST_SUBDIR= mate diff --git a/x11-themes/materia-gtk-theme/Makefile b/x11-themes/materia-gtk-theme/Makefile index c073af77c3267..df236bac0f274 100644 --- a/x11-themes/materia-gtk-theme/Makefile +++ b/x11-themes/materia-gtk-theme/Makefile @@ -1,6 +1,7 @@ PORTNAME= materia-gtk-theme DISTVERSIONPREFIX= v DISTVERSION= 20210322 +PORTREVISION= 1 CATEGORIES= x11-themes MAINTAINER= tagattie@FreeBSD.org diff --git a/x11-themes/plasma5-kde-gtk-config/Makefile b/x11-themes/plasma5-kde-gtk-config/Makefile index 3de0651299af0..2b58c93fc286e 100644 --- a/x11-themes/plasma5-kde-gtk-config/Makefile +++ b/x11-themes/plasma5-kde-gtk-config/Makefile @@ -1,5 +1,6 @@ PORTNAME= kde-gtk-config DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11-themes kde kde-plasma MAINTAINER= kde@FreeBSD.org diff --git a/x11-themes/plata-theme/Makefile b/x11-themes/plata-theme/Makefile index 0883696ae4a5a..b6c7f4ac4aec3 100644 --- a/x11-themes/plata-theme/Makefile +++ b/x11-themes/plata-theme/Makefile @@ -1,6 +1,6 @@ PORTNAME= plata-theme PORTVERSION= 0.9.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes MAINTAINER= tagattie@FreeBSD.org diff --git a/x11-themes/qgnomeplatform/Makefile b/x11-themes/qgnomeplatform/Makefile index 8af9d7d6a9767..589cc97605d84 100644 --- a/x11-themes/qgnomeplatform/Makefile +++ b/x11-themes/qgnomeplatform/Makefile @@ -1,7 +1,7 @@ PORTNAME= qgnomeplatform DISTVERSION= 0.6.1-8 DISTVERSIONSUFFIX= -g53d7924 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MAINTAINER= ports@FreeBSD.org diff --git a/x11-themes/qt5-style-plugins/Makefile b/x11-themes/qt5-style-plugins/Makefile index 03e6df4ec9c8d..51e73b12082ee 100644 --- a/x11-themes/qt5-style-plugins/Makefile +++ b/x11-themes/qt5-style-plugins/Makefile @@ -2,7 +2,7 @@ PORTNAME= qt5-style-plugins DISTVERSIONPREFIX= v DISTVERSION= 5.0.0-23 DISTVERSIONSUFFIX= -g335dbe -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= x11-themes DIST_SUBDIR= KDE/Qt/addons diff --git a/x11-themes/qtcurve-gtk2/Makefile b/x11-themes/qtcurve-gtk2/Makefile index 14627922ebcea..759c6f1002f30 100644 --- a/x11-themes/qtcurve-gtk2/Makefile +++ b/x11-themes/qtcurve-gtk2/Makefile @@ -1,5 +1,5 @@ PORTNAME= qtcurve -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= QtCurve GTK+ 2.x engine and theme diff --git a/x11-themes/thewidgetfactory/Makefile b/x11-themes/thewidgetfactory/Makefile index 5133f108dcece..3038aff7f8975 100644 --- a/x11-themes/thewidgetfactory/Makefile +++ b/x11-themes/thewidgetfactory/Makefile @@ -1,6 +1,6 @@ PORTNAME= thewidgetfactory PORTVERSION= 0.2.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-themes MASTER_SITES= https://www.stellingwerff.com/TheWidgetFactory/ \ http://vault.101011010.xyz/distfiles/ \ diff --git a/x11-themes/xfce-icons-elementary/Makefile b/x11-themes/xfce-icons-elementary/Makefile index 9035234f50f40..326ac4cc55c19 100644 --- a/x11-themes/xfce-icons-elementary/Makefile +++ b/x11-themes/xfce-icons-elementary/Makefile @@ -1,6 +1,7 @@ PORTNAME= elementary PORTVERSION= 0.17 DISTVERSIONPREFIX=v +PORTREVISION= 1 CATEGORIES= x11-themes xfce PKGNAMEPREFIX= xfce-icons- diff --git a/x11-toolkits/amtk/Makefile b/x11-toolkits/amtk/Makefile index 3bc7b3d2a9917..7b4a8177261e1 100644 --- a/x11-toolkits/amtk/Makefile +++ b/x11-toolkits/amtk/Makefile @@ -1,5 +1,6 @@ PORTNAME= amtk PORTVERSION= 5.6.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/x11-toolkits/fpc-gtk2/Makefile b/x11-toolkits/fpc-gtk2/Makefile index 232af9aa6e01a..7b547bc20d72c 100644 --- a/x11-toolkits/fpc-gtk2/Makefile +++ b/x11-toolkits/fpc-gtk2/Makefile @@ -1,4 +1,5 @@ CATEGORIES= x11-toolkits lang +PORTREVISION= 1 PKGNAMESUFFIX= -gtk2 COMMENT= Free Pascal interface to the GTK2 libraries diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile index 3a56aad7d84ae..92305da775f1c 100644 --- a/x11-toolkits/gdl/Makefile +++ b/x11-toolkits/gdl/Makefile @@ -1,5 +1,6 @@ PORTNAME= gdl PORTVERSION= 3.40.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/x11-toolkits/girara/Makefile b/x11-toolkits/girara/Makefile index d2f866f741ce0..5647da8a09070 100644 --- a/x11-toolkits/girara/Makefile +++ b/x11-toolkits/girara/Makefile @@ -1,5 +1,6 @@ PORTNAME= girara PORTVERSION= 0.3.9 +PORTREVISION= 1 CATEGORIES= x11-toolkits graphics MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ \ https://pwmt.org/projects/girara/download/ diff --git a/x11-toolkits/granite/Makefile b/x11-toolkits/granite/Makefile index 7f5e14f528d27..c506c4a75d63c 100644 --- a/x11-toolkits/granite/Makefile +++ b/x11-toolkits/granite/Makefile @@ -1,5 +1,6 @@ PORTNAME= granite DISTVERSION= 6.2.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits MAINTAINER= desktop@FreeBSD.org diff --git a/x11-toolkits/granite7/Makefile b/x11-toolkits/granite7/Makefile index 24f238087853a..307ee51f9bf0a 100644 --- a/x11-toolkits/granite7/Makefile +++ b/x11-toolkits/granite7/Makefile @@ -1,5 +1,6 @@ PORTNAME= granite DISTVERSION= 7.2.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits PKGNAMESUFFIX= 7 diff --git a/x11-toolkits/gstreamer1-plugins-gtk/Makefile b/x11-toolkits/gstreamer1-plugins-gtk/Makefile index 2f74b36542e42..62dc4ccf11d4c 100644 --- a/x11-toolkits/gstreamer1-plugins-gtk/Makefile +++ b/x11-toolkits/gstreamer1-plugins-gtk/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-toolkits GST_PLUGIN_SUFFIX= -gtk diff --git a/x11-toolkits/gtk-layer-shell/Makefile b/x11-toolkits/gtk-layer-shell/Makefile index b1ce9798699fa..26ea38fd6f83b 100644 --- a/x11-toolkits/gtk-layer-shell/Makefile +++ b/x11-toolkits/gtk-layer-shell/Makefile @@ -1,6 +1,7 @@ PORTNAME= gtk-layer-shell DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits MAINTAINER= jbeich@FreeBSD.org diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile index de00b9b310f73..6c182e304a4e3 100644 --- a/x11-toolkits/gtk-sharp20/Makefile +++ b/x11-toolkits/gtk-sharp20/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtk-sharp PORTVERSION= 2.12.45 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= http://download.mono-project.com/sources/gtk-sharp212/ PKGNAMESUFFIX= 20 diff --git a/x11-toolkits/gtk-sharp30/Makefile b/x11-toolkits/gtk-sharp30/Makefile index 717957ae599ae..87f04bbe7fad7 100644 --- a/x11-toolkits/gtk-sharp30/Makefile +++ b/x11-toolkits/gtk-sharp30/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtk-sharp PORTVERSION= 2.99.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= GNOME PKGNAMESUFFIX= 30 diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index d8069f8125d90..477998d700d49 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -1,5 +1,6 @@ PORTNAME= gtk PORTVERSION= 2.24.33 # sync with graphics/gtk-update-icon-cache +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMESUFFIX= 2 diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 7d8fc3b504a28..cd85a175c913e 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -3,6 +3,7 @@ PORTNAME= gtk PORTVERSION= 3.24.34 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMESUFFIX= 3 @@ -52,7 +53,7 @@ OPTIONS_SUB= yes ATK_BRIDGE_DESC=AT-SPI ATK bridge support (requires X11) ATK_BRIDGE_CONFIGURE_WITH= atk-bridge -ATK_BRIDGE_LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk +ATK_BRIDGE_LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core ATK_BRIDGE_IMPLIES= X11 BROADWAY_DESC= Enable GDK Broadway backend for showing GTK+ in the webbrowser using HTML5 and web sockets. diff --git a/x11-toolkits/gtk40/Makefile b/x11-toolkits/gtk40/Makefile index 0c2928c357117..e91c9242371dd 100644 --- a/x11-toolkits/gtk40/Makefile +++ b/x11-toolkits/gtk40/Makefile @@ -1,5 +1,6 @@ PORTNAME= gtk PORTVERSION= 4.8.3 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME PKGNAMESUFFIX= 4 diff --git a/x11-toolkits/gtkdatabox/Makefile b/x11-toolkits/gtkdatabox/Makefile index 296cca561f79e..b662d7db9ac3c 100644 --- a/x11-toolkits/gtkdatabox/Makefile +++ b/x11-toolkits/gtkdatabox/Makefile @@ -1,5 +1,6 @@ PORTNAME= gtkdatabox PORTVERSION= 0.9.3.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= SF DIST_SUBDIR= gnome2 diff --git a/x11-toolkits/gtkextra/Makefile b/x11-toolkits/gtkextra/Makefile index 2cb61f4834eba..e2c4561951100 100644 --- a/x11-toolkits/gtkextra/Makefile +++ b/x11-toolkits/gtkextra/Makefile @@ -1,5 +1,6 @@ PORTNAME= gtkextra PORTVERSION= 3.3.4 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R} diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile index 17b25d35fedb5..5332bb5a2e431 100644 --- a/x11-toolkits/gtkglarea2/Makefile +++ b/x11-toolkits/gtkglarea2/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkglarea PORTVERSION= 2.0.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DISTNAME= gtkglarea-${PORTVERSION} diff --git a/x11-toolkits/gtkglext/Makefile b/x11-toolkits/gtkglext/Makefile index 01e77a80af7ef..6b30b8b27fe12 100644 --- a/x11-toolkits/gtkglext/Makefile +++ b/x11-toolkits/gtkglext/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkglext PORTVERSION= 1.2.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= x11-toolkits MASTER_SITES= SF DIST_SUBDIR= gnome2 diff --git a/x11-toolkits/gtkglextmm/Makefile b/x11-toolkits/gtkglextmm/Makefile index 9c0dc96dde356..aec7763a063f2 100644 --- a/x11-toolkits/gtkglextmm/Makefile +++ b/x11-toolkits/gtkglextmm/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkglextmm PORTVERSION= 1.2.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= x11-toolkits MASTER_SITES= SF/gtkglext/${PORTNAME}/${PORTVERSION} diff --git a/x11-toolkits/gtkimageview/Makefile b/x11-toolkits/gtkimageview/Makefile index cada0d3f804b8..481fb2b3024f1 100644 --- a/x11-toolkits/gtkimageview/Makefile +++ b/x11-toolkits/gtkimageview/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkimageview PORTVERSION= 1.6.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-toolkits MASTER_SITES= LOCAL/kwm # http://trac.bjourne.webfactional.com/ diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile index a495f67275223..1f77f54274da4 100644 --- a/x11-toolkits/gtkmm24/Makefile +++ b/x11-toolkits/gtkmm24/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkmm PORTVERSION= 2.24.5 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= x11-toolkits MASTER_SITES= GNOME PKGNAMESUFFIX= 24 diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile index 5a91067f2c44e..65d1e5a5472e4 100644 --- a/x11-toolkits/gtkmm30/Makefile +++ b/x11-toolkits/gtkmm30/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkmm PORTVERSION= 3.24.2 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= x11-toolkits MASTER_SITES= GNOME PKGNAMESUFFIX= 30 diff --git a/x11-toolkits/gtksourceview2/Makefile b/x11-toolkits/gtksourceview2/Makefile index f84939c5e7c7d..fbcccbb527494 100644 --- a/x11-toolkits/gtksourceview2/Makefile +++ b/x11-toolkits/gtksourceview2/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtksourceview2 PORTVERSION= 2.10.5 -PORTREVISION?= 8 +PORTREVISION?= 9 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME/sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile index af57b9109afba..75759cef09f9b 100644 --- a/x11-toolkits/gtksourceview3/Makefile +++ b/x11-toolkits/gtksourceview3/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtksourceview PORTVERSION= 3.24.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 diff --git a/x11-toolkits/gtksourceview4/Makefile b/x11-toolkits/gtksourceview4/Makefile index 7dcd2e97182bc..a22007980001e 100644 --- a/x11-toolkits/gtksourceview4/Makefile +++ b/x11-toolkits/gtksourceview4/Makefile @@ -1,5 +1,6 @@ PORTNAME= gtksourceview PORTVERSION= 4.8.3 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 4 diff --git a/x11-toolkits/gtksourceview5/Makefile b/x11-toolkits/gtksourceview5/Makefile index 95565c36be8f3..08ef05dd0c230 100644 --- a/x11-toolkits/gtksourceview5/Makefile +++ b/x11-toolkits/gtksourceview5/Makefile @@ -1,5 +1,6 @@ PORTNAME= gtksourceview PORTVERSION= 5.4.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 5 diff --git a/x11-toolkits/gtksourceviewmm3/Makefile b/x11-toolkits/gtksourceviewmm3/Makefile index 8f916571724be..63d0a849329cc 100644 --- a/x11-toolkits/gtksourceviewmm3/Makefile +++ b/x11-toolkits/gtksourceviewmm3/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtksourceviewmm PORTVERSION= 3.18.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 diff --git a/x11-toolkits/guile-gnome-platform/Makefile b/x11-toolkits/guile-gnome-platform/Makefile index 7fb618b64214d..dc8469a81ad3c 100644 --- a/x11-toolkits/guile-gnome-platform/Makefile +++ b/x11-toolkits/guile-gnome-platform/Makefile @@ -1,6 +1,6 @@ PORTNAME= guile-gnome-platform DISTVERSION= 2.16.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-toolkits MASTER_SITES= GNU/guile-gnome/${PORTNAME} diff --git a/x11-toolkits/libadwaita/Makefile b/x11-toolkits/libadwaita/Makefile index c8f48f0a51062..180aae8413514 100644 --- a/x11-toolkits/libadwaita/Makefile +++ b/x11-toolkits/libadwaita/Makefile @@ -1,5 +1,6 @@ PORTNAME= libadwaita PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME diff --git a/x11-toolkits/libdazzle/Makefile b/x11-toolkits/libdazzle/Makefile index c3302e9423ad7..c3a0a3035957e 100644 --- a/x11-toolkits/libdazzle/Makefile +++ b/x11-toolkits/libdazzle/Makefile @@ -1,5 +1,6 @@ PORTNAME= libdazzle DISTVERSION= 3.44.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/x11-toolkits/libhandy/Makefile b/x11-toolkits/libhandy/Makefile index 1a25f304e67f7..504888ed5db7d 100644 --- a/x11-toolkits/libhandy/Makefile +++ b/x11-toolkits/libhandy/Makefile @@ -1,5 +1,6 @@ PORTNAME= libhandy PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/x11-toolkits/libhandy0/Makefile b/x11-toolkits/libhandy0/Makefile index 12a48bc1e0043..49801e77925c8 100644 --- a/x11-toolkits/libhandy0/Makefile +++ b/x11-toolkits/libhandy0/Makefile @@ -1,5 +1,6 @@ PORTNAME= libhandy PORTVERSION= 0.0.13 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnome DIST_SUBDIR= gnome PKGNAMESUFFIX= 0 diff --git a/x11-toolkits/libshumate/Makefile b/x11-toolkits/libshumate/Makefile index 6d20f9b51f253..93a7514ed17fb 100644 --- a/x11-toolkits/libshumate/Makefile +++ b/x11-toolkits/libshumate/Makefile @@ -1,6 +1,6 @@ PORTNAME= libshumate DISTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits geography MASTER_SITES= GNOME diff --git a/x11-toolkits/libunique3/Makefile b/x11-toolkits/libunique3/Makefile index 4acceaa997d14..58104ba9e6dcc 100644 --- a/x11-toolkits/libunique3/Makefile +++ b/x11-toolkits/libunique3/Makefile @@ -1,6 +1,6 @@ PORTNAME= libunique PORTVERSION= 3.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= GNOME diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index 6b2304d00f49d..ef35b12fb93cf 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -1,6 +1,6 @@ PORTNAME= libwnck PORTVERSION= 2.30.7 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/x11-toolkits/libwnck3/Makefile b/x11-toolkits/libwnck3/Makefile index e5452d215c365..b949a97d7e6e4 100644 --- a/x11-toolkits/libwnck3/Makefile +++ b/x11-toolkits/libwnck3/Makefile @@ -1,5 +1,6 @@ PORTNAME= libwnck PORTVERSION= 3.36.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 diff --git a/x11-toolkits/ocaml-lablgtk2/Makefile b/x11-toolkits/ocaml-lablgtk2/Makefile index 19a7d4f78924e..c4bca8b9ffa93 100644 --- a/x11-toolkits/ocaml-lablgtk2/Makefile +++ b/x11-toolkits/ocaml-lablgtk2/Makefile @@ -1,5 +1,6 @@ PORTNAME= lablgtk2 PORTVERSION= 2.18.12 +PORTREVISION= 1 CATEGORIES= x11-toolkits PKGNAMEPREFIX= ocaml- diff --git a/x11-toolkits/ocaml-lablgtk3/Makefile b/x11-toolkits/ocaml-lablgtk3/Makefile index a6c076cdac31b..3098148b6aae0 100644 --- a/x11-toolkits/ocaml-lablgtk3/Makefile +++ b/x11-toolkits/ocaml-lablgtk3/Makefile @@ -1,5 +1,6 @@ PORTNAME= lablgtk3 PORTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits PKGNAMEPREFIX= ocaml- diff --git a/x11-toolkits/osm-gps-map/Makefile b/x11-toolkits/osm-gps-map/Makefile index 2483ca0c17719..b0210e5c3dfd4 100644 --- a/x11-toolkits/osm-gps-map/Makefile +++ b/x11-toolkits/osm-gps-map/Makefile @@ -1,5 +1,6 @@ PORTNAME= osm-gps-map PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits net MASTER_SITES= https://github.com/nzjrs/${PORTNAME}/releases/download/${PORTVERSION}/ diff --git a/x11-toolkits/p5-Glade2/Makefile b/x11-toolkits/p5-Glade2/Makefile index 944a00b8d0e81..9be2157604657 100644 --- a/x11-toolkits/p5-Glade2/Makefile +++ b/x11-toolkits/p5-Glade2/Makefile @@ -1,6 +1,6 @@ PORTNAME= Glade PORTVERSION= 1.007 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-toolkits gnome perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TSCH diff --git a/x11-toolkits/p5-Gtk2-GladeXML/Makefile b/x11-toolkits/p5-Gtk2-GladeXML/Makefile index 82f97c981206d..8774a20ae5fba 100644 --- a/x11-toolkits/p5-Gtk2-GladeXML/Makefile +++ b/x11-toolkits/p5-Gtk2-GladeXML/Makefile @@ -1,6 +1,6 @@ PORTNAME= Gtk2-GladeXML PORTVERSION= 1.008 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/x11-toolkits/p5-Gtk2/Makefile b/x11-toolkits/p5-Gtk2/Makefile index ee3eb931ae630..38190db15d8b4 100644 --- a/x11-toolkits/p5-Gtk2/Makefile +++ b/x11-toolkits/p5-Gtk2/Makefile @@ -1,6 +1,6 @@ PORTNAME= Gtk2 PORTVERSION= 1.24993 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits lang perl5 MASTER_SITES= CPAN \ SF/${PORTNAME:tl}-perl/${PORTNAME}/${PORTVERSION} diff --git a/x11-toolkits/p5-Gtk3-ImageView/Makefile b/x11-toolkits/p5-Gtk3-ImageView/Makefile index 38958a8b92340..9ee864ac2ada8 100644 --- a/x11-toolkits/p5-Gtk3-ImageView/Makefile +++ b/x11-toolkits/p5-Gtk3-ImageView/Makefile @@ -1,5 +1,6 @@ PORTNAME= Gtk3-ImageView DISTVERSION= 10 +PORTREVISION= 1 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ASOKOLOV diff --git a/x11-toolkits/p5-Gtk3/Makefile b/x11-toolkits/p5-Gtk3/Makefile index ea02b0b211d80..eeb4d823fb790 100644 --- a/x11-toolkits/p5-Gtk3/Makefile +++ b/x11-toolkits/p5-Gtk3/Makefile @@ -1,5 +1,6 @@ PORTNAME= Gtk3 PORTVERSION= 0.034 +PORTREVISION= 1 CATEGORIES= x11-toolkits lang perl5 MASTER_SITES= CPAN SF/${PORTNAME:tl}-perl/${PORTNAME}/${PORTVERSION} MASTER_SITE_SUBDIR= CPAN:XAOC diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile index 20e4c6ebd2ff8..5acb820505194 100644 --- a/x11-toolkits/rep-gtk2/Makefile +++ b/x11-toolkits/rep-gtk2/Makefile @@ -1,5 +1,6 @@ PORTNAME= rep-gtk2 PORTVERSION= 0.90.8.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-toolkits MASTER_SITES= http://download.tuxfamily.org/librep/rep-gtk/ diff --git a/x11-toolkits/rubygem-gdk3/Makefile b/x11-toolkits/rubygem-gdk3/Makefile index eaf0eb4ed6fc5..cf2a15c7eb5dd 100644 --- a/x11-toolkits/rubygem-gdk3/Makefile +++ b/x11-toolkits/rubygem-gdk3/Makefile @@ -1,5 +1,6 @@ PORTNAME= gdk3 PORTVERSION= 4.0.8 +PORTREVISION= 1 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11-toolkits/rubygem-gdk4/Makefile b/x11-toolkits/rubygem-gdk4/Makefile index f9f92a6529ecd..999c46bf58634 100644 --- a/x11-toolkits/rubygem-gdk4/Makefile +++ b/x11-toolkits/rubygem-gdk4/Makefile @@ -1,5 +1,6 @@ PORTNAME= gdk4 PORTVERSION= 4.0.8 +PORTREVISION= 1 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11-toolkits/rubygem-gtk2/Makefile b/x11-toolkits/rubygem-gtk2/Makefile index 194c31e0f47e0..bcdb9980b6729 100644 --- a/x11-toolkits/rubygem-gtk2/Makefile +++ b/x11-toolkits/rubygem-gtk2/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtk2 PORTVERSION= 3.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11-toolkits/rubygem-gtk3/Makefile b/x11-toolkits/rubygem-gtk3/Makefile index 37fa8cb227d75..f93b3d17b2bed 100644 --- a/x11-toolkits/rubygem-gtk3/Makefile +++ b/x11-toolkits/rubygem-gtk3/Makefile @@ -1,5 +1,6 @@ PORTNAME= gtk3 PORTVERSION= 4.0.8 +PORTREVISION= 1 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11-toolkits/rubygem-gtk4/Makefile b/x11-toolkits/rubygem-gtk4/Makefile index 252c183c1a987..222c4c0feaa66 100644 --- a/x11-toolkits/rubygem-gtk4/Makefile +++ b/x11-toolkits/rubygem-gtk4/Makefile @@ -1,5 +1,6 @@ PORTNAME= gtk4 PORTVERSION= 4.0.8 +PORTREVISION= 1 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11-toolkits/rubygem-gtksourceview3/Makefile b/x11-toolkits/rubygem-gtksourceview3/Makefile index d2fed0a1bf5f0..f51c5bc507a70 100644 --- a/x11-toolkits/rubygem-gtksourceview3/Makefile +++ b/x11-toolkits/rubygem-gtksourceview3/Makefile @@ -1,5 +1,6 @@ PORTNAME= gtksourceview3 PORTVERSION= 4.0.8 +PORTREVISION= 1 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11-toolkits/rubygem-gtksourceview4/Makefile b/x11-toolkits/rubygem-gtksourceview4/Makefile index 9303c14ae5f81..ec786f3a7fc33 100644 --- a/x11-toolkits/rubygem-gtksourceview4/Makefile +++ b/x11-toolkits/rubygem-gtksourceview4/Makefile @@ -1,5 +1,6 @@ PORTNAME= gtksourceview4 PORTVERSION= 4.0.8 +PORTREVISION= 1 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11-toolkits/rubygem-vte3/Makefile b/x11-toolkits/rubygem-vte3/Makefile index dbfc83e63ab44..a5abb2d679fd0 100644 --- a/x11-toolkits/rubygem-vte3/Makefile +++ b/x11-toolkits/rubygem-vte3/Makefile @@ -1,5 +1,6 @@ PORTNAME= vte3 PORTVERSION= 4.0.8 +PORTREVISION= 1 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11-toolkits/scintilla/Makefile b/x11-toolkits/scintilla/Makefile index 9b1ad98494fd6..b457e2944e346 100644 --- a/x11-toolkits/scintilla/Makefile +++ b/x11-toolkits/scintilla/Makefile @@ -1,5 +1,6 @@ PORTNAME= scintilla DISTVERSION= 4.4.5 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= scite${PORTVERSION:S/.//g} diff --git a/x11-toolkits/swt/Makefile b/x11-toolkits/swt/Makefile index bd293043c4e76..46e0a00940e3e 100644 --- a/x11-toolkits/swt/Makefile +++ b/x11-toolkits/swt/Makefile @@ -1,5 +1,6 @@ PORTNAME= swt DISTVERSION= 4.21 +PORTREVISION= 1 CATEGORIES= x11-toolkits devel java MASTER_SITES= http://archive.eclipse.org/eclipse/downloads/drops4/R-${DISTVERSION}-202109060500/ DISTNAME= ${PORTNAME}-${DISTVERSION}-gtk-linux-x86_64 diff --git a/x11-toolkits/tepl6/Makefile b/x11-toolkits/tepl6/Makefile index 325a682d88001..a042697ea322d 100644 --- a/x11-toolkits/tepl6/Makefile +++ b/x11-toolkits/tepl6/Makefile @@ -1,5 +1,6 @@ PORTNAME= tepl DISTVERSION= 6.4.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME PKGNAMESUFFIX= 6 diff --git a/x11-toolkits/termit/Makefile b/x11-toolkits/termit/Makefile index e7d15a6f300c9..deaf02e32e4b6 100644 --- a/x11-toolkits/termit/Makefile +++ b/x11-toolkits/termit/Makefile @@ -1,6 +1,7 @@ PORTNAME= termit PORTVERSION= 3.1 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 1 CATEGORIES= x11-toolkits gnome MAINTAINER= bob@eager.cx diff --git a/x11-toolkits/unique/Makefile b/x11-toolkits/unique/Makefile index cd57895eae504..7eeee83a9710b 100644 --- a/x11-toolkits/unique/Makefile +++ b/x11-toolkits/unique/Makefile @@ -1,6 +1,6 @@ PORTNAME= unique PORTVERSION= 1.1.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-toolkits MASTER_SITES= GNOME/sources/lib${PORTNAME}/${PORTVERSION:R}/ DISTNAME= lib${PORTNAME}-${PORTVERSION} diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 9d3f19b6d99f1..b03e9713d7ad0 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -1,6 +1,6 @@ PORTNAME= vte PORTVERSION= 0.28.2 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile index cc21564d73b2f..fa703b4f303f5 100644 --- a/x11-toolkits/vte3/Makefile +++ b/x11-toolkits/vte3/Makefile @@ -1,5 +1,6 @@ PORTNAME= vte PORTVERSION= 0.70.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 diff --git a/x11-toolkits/wxgtk30/Makefile b/x11-toolkits/wxgtk30/Makefile index 4a1a1da2cb5e3..6dc7d4d0a61f0 100644 --- a/x11-toolkits/wxgtk30/Makefile +++ b/x11-toolkits/wxgtk30/Makefile @@ -1,7 +1,7 @@ PORTNAME= wx DISTVERSIONPREFIX= v DISTVERSION= 3.0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= https://github.com/wxWidgets/wxWidgets/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= ${_SHORT_WX_VER}-${FLAVOR} diff --git a/x11-toolkits/wxgtk32/Makefile b/x11-toolkits/wxgtk32/Makefile index ea7541ea3bef0..a612014ee5978 100644 --- a/x11-toolkits/wxgtk32/Makefile +++ b/x11-toolkits/wxgtk32/Makefile @@ -1,6 +1,7 @@ PORTNAME= wx DISTVERSIONPREFIX= v DISTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= https://github.com/wxWidgets/wxWidgets/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= ${_SHORT_WX_VER}-${FLAVOR} diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index b564c648b5781..47f256cf81c2a 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -1,6 +1,6 @@ PORTNAME= afterstep PORTVERSION= 2.2.12 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-wm afterstep MASTER_SITES= AFTERSTEP/stable DISTNAME= AfterStep-${PORTVERSION} diff --git a/x11-wm/devilspie2/Makefile b/x11-wm/devilspie2/Makefile index e49f9e617177d..2d6fa84450b6d 100644 --- a/x11-wm/devilspie2/Makefile +++ b/x11-wm/devilspie2/Makefile @@ -1,6 +1,6 @@ PORTNAME= devilspie2 PORTVERSION= 0.43 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://download.savannah.nongnu.org/releases/devilspie2/ DISTFILES= ${PORTNAME}_${PORTVERSION}-src.tar.gz diff --git a/x11-wm/emerald/Makefile b/x11-wm/emerald/Makefile index eea31fe725e27..870018f9e531d 100644 --- a/x11-wm/emerald/Makefile +++ b/x11-wm/emerald/Makefile @@ -1,6 +1,6 @@ PORTNAME= emerald PORTVERSION= 0.8.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-wm MASTER_SITES= https://BSDforge.com/projects/source/x11-wm/emerald/ diff --git a/x11-wm/kickshaw/Makefile b/x11-wm/kickshaw/Makefile index a9e0795c87d38..50118b6d4d2dc 100644 --- a/x11-wm/kickshaw/Makefile +++ b/x11-wm/kickshaw/Makefile @@ -1,5 +1,6 @@ PORTNAME= kickshaw PORTVERSION= 0.5.26 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= SAVANNAH/obladi DISTNAME= ${PORTNAME}_${PORTVERSION}_source_only diff --git a/x11-wm/lxappearance-obconf/Makefile b/x11-wm/lxappearance-obconf/Makefile index 7d33fa4940219..7876a86234746 100644 --- a/x11-wm/lxappearance-obconf/Makefile +++ b/x11-wm/lxappearance-obconf/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxappearance-obconf PORTVERSION= 0.2.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm MASTER_SITES= SF/lxde/LXAppearance%20Obconf/ diff --git a/x11-wm/lxsession/Makefile b/x11-wm/lxsession/Makefile index 367dc40beddfc..4086dad6299e2 100644 --- a/x11-wm/lxsession/Makefile +++ b/x11-wm/lxsession/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxsession PORTVERSION= 0.5.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm MASTER_SITES= SF/lxde/LXSession%20%28session%20manager%29/LXSession%200.5.x/ diff --git a/x11-wm/marco/Makefile b/x11-wm/marco/Makefile index 7166398804f98..c6c6c478281d5 100644 --- a/x11-wm/marco/Makefile +++ b/x11-wm/marco/Makefile @@ -1,5 +1,6 @@ PORTNAME= marco PORTVERSION= 1.26.0 +PORTREVISION= 1 CATEGORIES= x11-wm mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 20a299d3ae285..584e9716e9e71 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -1,5 +1,6 @@ PORTNAME= metacity PORTVERSION= 3.44.0 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/x11-wm/muffin/Makefile b/x11-wm/muffin/Makefile index 81ccfb5478a58..008fc34856960 100644 --- a/x11-wm/muffin/Makefile +++ b/x11-wm/muffin/Makefile @@ -1,5 +1,6 @@ PORTNAME= muffin PORTVERSION= 5.4.5 +PORTREVISION= 1 CATEGORIES= x11-wm gnome DIST_SUBDIR= gnome diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile index 84a16adc2a0c3..e4b86aaec6513 100644 --- a/x11-wm/mutter/Makefile +++ b/x11-wm/mutter/Makefile @@ -1,5 +1,6 @@ PORTNAME= mutter PORTVERSION= 42.4 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/x11-wm/obconf/Makefile b/x11-wm/obconf/Makefile index 2c9aab1e554f8..071492c94c9c8 100644 --- a/x11-wm/obconf/Makefile +++ b/x11-wm/obconf/Makefile @@ -1,6 +1,6 @@ PORTNAME= obconf PORTVERSION= 2.0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-wm MASTER_SITES= http://openbox.org/dist/obconf/ diff --git a/x11-wm/pager/Makefile b/x11-wm/pager/Makefile index 15a9a40c3ea1c..70d2dcf46678b 100644 --- a/x11-wm/pager/Makefile +++ b/x11-wm/pager/Makefile @@ -1,6 +1,6 @@ PORTNAME= pager PORTVERSION= 0.90.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm MASTER_SITES= http://download.tuxfamily.org/sawfishpager/ DISTNAME= sawfish-pager-${PORTVERSION} diff --git a/x11-wm/phoc/Makefile b/x11-wm/phoc/Makefile index eea8a8e9adda3..4eb29133dc38a 100644 --- a/x11-wm/phoc/Makefile +++ b/x11-wm/phoc/Makefile @@ -1,6 +1,7 @@ PORTNAME= phoc DISTVERSIONPREFIX= v DISTVERSION= 0.25.0 +PORTREVISION= 1 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index e4b0deecbac8d..61b6076eb1d36 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -1,6 +1,6 @@ PORTNAME= sawfish DISTVERSION= 1.13.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://download.tuxfamily.org/sawfish/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/x11-wm/selectwm/Makefile b/x11-wm/selectwm/Makefile index 0734aeb4f8445..d41408b71d9b8 100644 --- a/x11-wm/selectwm/Makefile +++ b/x11-wm/selectwm/Makefile @@ -1,6 +1,6 @@ PORTNAME= selectwm PORTVERSION= 0.4.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= x11-wm MASTER_SITES= http://ordiluc.net/selectwm/ diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index 842dfac0ea0d9..3f0793fcde4dc 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -1,6 +1,6 @@ PORTNAME= wmakerconf PORTVERSION= 2.12 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= x11-wm MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index f8f89c00771f6..ac8b8f473fd7c 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-desktop PORTVERSION= 4.18.1 +PORTREVISION= 1 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE DISTNAME= xfdesktop-${DISTVERSIONFULL} diff --git a/x11-wm/xfce4-panel-profiles/Makefile b/x11-wm/xfce4-panel-profiles/Makefile index bb6367ba99651..597653bc83f02 100644 --- a/x11-wm/xfce4-panel-profiles/Makefile +++ b/x11-wm/xfce4-panel-profiles/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-panel-profiles PORTVERSION= 1.0.13 +PORTREVISION= 1 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index 79485e084e3e5..eacafad2b4437 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-panel PORTVERSION= 4.18.2 +PORTREVISION= 1 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index eabcda5dcf589..e13efefd24dcc 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-session PORTVERSION= 4.18.1 +PORTREVISION= 1 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 diff --git a/x11-wm/xfce4-wm/Makefile b/x11-wm/xfce4-wm/Makefile index e4296b7e31153..81b3327df7d74 100644 --- a/x11-wm/xfce4-wm/Makefile +++ b/x11-wm/xfce4-wm/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-wm PORTVERSION= 4.18.0 +PORTREVISION= 1 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE DISTNAME= xfwm4-${DISTVERSIONFULL} diff --git a/x11/appmenu-registrar/Makefile b/x11/appmenu-registrar/Makefile index 29c96ea50c2a4..ee12e6c90cf8b 100644 --- a/x11/appmenu-registrar/Makefile +++ b/x11/appmenu-registrar/Makefile @@ -1,6 +1,6 @@ PORTNAME= appmenu-registrar DISTVERSION= 0.7.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ diff --git a/x11/apwal/Makefile b/x11/apwal/Makefile index 04179f1c743ea..f37bdafe5f47c 100644 --- a/x11/apwal/Makefile +++ b/x11/apwal/Makefile @@ -1,6 +1,6 @@ PORTNAME= apwal PORTVERSION= 0.4.5 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= x11 MASTER_SITES= http://apwal.free.fr/download/ diff --git a/x11/arandr/Makefile b/x11/arandr/Makefile index 9e6a465dfdebe..5b42aa81dc2b0 100644 --- a/x11/arandr/Makefile +++ b/x11/arandr/Makefile @@ -1,6 +1,6 @@ PORTNAME= arandr PORTVERSION= 0.1.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 deskutils MAINTAINER= sbz@FreeBSD.org diff --git a/x11/bbrun/Makefile b/x11/bbrun/Makefile index 4f40a6126d54c..872c94db1b42b 100644 --- a/x11/bbrun/Makefile +++ b/x11/bbrun/Makefile @@ -1,6 +1,6 @@ PORTNAME= bbrun PORTVERSION= 1.6 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= x11 MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/ diff --git a/x11/brisk-menu/Makefile b/x11/brisk-menu/Makefile index 939b1d59ce747..617b38bdafb26 100644 --- a/x11/brisk-menu/Makefile +++ b/x11/brisk-menu/Makefile @@ -1,6 +1,7 @@ PORTNAME= brisk-menu DISTVERSIONPREFIX= v DISTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= ericbsd@FreeBSD.org diff --git a/x11/cinnamon-desktop/Makefile b/x11/cinnamon-desktop/Makefile index 3fcbdb67ba7fc..70769b4f39c7e 100644 --- a/x11/cinnamon-desktop/Makefile +++ b/x11/cinnamon-desktop/Makefile @@ -1,5 +1,6 @@ PORTNAME= cinnamon-desktop PORTVERSION= 5.4.2 +PORTREVISION= 1 CATEGORIES= x11 gnome DIST_SUBDIR= gnome diff --git a/x11/cinnamon-screensaver/Makefile b/x11/cinnamon-screensaver/Makefile index aa295a75b287f..f52a2b8fd0e68 100644 --- a/x11/cinnamon-screensaver/Makefile +++ b/x11/cinnamon-screensaver/Makefile @@ -1,5 +1,6 @@ PORTNAME= cinnamon-screensaver PORTVERSION= 5.4.2 +PORTREVISION= 1 CATEGORIES= x11 gnome DIST_SUBDIR= gnome diff --git a/x11/cinnamon-session/Makefile b/x11/cinnamon-session/Makefile index 2259b28d78f58..5323fe2e906e0 100644 --- a/x11/cinnamon-session/Makefile +++ b/x11/cinnamon-session/Makefile @@ -1,5 +1,6 @@ PORTNAME= cinnamon-session PORTVERSION= 5.4.0 +PORTREVISION= 1 CATEGORIES= x11 gnome DIST_SUBDIR= gnome diff --git a/x11/cinnamon/Makefile b/x11/cinnamon/Makefile index 065421fdd0c01..dee5e30d3aa27 100644 --- a/x11/cinnamon/Makefile +++ b/x11/cinnamon/Makefile @@ -1,5 +1,6 @@ PORTNAME= cinnamon PORTVERSION= 5.4.9 +PORTREVISION= 1 CATEGORIES= x11 gnome DIST_SUBDIR= gnome @@ -19,7 +20,7 @@ LIB_DEPENDS= libcjs.so:lang/cjs \ libcinnamon-menu-3.so:x11/cinnamon-menus \ libdbus-1.so:devel/dbus \ libpolkit-agent-1.so:sysutils/polkit \ - libatk-bridge-2.0.so:accessibility/at-spi2-atk \ + libatk-bridge-2.0.so:accessibility/at-spi2-core \ libsoup-2.4.so:devel/libsoup \ libxapp.so:x11/xapp RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ diff --git a/x11/conlecterm/Makefile b/x11/conlecterm/Makefile index ede34f5724fc5..9c43b16205683 100644 --- a/x11/conlecterm/Makefile +++ b/x11/conlecterm/Makefile @@ -1,7 +1,7 @@ PORTNAME= conlecterm PORTVERSION= 1.4.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MAINTAINER= hsw@bitmark.com diff --git a/x11/deforaos-keyboard/Makefile b/x11/deforaos-keyboard/Makefile index 225356eb1d6b9..95c59056e7ea4 100644 --- a/x11/deforaos-keyboard/Makefile +++ b/x11/deforaos-keyboard/Makefile @@ -1,5 +1,6 @@ PORTNAME= keyboard PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.defora.org/os/download/download/4453/ PKGNAMEPREFIX= deforaos- diff --git a/x11/deforaos-libdesktop/Makefile b/x11/deforaos-libdesktop/Makefile index 14455ac80de5c..0971c6a7ee266 100644 --- a/x11/deforaos-libdesktop/Makefile +++ b/x11/deforaos-libdesktop/Makefile @@ -1,6 +1,6 @@ PORTNAME= libdesktop PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.defora.org/os/download/download/4447/ PKGNAMEPREFIX= deforaos- diff --git a/x11/deforaos-locker/Makefile b/x11/deforaos-locker/Makefile index fe60b4a88ef83..fce2a290c6493 100644 --- a/x11/deforaos-locker/Makefile +++ b/x11/deforaos-locker/Makefile @@ -1,5 +1,6 @@ PORTNAME= locker PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.defora.org/os/download/download/4424/ PKGNAMEPREFIX= deforaos- diff --git a/x11/deforaos-panel/Makefile b/x11/deforaos-panel/Makefile index 66716a9b1b40a..2041857356f76 100644 --- a/x11/deforaos-panel/Makefile +++ b/x11/deforaos-panel/Makefile @@ -1,6 +1,6 @@ PORTNAME= deforaos-panel PORTVERSION= 0.3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.defora.org/os/download/download/4417/ DISTNAME= Panel-${PORTVERSION} diff --git a/x11/deskmenu/Makefile b/x11/deskmenu/Makefile index a94b31f87a07a..cccdc502bcfa3 100644 --- a/x11/deskmenu/Makefile +++ b/x11/deskmenu/Makefile @@ -1,5 +1,6 @@ PORTNAME= deskmenu PORTVERSION= 1.4.5 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= DEBIAN/pool/main/d/${PORTNAME} GENTOO DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/x11/eaglemode/Makefile b/x11/eaglemode/Makefile index c0f4369304792..6915c115354b1 100644 --- a/x11/eaglemode/Makefile +++ b/x11/eaglemode/Makefile @@ -1,6 +1,6 @@ PORTNAME= eaglemode PORTVERSION= 0.96.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/x11/elementary-terminal/Makefile b/x11/elementary-terminal/Makefile index e3e1e29337531..601f793429d48 100644 --- a/x11/elementary-terminal/Makefile +++ b/x11/elementary-terminal/Makefile @@ -1,5 +1,6 @@ PORTNAME= terminal DISTVERSION= 6.1.1 +PORTREVISION= 1 CATEGORIES= x11 PKGNAMEPREFIX= elementary- diff --git a/x11/evilvte/Makefile b/x11/evilvte/Makefile index e2f6f28174882..f24ba634edb61 100644 --- a/x11/evilvte/Makefile +++ b/x11/evilvte/Makefile @@ -1,6 +1,6 @@ PORTNAME= evilvte DISTVERSION= 0.5.2~pre1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 gnome MASTER_SITES= http://www.calno.com/${PORTNAME}/ diff --git a/x11/eww/Makefile b/x11/eww/Makefile index 8d78385f6704e..274cd6b330288 100644 --- a/x11/eww/Makefile +++ b/x11/eww/Makefile @@ -1,7 +1,7 @@ PORTNAME= eww DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 wayland PKGNAMESUFFIX= -${FLAVOR} diff --git a/x11/fbpanel/Makefile b/x11/fbpanel/Makefile index d389ea97cac97..3335cbee84383 100644 --- a/x11/fbpanel/Makefile +++ b/x11/fbpanel/Makefile @@ -1,6 +1,6 @@ PORTNAME= fbpanel PORTVERSION= 6.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 MASTER_SITES= SF diff --git a/x11/florence/Makefile b/x11/florence/Makefile index b9659a20bfc6f..b777b10f8022c 100644 --- a/x11/florence/Makefile +++ b/x11/florence/Makefile @@ -1,6 +1,6 @@ PORTNAME= florence PORTVERSION= 0.6.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 MASTER_SITES= SF/florence/florence/${PORTVERSION}/ diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 63b27b0b09f71..65d359e3110e1 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -1,6 +1,6 @@ PORTNAME= gdm PORTVERSION= 42.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile index f09d98604fddc..0e21da81eef38 100644 --- a/x11/gmrun/Makefile +++ b/x11/gmrun/Makefile @@ -1,6 +1,6 @@ PORTNAME= gmrun PORTVERSION= 0.9.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= x11 MASTER_SITES= SF diff --git a/x11/gnome-clipboard-daemon/Makefile b/x11/gnome-clipboard-daemon/Makefile index cd0979eb144f8..2984ed0656892 100644 --- a/x11/gnome-clipboard-daemon/Makefile +++ b/x11/gnome-clipboard-daemon/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-clipboard-daemon PORTVERSION= 1.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= x11 gnome MASTER_SITES= http://members.chello.nl/~h.lai/gnome-clipboard-daemon/ DISTNAME= ${PORTNAME:S,^gnome-,,}-${PORTVERSION} diff --git a/x11/gnome-console/Makefile b/x11/gnome-console/Makefile index b488d9b638835..a4778553c2bbd 100644 --- a/x11/gnome-console/Makefile +++ b/x11/gnome-console/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-console PORTVERSION= 43.0 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index 795a350698a23..728bfde1d34fd 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-desktop PORTVERSION= 42.4 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/x11/gnome-pie/Makefile b/x11/gnome-pie/Makefile index d936b40d72409..6bd921791aa04 100644 --- a/x11/gnome-pie/Makefile +++ b/x11/gnome-pie/Makefile @@ -1,6 +1,7 @@ PORTNAME= gnome-pie PORTVERSION= 0.7.3 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= nivit@FreeBSD.org diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 3fad55f0ffb96..582fc24e9e738 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-session PORTVERSION= 42.0 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/x11/gnome-shell-extensions/Makefile b/x11/gnome-shell-extensions/Makefile index 0bd7498a781bc..05608a9e1bab3 100644 --- a/x11/gnome-shell-extensions/Makefile +++ b/x11/gnome-shell-extensions/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-shell-extensions PORTVERSION= 42.3 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index ddc7a6444c4b5..dc40c4fa38514 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-shell PORTVERSION= 42.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/bash-completion/bash_completion.sh:shells/bash docbook-xsl>=0:textproc/docbook-xsl \ gnome-control-center:sysutils/gnome-control-center \ sassc:textproc/sassc -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libcanberra.so:audio/libcanberra \ libcroco-0.6.so:textproc/libcroco \ diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index fedd7b9426f08..8e84326e1e7fb 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-terminal DISTVERSION= 3.44.2 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/x11/gromit-mpx/Makefile b/x11/gromit-mpx/Makefile index 0042fcc7f7c94..d7b706493cfcb 100644 --- a/x11/gromit-mpx/Makefile +++ b/x11/gromit-mpx/Makefile @@ -1,5 +1,6 @@ PORTNAME= gromit-mpx DISTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/gromit/Makefile b/x11/gromit/Makefile index 981eb76c751ad..63e514833e7e1 100644 --- a/x11/gromit/Makefile +++ b/x11/gromit/Makefile @@ -1,6 +1,6 @@ PORTNAME= gromit PORTVERSION= 20041213 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 MASTER_SITES= http://www.home.unix-ag.org/simon/gromit/ diff --git a/x11/gtk-app-menu/Makefile b/x11/gtk-app-menu/Makefile index 9dce5670f33a4..5835dca881b96 100644 --- a/x11/gtk-app-menu/Makefile +++ b/x11/gtk-app-menu/Makefile @@ -1,6 +1,6 @@ PORTNAME= appmenu-gtk-module DISTVERSION= 0.7.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ diff --git a/x11/gtk-theme-switch2/Makefile b/x11/gtk-theme-switch2/Makefile index 83850026e2eaa..090bcacf327f7 100644 --- a/x11/gtk-theme-switch2/Makefile +++ b/x11/gtk-theme-switch2/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtk-theme-switch DISTVERSION= 2.0.0rc2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 MASTER_SITES= http://www.muhri.net/ diff --git a/x11/gtkchtheme/Makefile b/x11/gtkchtheme/Makefile index beb646d6386ac..f29584d6b9ebf 100644 --- a/x11/gtkchtheme/Makefile +++ b/x11/gtkchtheme/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkchtheme PORTVERSION= 0.3.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= x11 MASTER_SITES= http://plasmasturm.org/code/gtk-chtheme/ DISTNAME= gtk-chtheme-${PORTVERSION} diff --git a/x11/gtkterm2/Makefile b/x11/gtkterm2/Makefile index 54f385c2f5a81..0fcf6a2c9979b 100644 --- a/x11/gtkterm2/Makefile +++ b/x11/gtkterm2/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkterm2 PORTVERSION= 0.2.3 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= x11 MASTER_SITES= SF/gtkterm/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/x11/guake/Makefile b/x11/guake/Makefile index 0d6222289b377..266510afe2e9e 100644 --- a/x11/guake/Makefile +++ b/x11/guake/Makefile @@ -1,6 +1,6 @@ PORTNAME= guake PORTVERSION= 3.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 python MASTER_SITES= PYPI DISTNAME= Guake-${PORTVERSION} diff --git a/x11/gxkb/Makefile b/x11/gxkb/Makefile index c12fe25c2d508..f06c47eded324 100644 --- a/x11/gxkb/Makefile +++ b/x11/gxkb/Makefile @@ -1,5 +1,6 @@ PORTNAME= gxkb PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME} diff --git a/x11/keybinder-gtk3/Makefile b/x11/keybinder-gtk3/Makefile index 07ced0bc4c100..3a6874905f66d 100644 --- a/x11/keybinder-gtk3/Makefile +++ b/x11/keybinder-gtk3/Makefile @@ -1,7 +1,7 @@ PORTNAME= keybinder PORTVERSION= 0.3.2 DISTVERSIONPREFIX= 3.0- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= https://github.com/kupferlauncher/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSIONPREFIX}v${DISTVERSION}/ PKGNAMESUFFIX= -gtk3 diff --git a/x11/keybinder/Makefile b/x11/keybinder/Makefile index 5f95aca8ee16f..d0176ba55fb42 100644 --- a/x11/keybinder/Makefile +++ b/x11/keybinder/Makefile @@ -1,6 +1,6 @@ PORTNAME= keybinder PORTVERSION= 0.3.1 -PORTREVISION= 5 +PORTREVISION= 6 DISTVERSIONPREFIX= v CATEGORIES= x11 diff --git a/x11/keyboardcast/Makefile b/x11/keyboardcast/Makefile index f202d0c182c66..0b36fc5687fe4 100644 --- a/x11/keyboardcast/Makefile +++ b/x11/keyboardcast/Makefile @@ -1,7 +1,7 @@ PORTNAME= keyboardcast PORTVERSION= 0.1.1 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 MAINTAINER= eimar.koort@gmail.com diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index 5d0872a53091e..fe8f7281a4f21 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -1,5 +1,6 @@ PORTNAME= libexo PORTVERSION= 4.18.0 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= XFCE DISTNAME= exo-${DISTVERSIONFULL} diff --git a/x11/libfm/Makefile b/x11/libfm/Makefile index cea677f5bc764..d1b5bc32ed6b4 100644 --- a/x11/libfm/Makefile +++ b/x11/libfm/Makefile @@ -1,6 +1,6 @@ PORTNAME= libfm DISTVERSION= 1.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= SF/pcmanfm/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/LibFM/ diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile index a1f53d7d4a11c..3b6aac380c356 100644 --- a/x11/libgnomekbd/Makefile +++ b/x11/libgnomekbd/Makefile @@ -1,5 +1,6 @@ PORTNAME= libgnomekbd PORTVERSION= 3.26.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/x11/libmatekbd/Makefile b/x11/libmatekbd/Makefile index 12974adf8037b..38fd4dafa9481 100644 --- a/x11/libmatekbd/Makefile +++ b/x11/libmatekbd/Makefile @@ -1,5 +1,6 @@ PORTNAME= libmatekbd PORTVERSION= 1.26.0 +PORTREVISION= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/x11/libxfce4menu/Makefile b/x11/libxfce4menu/Makefile index c8b1b291a9869..158ab36f8a8cc 100644 --- a/x11/libxfce4menu/Makefile +++ b/x11/libxfce4menu/Makefile @@ -1,5 +1,6 @@ PORTNAME= libxfce4menu PORTVERSION= 4.18.2 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= XFCE DISTNAME= libxfce4ui-${DISTVERSIONFULL} diff --git a/x11/lightdm-gtk-greeter/Makefile b/x11/lightdm-gtk-greeter/Makefile index b232f21e1808c..c3e6b01d32734 100644 --- a/x11/lightdm-gtk-greeter/Makefile +++ b/x11/lightdm-gtk-greeter/Makefile @@ -1,6 +1,6 @@ PORTNAME= lightdm-gtk-greeter PORTVERSION= 2.0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= https://github.com/Xubuntu/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ diff --git a/x11/lilyterm/Makefile b/x11/lilyterm/Makefile index 4447b3583e7e2..b0eb75d2cef52 100644 --- a/x11/lilyterm/Makefile +++ b/x11/lilyterm/Makefile @@ -1,7 +1,7 @@ PORTNAME= lilyterm DISTVERSIONPREFIX= v DISTVERSION= 0.9.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= jwb@FreeBSD.org diff --git a/x11/lxhotkey/Makefile b/x11/lxhotkey/Makefile index df4682d01975b..6f517e2cbcfc6 100644 --- a/x11/lxhotkey/Makefile +++ b/x11/lxhotkey/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxhotkey PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= SF/lxde/LXHotkey/ diff --git a/x11/lxpanel/Makefile b/x11/lxpanel/Makefile index 12b8d3ac91c52..addd6380a1996 100644 --- a/x11/lxpanel/Makefile +++ b/x11/lxpanel/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxpanel PORTVERSION= 0.9.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= SF/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20${PORTVERSION:R}.x/ diff --git a/x11/lxrandr/Makefile b/x11/lxrandr/Makefile index bced3d83a542e..79adbd30446a5 100644 --- a/x11/lxrandr/Makefile +++ b/x11/lxrandr/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxrandr PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= SF/lxde/LXRandR%20%28monitor%20config%20tool%29/LXRandR%20${PORTVERSION:R}.x/ diff --git a/x11/mate-applet-appmenu/Makefile b/x11/mate-applet-appmenu/Makefile index 9492eceb43dd6..550ded8d255de 100644 --- a/x11/mate-applet-appmenu/Makefile +++ b/x11/mate-applet-appmenu/Makefile @@ -1,6 +1,6 @@ PORTNAME= mate-applet-appmenu DISTVERSION= 0.7.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ diff --git a/x11/mate-applets/Makefile b/x11/mate-applets/Makefile index 4d62bc4a744fe..452f62025fe0f 100644 --- a/x11/mate-applets/Makefile +++ b/x11/mate-applets/Makefile @@ -1,6 +1,6 @@ PORTNAME= mate-applets PORTVERSION= 1.26.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/x11/mate-desktop/Makefile b/x11/mate-desktop/Makefile index 2f55bd1b96088..8f3b705d0a8cb 100644 --- a/x11/mate-desktop/Makefile +++ b/x11/mate-desktop/Makefile @@ -1,5 +1,6 @@ PORTNAME= mate-desktop PORTVERSION= 1.26.0 +PORTREVISION= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/x11/mate-dock-applet/Makefile b/x11/mate-dock-applet/Makefile index 56339c95056ea..696b3dc0f2dc9 100644 --- a/x11/mate-dock-applet/Makefile +++ b/x11/mate-dock-applet/Makefile @@ -1,6 +1,6 @@ PORTNAME= mate-dock-applet PORTVERSION= 21.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 mate DIST_SUBDIR= mate diff --git a/x11/mate-panel/Makefile b/x11/mate-panel/Makefile index b027c646c33f7..2f211a9b141d7 100644 --- a/x11/mate-panel/Makefile +++ b/x11/mate-panel/Makefile @@ -1,5 +1,6 @@ PORTNAME= mate-panel PORTVERSION= 1.26.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11 mate MASTER_SITES= MATE diff --git a/x11/mate-screensaver/Makefile b/x11/mate-screensaver/Makefile index 4c02691497f1e..bcdaf057947ae 100644 --- a/x11/mate-screensaver/Makefile +++ b/x11/mate-screensaver/Makefile @@ -1,6 +1,6 @@ PORTNAME= mate-screensaver PORTVERSION= 1.26.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/x11/mate-session-manager/Makefile b/x11/mate-session-manager/Makefile index 5b309ae8263a5..a145ce00de3be 100644 --- a/x11/mate-session-manager/Makefile +++ b/x11/mate-session-manager/Makefile @@ -1,6 +1,6 @@ PORTNAME= mate-session-manager PORTVERSION= 1.26.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/x11/mate-terminal/Makefile b/x11/mate-terminal/Makefile index 2bca8dcf08e15..d25931ca01ea8 100644 --- a/x11/mate-terminal/Makefile +++ b/x11/mate-terminal/Makefile @@ -1,5 +1,6 @@ PORTNAME= mate-terminal PORTVERSION= 1.26.0 +PORTREVISION= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index f6c4fbe0bd15f..34d9d5be654ab 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -1,6 +1,6 @@ PORTNAME= mlterm PORTVERSION= 3.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= nobutaka@FreeBSD.org diff --git a/x11/nvidia-settings/Makefile b/x11/nvidia-settings/Makefile index 1893d5fb70694..d91e342c117eb 100644 --- a/x11/nvidia-settings/Makefile +++ b/x11/nvidia-settings/Makefile @@ -1,5 +1,6 @@ PORTNAME= nvidia-settings PORTVERSION= 470.86 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/nwg-bar/Makefile b/x11/nwg-bar/Makefile index 085293ce022e9..7d689b482a077 100644 --- a/x11/nwg-bar/Makefile +++ b/x11/nwg-bar/Makefile @@ -1,6 +1,7 @@ PORTNAME= nwg-bar DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/nwg-dock/Makefile b/x11/nwg-dock/Makefile index 3cafebbef2e32..024edd184309f 100644 --- a/x11/nwg-dock/Makefile +++ b/x11/nwg-dock/Makefile @@ -1,7 +1,7 @@ PORTNAME= nwg-dock DISTVERSIONPREFIX= v DISTVERSION= 0.3.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/nwg-drawer/Makefile b/x11/nwg-drawer/Makefile index 7d34ba3226b7d..458991c3f6b00 100644 --- a/x11/nwg-drawer/Makefile +++ b/x11/nwg-drawer/Makefile @@ -1,7 +1,7 @@ PORTNAME= nwg-drawer DISTVERSIONPREFIX= v DISTVERSION= 0.3.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/nwg-launchers/Makefile b/x11/nwg-launchers/Makefile index 489461c7682bc..4329dd4ea59fd 100644 --- a/x11/nwg-launchers/Makefile +++ b/x11/nwg-launchers/Makefile @@ -1,6 +1,7 @@ PORTNAME= nwg-launchers DISTVERSIONPREFIX= v DISTVERSION= 0.7.1.1 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/nwg-look/Makefile b/x11/nwg-look/Makefile index 791a21a8c4e01..805949ca54cd0 100644 --- a/x11/nwg-look/Makefile +++ b/x11/nwg-look/Makefile @@ -1,7 +1,7 @@ PORTNAME= nwg-look DISTVERSIONPREFIX= v DISTVERSION= 0.1.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/nwg-menu/Makefile b/x11/nwg-menu/Makefile index 853825c36872a..e7e46ff9bcde6 100644 --- a/x11/nwg-menu/Makefile +++ b/x11/nwg-menu/Makefile @@ -1,7 +1,7 @@ PORTNAME= nwg-menu DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/pipeglade/Makefile b/x11/pipeglade/Makefile index aa3721c61ddc1..a36aed68f358a 100644 --- a/x11/pipeglade/Makefile +++ b/x11/pipeglade/Makefile @@ -1,6 +1,6 @@ PORTNAME= pipeglade PORTVERSION= 4.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 devel MAINTAINER= trebbu@googlemail.com diff --git a/x11/plank/Makefile b/x11/plank/Makefile index 5d4aaf364e7d7..ae3041bdb9c5d 100644 --- a/x11/plank/Makefile +++ b/x11/plank/Makefile @@ -1,6 +1,6 @@ PORTNAME= plank PORTVERSION= 0.11.89 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= https://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/ diff --git a/x11/py-caffeine-ng/Makefile b/x11/py-caffeine-ng/Makefile index be30b7f75a57e..6617fed1c71cd 100644 --- a/x11/py-caffeine-ng/Makefile +++ b/x11/py-caffeine-ng/Makefile @@ -1,5 +1,6 @@ PORTNAME= caffeine-ng DISTVERSION= 4.0.2 +PORTREVISION= 1 CATEGORIES= x11 python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11/py-xdot/Makefile b/x11/py-xdot/Makefile index 4cdbeb775b466..ffed2d1b261f2 100644 --- a/x11/py-xdot/Makefile +++ b/x11/py-xdot/Makefile @@ -1,6 +1,6 @@ PORTNAME= xdot PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11/remontoire/Makefile b/x11/remontoire/Makefile index 8db19c5290147..238c613d3aa8f 100644 --- a/x11/remontoire/Makefile +++ b/x11/remontoire/Makefile @@ -1,5 +1,6 @@ PORTNAME= remontoire DISTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/roxterm/Makefile b/x11/roxterm/Makefile index 1c745c6729f9e..066d36f391641 100644 --- a/x11/roxterm/Makefile +++ b/x11/roxterm/Makefile @@ -1,5 +1,6 @@ PORTNAME= roxterm PORTVERSION= 3.12.1 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= nc@FreeBSD.org diff --git a/x11/sakura/Makefile b/x11/sakura/Makefile index 7c15043dc1542..89581a73351ca 100644 --- a/x11/sakura/Makefile +++ b/x11/sakura/Makefile @@ -1,5 +1,6 @@ PORTNAME= sakura PORTVERSION= 3.8.6 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= http://launchpadlibrarian.net/633211415/ diff --git a/x11/sbxkb/Makefile b/x11/sbxkb/Makefile index e3b75fd6a25ce..a944a89b44dd9 100644 --- a/x11/sbxkb/Makefile +++ b/x11/sbxkb/Makefile @@ -1,6 +1,6 @@ PORTNAME= sbxkb PORTVERSION= 0.7.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= SF/staybox diff --git a/x11/screen-message/Makefile b/x11/screen-message/Makefile index 3cdb7918d763d..75639844f1538 100644 --- a/x11/screen-message/Makefile +++ b/x11/screen-message/Makefile @@ -1,5 +1,6 @@ PORTNAME= screen-message PORTVERSION= 0.25 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= mail@dhauck.eu diff --git a/x11/screenkey/Makefile b/x11/screenkey/Makefile index 588a1be4b9e2e..1d45a681e8987 100644 --- a/x11/screenkey/Makefile +++ b/x11/screenkey/Makefile @@ -1,5 +1,6 @@ PORTNAME= screenkey PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= x11 python MASTER_SITES= https://www.thregr.org/~wavexx/software/screenkey/releases/ diff --git a/x11/sfwbar/Makefile b/x11/sfwbar/Makefile index 067e432dea8dd..f747446413836 100644 --- a/x11/sfwbar/Makefile +++ b/x11/sfwbar/Makefile @@ -1,6 +1,7 @@ PORTNAME= sfwbar DISTVERSION= 1.0_beta9 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= tino.engel@mail.de diff --git a/x11/showmethekey/Makefile b/x11/showmethekey/Makefile index 319730aa75da1..b45df19899bee 100644 --- a/x11/showmethekey/Makefile +++ b/x11/showmethekey/Makefile @@ -1,6 +1,7 @@ PORTNAME= showmethekey DISTVERSIONPREFIX= v DISTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/sirula/Makefile b/x11/sirula/Makefile index 5dc0230fdaa92..8ae8580319a39 100644 --- a/x11/sirula/Makefile +++ b/x11/sirula/Makefile @@ -1,7 +1,7 @@ PORTNAME= sirula DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/slick-greeter/Makefile b/x11/slick-greeter/Makefile index d663042c1f78b..54b1d0f1ee540 100644 --- a/x11/slick-greeter/Makefile +++ b/x11/slick-greeter/Makefile @@ -1,5 +1,6 @@ PORTNAME= slick-greeter PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= ericbsd@FreeBSD.org diff --git a/x11/squeekboard/Makefile b/x11/squeekboard/Makefile index 638a3669fc311..e6175a4713b84 100644 --- a/x11/squeekboard/Makefile +++ b/x11/squeekboard/Makefile @@ -1,7 +1,7 @@ PORTNAME= squeekboard DISTVERSIONPREFIX= v DISTVERSION= 1.17.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/stjerm/Makefile b/x11/stjerm/Makefile index 64541738be620..33ca2ceb4043a 100644 --- a/x11/stjerm/Makefile +++ b/x11/stjerm/Makefile @@ -1,6 +1,7 @@ PORTNAME= stjerm PORTVERSION= 0.18 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= lichray@gmail.com diff --git a/x11/swayfloatingswitcher/Makefile b/x11/swayfloatingswitcher/Makefile index 3ce4f92fb3a75..022a73d81a4a0 100644 --- a/x11/swayfloatingswitcher/Makefile +++ b/x11/swayfloatingswitcher/Makefile @@ -1,5 +1,6 @@ PORTNAME= swayfloatingswitcher PORTVERSION= s20221131 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/swaync/Makefile b/x11/swaync/Makefile index dc27040be03c6..dbd7555db8572 100644 --- a/x11/swaync/Makefile +++ b/x11/swaync/Makefile @@ -1,6 +1,7 @@ PORTNAME= swaync DISTVERSIONPREFIX= v PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/swaysettings/Makefile b/x11/swaysettings/Makefile index d14f7ca5c9448..e8f12e961df5d 100644 --- a/x11/swaysettings/Makefile +++ b/x11/swaysettings/Makefile @@ -1,6 +1,7 @@ PORTNAME= swaysettings DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/terminator/Makefile b/x11/terminator/Makefile index e1095b4e76981..594e58ae86121 100644 --- a/x11/terminator/Makefile +++ b/x11/terminator/Makefile @@ -1,6 +1,6 @@ PORTNAME= terminator DISTVERSION= 2.1.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11 python MASTER_SITES= https://github.com/gnome-${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/x11/tilda/Makefile b/x11/tilda/Makefile index e5b52df0c12c5..220d39254ec71 100644 --- a/x11/tilda/Makefile +++ b/x11/tilda/Makefile @@ -1,7 +1,7 @@ PORTNAME= tilda PORTVERSION= 1.5.0 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= rodrigo@FreeBSD.org diff --git a/x11/tilix/Makefile b/x11/tilix/Makefile index 546783f90211c..54ccacf160f0e 100644 --- a/x11/tilix/Makefile +++ b/x11/tilix/Makefile @@ -1,6 +1,6 @@ PORTNAME= tilix PORTVERSION= 1.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= romain@FreeBSD.org diff --git a/x11/tint/Makefile b/x11/tint/Makefile index 713d4f0325525..a53e04c906204 100644 --- a/x11/tint/Makefile +++ b/x11/tint/Makefile @@ -1,6 +1,6 @@ PORTNAME= tint2 PORTVERSION= 16.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MAINTAINER= yamagi@yamagi.org diff --git a/x11/trayer/Makefile b/x11/trayer/Makefile index c5367115304b0..66a30ae2e586b 100644 --- a/x11/trayer/Makefile +++ b/x11/trayer/Makefile @@ -1,6 +1,7 @@ PORTNAME= trayer PORTVERSION= 1.1.8 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= madpilot@FreeBSD.org diff --git a/x11/ulauncher/Makefile b/x11/ulauncher/Makefile index 2ac75725ba53e..625aa7bb794f0 100644 --- a/x11/ulauncher/Makefile +++ b/x11/ulauncher/Makefile @@ -1,5 +1,6 @@ PORTNAME= ulauncher PORTVERSION= 5.15.1 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= https://github.com/Ulauncher/Ulauncher/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/x11/wapanel/Makefile b/x11/wapanel/Makefile index 0a7d3ab09338a..ef764a08acf81 100644 --- a/x11/wapanel/Makefile +++ b/x11/wapanel/Makefile @@ -1,5 +1,6 @@ PORTNAME= wapanel DISTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/waybar/Makefile b/x11/waybar/Makefile index 336e4dfebff3a..94477aa7e41ca 100644 --- a/x11/waybar/Makefile +++ b/x11/waybar/Makefile @@ -1,5 +1,6 @@ PORTNAME= waybar DISTVERSION= 0.9.17 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/wbar/Makefile b/x11/wbar/Makefile index 3c7b4cea004bc..e967dd87bbe42 100644 --- a/x11/wbar/Makefile +++ b/x11/wbar/Makefile @@ -1,6 +1,6 @@ PORTNAME= wbar PORTVERSION= 2.3.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PORTNAME}/ diff --git a/x11/wcm/Makefile b/x11/wcm/Makefile index 30f1dfc1df5c6..b877be14b4327 100644 --- a/x11/wcm/Makefile +++ b/x11/wcm/Makefile @@ -1,6 +1,7 @@ PORTNAME= wcm DISTVERSIONPREFIX= v DISTVERSION= 0.7.5 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/wdisplays/Makefile b/x11/wdisplays/Makefile index 37fb1f449ffe9..595f5f2b3b7f5 100644 --- a/x11/wdisplays/Makefile +++ b/x11/wdisplays/Makefile @@ -1,5 +1,6 @@ PORTNAME= wdisplays DISTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/wf-shell/Makefile b/x11/wf-shell/Makefile index c572a5c88c48f..d5b7ab76827d4 100644 --- a/x11/wf-shell/Makefile +++ b/x11/wf-shell/Makefile @@ -1,7 +1,7 @@ PORTNAME= wf-shell DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/wlogout/Makefile b/x11/wlogout/Makefile index 9881fd0803d38..077b0ed52b0f2 100644 --- a/x11/wlogout/Makefile +++ b/x11/wlogout/Makefile @@ -1,6 +1,6 @@ PORTNAME= wlogout PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/wmblob/Makefile b/x11/wmblob/Makefile index 34d1cf7a60c58..d1d0d8aaae6b8 100644 --- a/x11/wmblob/Makefile +++ b/x11/wmblob/Makefile @@ -1,6 +1,6 @@ PORTNAME= wmblob PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 windowmaker MASTER_SITES= https://BSDforge.com/projects/source/x11/wmblob/ diff --git a/x11/wmcliphist/Makefile b/x11/wmcliphist/Makefile index bd9b244eb3cf7..6b3006cb6e910 100644 --- a/x11/wmcliphist/Makefile +++ b/x11/wmcliphist/Makefile @@ -1,6 +1,6 @@ PORTNAME= wmcliphist PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 windowmaker MASTER_SITES= http://linux.nawebu.cz/wmcliphist/ \ LOCAL/uqs diff --git a/x11/wofi/Makefile b/x11/wofi/Makefile index 1fa918c5f0174..d4df3128dcab6 100644 --- a/x11/wofi/Makefile +++ b/x11/wofi/Makefile @@ -1,6 +1,7 @@ PORTNAME= wofi DISTVERSIONPREFIX= v DISTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= x11 wayland MASTER_SITES= https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/x11/workrave/Makefile b/x11/workrave/Makefile index 25c83486b7b72..85eac222f089d 100644 --- a/x11/workrave/Makefile +++ b/x11/workrave/Makefile @@ -1,6 +1,7 @@ PORTNAME= workrave PORTVERSION= 1.10.50 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= https://github.com/rcaelers/workrave/releases/download/v${PORTVERSION:S/./_/g}/ diff --git a/x11/xapp/Makefile b/x11/xapp/Makefile index 6c3393afa7b96..31fc59a2c15b8 100644 --- a/x11/xapp/Makefile +++ b/x11/xapp/Makefile @@ -1,5 +1,6 @@ PORTNAME= xapp PORTVERSION= 2.2.14 +PORTREVISION= 1 CATEGORIES= x11 gnome DIST_SUBDIR= gnome diff --git a/x11/xdg-desktop-portal-gtk/Makefile b/x11/xdg-desktop-portal-gtk/Makefile index 3e1ef4dd90b5c..5014f39a55631 100644 --- a/x11/xdg-desktop-portal-gtk/Makefile +++ b/x11/xdg-desktop-portal-gtk/Makefile @@ -1,5 +1,6 @@ PORTNAME= xdg-desktop-portal-gtk DISTVERSION= 1.14.1 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= yuri@FreeBSD.org diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile index 8a60b820efe54..6c3243d7142c0 100644 --- a/x11/xdialog/Makefile +++ b/x11/xdialog/Makefile @@ -1,6 +1,6 @@ PORTNAME= xdialog PORTVERSION= 2.3.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 MASTER_SITES= http://xdialog.free.fr/ DISTNAME= ${PORTNAME:S/x/X/}-${PORTVERSION} diff --git a/x11/xfce4-appmenu-plugin/Makefile b/x11/xfce4-appmenu-plugin/Makefile index 19b5a0df95e5f..89a7fdc769e89 100644 --- a/x11/xfce4-appmenu-plugin/Makefile +++ b/x11/xfce4-appmenu-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-appmenu-plugin DISTVERSION= 0.7.6 +PORTREVISION= 1 CATEGORIES= x11 PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index b116e9a97244e..4bffbed167c94 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-clipman-plugin PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/x11/xfce4-dashboard/Makefile b/x11/xfce4-dashboard/Makefile index 224ce1d5fa89b..624e83debefd2 100644 --- a/x11/xfce4-dashboard/Makefile +++ b/x11/xfce4-dashboard/Makefile @@ -1,5 +1,6 @@ PORTNAME= dashboard PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= XFCE/apps PKGNAMEPREFIX= xfce4- diff --git a/x11/xfce4-docklike-plugin/Makefile b/x11/xfce4-docklike-plugin/Makefile index b789c58490d15..8c1e5eaaef8ce 100644 --- a/x11/xfce4-docklike-plugin/Makefile +++ b/x11/xfce4-docklike-plugin/Makefile @@ -1,6 +1,7 @@ PORTNAME= xfce4-docklike-plugin PORTVERSION= 0.4.0 DISTVERSIONPREFIX= ${PORTNAME} +PORTREVISION= 1 CATEGORIES= x11 xfce MAINTAINER= bsd@quentb.com diff --git a/x11/xfce4-screensaver/Makefile b/x11/xfce4-screensaver/Makefile index 81911cf8f1268..11803af45ec21 100644 --- a/x11/xfce4-screensaver/Makefile +++ b/x11/xfce4-screensaver/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfce4-screensaver PORTVERSION= 4.16.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile index 5bce66c29932d..1cfce615c8c23 100644 --- a/x11/xfce4-screenshooter-plugin/Makefile +++ b/x11/xfce4-screenshooter-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-screenshooter-plugin PORTVERSION= 1.10.3 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= XFCE/apps DISTNAME= xfce4-screenshooter-${DISTVERSIONFULL} diff --git a/x11/xfce4-taskmanager/Makefile b/x11/xfce4-taskmanager/Makefile index 5fc62a0171e39..ea002358c1e8d 100644 --- a/x11/xfce4-taskmanager/Makefile +++ b/x11/xfce4-taskmanager/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-taskmanager PORTVERSION= 1.5.5 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 diff --git a/x11/xfce4-terminal/Makefile b/x11/xfce4-terminal/Makefile index 7ba5b065e49ba..10b4e37265e26 100644 --- a/x11/xfce4-terminal/Makefile +++ b/x11/xfce4-terminal/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-terminal PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 diff --git a/x11/xfce4-verve-plugin/Makefile b/x11/xfce4-verve-plugin/Makefile index 61b4c99eec8ec..040e748f337a9 100644 --- a/x11/xfce4-verve-plugin/Makefile +++ b/x11/xfce4-verve-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= verve-plugin PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 xfce MASTER_SITES= XFCE/panel-plugins PKGNAMEPREFIX= xfce4- diff --git a/x11/xfce4-whiskermenu-plugin/Makefile b/x11/xfce4-whiskermenu-plugin/Makefile index 75b13faaf4e7e..a851439d0f3ea 100644 --- a/x11/xfce4-whiskermenu-plugin/Makefile +++ b/x11/xfce4-whiskermenu-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-whiskermenu-plugin PORTVERSION= 2.7.2 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/x11/xfce4-windowck-plugin/Makefile b/x11/xfce4-windowck-plugin/Makefile index 2786de90eae85..6ab4ae0c44fbf 100644 --- a/x11/xfce4-windowck-plugin/Makefile +++ b/x11/xfce4-windowck-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-windowck-plugin PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile index be33d6c04c407..29a566b6d338b 100644 --- a/x11/xpra/Makefile +++ b/x11/xpra/Makefile @@ -1,6 +1,6 @@ PORTNAME= xpra PORTVERSION= 4.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= https://xpra.org/src/ diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 3b1068c59fc0f..7f0ef0c458884 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -1,5 +1,6 @@ PORTNAME= xscreensaver DISTVERSION= 6.06 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/ diff --git a/x11/xsnow/Makefile b/x11/xsnow/Makefile index c7cd8627059fc..284db4ccf27d2 100644 --- a/x11/xsnow/Makefile +++ b/x11/xsnow/Makefile @@ -1,5 +1,6 @@ PORTNAME= xsnow PORTVERSION= 3.6.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/ diff --git a/x11/yad/Makefile b/x11/yad/Makefile index f8ea03adc1555..925f59ae18f0d 100644 --- a/x11/yad/Makefile +++ b/x11/yad/Makefile @@ -1,6 +1,6 @@ PORTNAME= yad PORTVERSION= 7.3 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= x11 gnome diff --git a/x11/yalias/Makefile b/x11/yalias/Makefile index 2b595e89db9b7..d9c7a1038e133 100644 --- a/x11/yalias/Makefile +++ b/x11/yalias/Makefile @@ -1,6 +1,6 @@ PORTNAME= yalias PORTVERSION= 0.7 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= x11 MASTER_SITES= http://offog.org/files/ \ http://ftp.i-scream.org/pub/offog.org/files/ diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index a58ff7ad43a73..0cecbb831aec8 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -1,5 +1,6 @@ PORTNAME= yelp DISTVERSION= 42.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index 6d04da7fcccf5..9ccc1b3a052e5 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -1,5 +1,6 @@ PORTNAME= zenity PORTVERSION= 3.42.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome