diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-02-24 10:34:40 +0100 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-03-02 06:23:10 +0100 |
commit | fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 (patch) | |
tree | bac690ec1344d342f449b1710f47d2d0635580ae | |
parent | 27120a02bd6d5f43466d3bcfd03cdef9a6fc9d5a (diff) | |
download | freebsd-ports-fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8.zip |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk
PR: 269704
Exp-run by: antoine
---
1168 files changed, 1255 insertions, 848 deletions
@@ -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 b3950b7dc2fc..81b9d50cff55 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 8f703935ae93..ce2ce2c3c4e3 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 97fd5150cc19..2222214d5916 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 9f1846f1b7c9..a947388ae47d 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 fd66471586d8..000000000000 --- 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 <bsd.port.mk> diff --git a/accessibility/at-spi2-atk/distinfo b/accessibility/at-spi2-atk/distinfo deleted file mode 100644 index 9cdc962dce2e..000000000000 --- 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 512db73db840..000000000000 --- 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 b63a83ebabb1..000000000000 --- 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 0193d8508964..6aa8898f5e34 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 d25369842ccf..1250457e8703 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 e6b78e74dccf..4fa6ce6e793f 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 bb1da78f20ac..000000000000 --- 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 <bsd.port.mk> diff --git a/accessibility/atk/distinfo b/accessibility/atk/distinfo deleted file mode 100644 index d8959db8b824..000000000000 --- 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 75eca2b01250..000000000000 --- 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 d2cdcc216eb3..000000000000 --- 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 9af159fc27df..34d6d641e73a 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 1cff59fb0f04..13a4cf810e6a 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 349083d82f11..d08ea1174486 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 f0fdf1a419c6..c8c141eebde8 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 36e1c2cb705e..eb3d0f8f983d 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 ad9a29327780..1617ccf6cba0 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 5d0dd5842817..2fa30ddc7efa 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 aed3fd1c7ca6..a6f01d4470dc 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 61805764191e..bec7a3f75dec 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 ed98860cd1d4..aebb430f57e6 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 0dbac25bae20..2a365d989506 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 be6228564960..b00661d291b7 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 87c271ff88b2..0d92867d44fe 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 eb3cff782238..5d40a3bcdaec 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 931e15f21752..448babddb654 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 6180adf4815d..0bc73023a8c2 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 aa5915a505dc..78ab9e140556 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 c7ece8c4fec5..eecfc9c3c6ed 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 62145a646d8e..8e1e78e36772 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 e3abcba8a12a..bfb25ed09d34 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 f6c59374569c..029d897aa846 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 c8b56d1b66e7..e55683e07174 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 d324850a2b5b..7c5701fd569c 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 28af473e524c..7bb84ffa0ffc 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 8eb2eddf8f2c..e6096438046d 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 191f2cd053f4..d841325e521c 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 15c26addb2ff..312c640f7ee7 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 280bf5514836..e8c7374f0a3d 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 ee0e8d7d5c74..7385a5397a58 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 d0f05acd3021..f32a3f350786 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 7a3e87dff56d..17c6e09216ec 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 6cd574b6af03..57cff8ea65ff 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 589b15f16dcf..4b4f4e6608a9 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 80b4ff4747b4..18f09ae1daa6 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 42504399d6d8..069fac192832 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 00c6db111355..f60276833a68 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 b715e46b0743..d024da26ac65 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 4d529ba159a2..bd9652c4fc92 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 19da3a6f3f7d..dd7837237153 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 34b5bf0cc036..3bb11f7a7563 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 f89832cce2e8..3faf4d9b6e0d 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 70798c8d977d..c53dfa23f5b2 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 64507d0e5890..3179c336c1e0 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 f593aff5535d..87c1b1bf43e7 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 fe3826bb0738..da4150370330 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 ac24fbf20912..5a801efff8b8 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 67e0d953b525..fb02936e3298 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 7883a098178b..bbf6ff12577d 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 dc7cb5ac12ba..59aa9f9c3447 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 10a20bc739f4..c3dc0e6cab54 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 098f92c11240..5c7f2d1082e7 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 54f927a073d2..39d767cc027c 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 f8d0c04b9704..a8cf8a2d90cc 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 8f6eb43b4140..b6db105e2416 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 631f935867ac..390902c38aa0 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 4a697b5796d0..e506b966b0c6 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 4948c034b78e..bce546e51caf 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 adfa0b32f25a..88ea1c97d0ae 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 c7cbef45211d..efca0055778b 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 a29292d00b1d..03a8f310dd50 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 11fce222efbc..77f93b76eb15 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 1c368309ee8d..ed0001381d9b 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 696df49b4267..095223e1731b 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 643512051dac..9fa9f3916445 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 4dcf6fb42f5d..afd9a2e7072b 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 e021d9726ec7..26287aae9155 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 da8e7ddcec2d..279d31110849 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 62254868f8d0..080cebed25b6 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 f597531fb6c3..015db0825b28 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 d66575e8f574..650284308ab8 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 c91510186e5c..7b4c15ab7b0a 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 110f144af70e..b1896429857a 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 6356af24566b..5a6f12acf8ef 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 84c035fd25e0..71830a126999 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 e6e5addfc9b8..feda323ad049 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 bc9fc173d6a1..65bce8f80b07 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 99b05f07ae91..14f37f6b21fa 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 db72f2301097..723779c5523d 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 10e698b1b63b..881f5c06edf1 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 10cf85462638..88a7ad0ac106 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 fcbf2a1637e0..e1d61b2c960d 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 9c1bcf037049..08deea6f30b4 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 88f74d4291f9..c735aa4cf8d8 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 07587291f3ff..77d5ad05a7e0 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 fcee1a6080fe..e7813dbc3ee0 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 70aa05c77877..e537d8da7c79 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 c76ea4050741..207b3b8f7f34 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 7f3367adc136..da65d3e6b7da 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 e77d280b6ab2..e09c73f57caf 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 8de49ab89d5f..b09ab1921c77 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 c88383b54f80..9cd1b6236b52 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 19255e4b3723..58ec4e0db5d2 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 ba449b59e3f4..5e9a31494017 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 776a73ff4538..015fd01d2b75 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 8d7da08689ab..600513cc52d6 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 fdbeaaec268e..722b3486a5c8 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 d8eabb2caf80..40287a5fea46 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 f1d3079d42da..3f5f2080ebfc 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 e51780e9132f..385d8e760e6c 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 8909181f3a61..ebec32f253b4 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 be70ccfdec82..d185b844cab1 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 fa93a37e40c5..e6415bdfca1c 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 b735726e84e2..86730a653d3c 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 99d94cb229b0..541cf004e696 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 4c18d8fee5a5..87e6455be17d 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 79206f9c3c9c..8ee428208738 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 099922814d05..99e23f5dca60 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 1393c0960726..8b242d369af7 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 39caf9a11bbf..fd0d3c4b1f88 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 cb3dc534ecef..cb8d448f6ee1 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 183b59f1c9db..1f0e4d5ed0aa 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 e18b4fc54a16..336390967b97 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 4c7286f3273d..2f5ebd9de923 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 d77bc20ab3e2..3e90417ea2ae 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 a50195f95e2b..8e00a22acf58 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 1d67bb6cd83d..22903ff72440 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 9d0d900d16cb..fee0e76c7f80 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 8863cb5c04e6..daab6de8b213 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 72d67ed70d9f..f845b0e62270 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 58131be900be..839ce1f7ef0c 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 1c713acdec80..fe7819b3f2b6 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 7f7e9f25300c..b12fc815ef27 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 46e79e13148b..64541d14b93d 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 db54f1f82958..542dfb31fb03 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 73f9c68174e2..654882bf539b 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 a041c376e835..e0c29d9adadb 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 a3f3fd321ca2..4f8527dc2816 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 4aceb46debcd..19e2da6633e4 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 9aea541f972c..84a8765e210a 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 8715754c08e3..0f0e0f870026 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 ae029c7b7880..578832b9799e 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 d368f4a4a948..a776e063d409 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 e25cc0857397..0845e0ace4a0 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 646078d25b97..93ca60fd86d8 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 cb86ecc193d8..4a0814d87245 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 b1bfc646e4fe..4bf323b2fdee 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 b91653a8bdc8..b50d8a9a4a76 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 77cfac8523e9..32b10560341c 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 1c89f6aa5fc8..154bf2cfa7d6 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 66dd8f108d03..4cd6f43af8a4 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 9d24b6e7ca57..5b26dfd6f2b1 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 6fe1685dfec4..871be4ce81c2 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 85a221983424..16c2ae554384 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 ee6183256c20..95d5b4d55afa 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 1684275faf28..e377510d64a7 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 05c6abd20912..a704936b422e 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 72a98e4d1491..a91f3f09b536 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 6eb8b74c63a4..8d3a8c245a40 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 75ae57dbf199..51fa89b02ea1 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 3bd0e1239de5..aa4361cce69b 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 8c63cf90b48d..9b57cb544924 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 e3b62d486268..efd225c5685a 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 d82ab7b8353d..a5b09f4bd2d3 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 f534fc0851ab..a594a3711c58 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 5e304a12ec8f..45e14d61dc1d 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 eadfe685505e..b75c6c3320f2 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 87dd55b7f5e7..6ea8c79bfb44 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 0ebe6e2e3771..70ca6e1e6934 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 a412e8049fa1..b9255fc169c7 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 db344c13d7a0..d8a9bc025aac 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 7a861349442b..9e27a8df895a 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 09d4539ddcce..e110a7bbe2cf 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 69939d0ba22e..3284a2151671 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 16f6607fecb2..f66b34649b6f 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 43abd76da395..bf00bf80e57b 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 533015111050..60ea296df428 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 dd11faddab4e..791ef557fa0f 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 e905d1321b18..15f2016e6386 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 337fbe3c45aa..44cef8bb7dab 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 ae36c37e03be..02fec82efa3c 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 034f4e9e819e..8097e6860a8a 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 5faee9897412..ea231dcc2b13 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 daa5a02fcf7c..63d93fbcfd4e 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 4872b8c562ad..612393338bcc 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 e674ba02040c..95364e749d34 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 7f9e0381d618..e6df73e01b36 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 39b985988b0a..8f2cb7b088a3 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 9c7199b18fcb..ecc1946ea8ff 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 c4a6e40eeaf4..ac54baac2264 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 f59904e8e767..d7c27efd7cf8 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 e1e99e2db44e..cbab5c585fa3 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 9b4f1cecc7ab..2d8087c29a3b 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 834124fd1773..c6ebe52e0c3b 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 78e602559b15..9ebb78862e4e 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 1e1d61050191..55b1dff9cd33 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 7b69fb1a2a7b..178fc5953a18 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 a19b2ecfa6e1..1cc3cf0280e5 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 01c90fd1166b..c1e92099642c 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 bdf52c84f599..1c6e927176ec 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 7668747d6fdf..46ce2bf45c75 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 68a10df5287c..64a9fc9a4c79 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 60c3145b364c..c10faa37ecfe 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 b88a79618434..24f0ef0ff7cd 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 4f90367c5728..843fcb9ed06b 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 fc69050f8200..bb394329edaf 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 2eff11d5c263..22f2cd52d216 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 009715571f5e..3db37e752b25 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 a0fc48bd52c2..a79869fabc03 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 81ea52b94626..2947646751b2 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 9a9393884ccc..e4e9a2ce35b5 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 215c0286c0a9..620a450b8247 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 5904157d1da2..5297f3eb4644 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 fc83bbacfe89..cfcde3128acb 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 97db59073eeb..b9c1a6c88eba 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 7dab2be5402e..9ebcfecb3562 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 1b44d878eefb..7fe9f2cbc29b 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 7acc69cab433..e06e0eabee75 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 bd58b29614a7..c6133f00652e 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 e0087e5d900e..2d516b6923fa 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 b9f31f4e2488..9a284a52de48 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 2030f829505b..42532769aff0 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 0658235fba86..d752c05e3399 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 421ac7166794..486589e69826 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 cc98d3fc770e..79f47e92106c 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 f4d625ae8ca9..eccd8839199c 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 cad9eabc7d87..a3b192c39777 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 2fe4f1cf6cf1..618d9241f12a 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 ef9ce82bde15..b75b6f711427 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 feda6c9970c1..2930b954199d 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 a346ad369760..cbf297379a22 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 5664cb9e0938..8583ab34efc7 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 ef625ae9a15e..1259d5841ce6 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 38635b22b842..7752a468cecc 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 6699ee1aa2c1..356480ec5185 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 bb1c5344aadf..05631c5dc174 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 f3cb80dd777b..49e1995f838c 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 e16a35121049..8cadc65f01f6 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 ce1d44dc43a0..8b52f9a1e374 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 234c72db8622..9f3c665ee34a 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 4e160b3a81f6..0b47f709c837 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 9673721b4169..3ad714fb8762 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 cbd810c6d34f..37f6bd413ab1 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 aaa0b34966f6..88a636ec6eb4 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 f34c9a6c1b6f..ad435b761034 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 d8371a5a0b66..d7cd157ed4f4 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 f5f86e82c134..39c19495bdb7 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 b28e72b9b952..0e862122f20d 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 2e2f83dbd664..f8c9c89a3517 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 5778ccb58f16..dcad601a5d70 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 29bdb67634e8..aae210137ad4 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 75129489af27..f45346332ed6 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 80220762bd42..560cda09f160 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 c4d1f55381e6..541993b742f6 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 e91fd20fd0b3..c9509bd022b4 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 d2c951511059..6bd7f5a6c50f 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 6712d0c12030..9ed591a363ec 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 4c45d10a6113..ed4036d51774 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 348255ceb180..5498433c000d 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 f186b016be4e..ce1f615762c2 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 50831dd7c102..7e39f398ed3a 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 064bc9c23228..628a6e71d1a0 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 526ec26b844b..f95d376dcea2 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 2771fb897a09..aec302880cc0 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 c4730ffc7653..12bf765df128 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 d216cfd5873e..bfd4fbbb08e8 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 3e207510cdab..16126642d316 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 828d674ce8ed..7c068c197a4a 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 9ada60ea18cd..d26c95cd8638 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 44b831bd4630..c0dfa1623b63 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 b7253efa89f2..d52b0244af20 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 0d41f19ea86b..f00b0a2905fb 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 c0cfd5e15730..eac836ce841f 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 752098abb230..ca9bf005dc33 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 0955fca30d71..8b57443d7eb6 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 3296b0a899e7..dca26230f281 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 0a6bc6d76544..b059a0d0b42c 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 5fbd1bea47d3..2d55207bc3d6 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 069500216af7..71ea4de5b978 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 bb5e65f3c8dd..c4bf6273076a 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 e5440825036d..fa89874106ee 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 83c6ee5c7568..039724ca0154 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 a919ea739a51..94c2c8b69753 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 d34022f5b42c..665c66d45cce 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 ad29155bce6b..cef6fc1e3529 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 ccfbd566f1af..68fead90e292 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 1d1a75ca8532..6112097cb362 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 2a1cf73f995f..5f2cfe6a2dec 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 255e4cdadef3..417b8a1ccf06 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 11d2436f7c09..391dd85b88d5 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 12ec54d41812..af376d419f68 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 33778ed18d25..0a79f7f63522 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 f8a03d2b4f90..e23a4372d4aa 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 4650e1658add..6b0760e86292 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 c010bebe47c0..39709e29bf3a 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 3b68fb0fc8ff..4a64dd4341b8 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 b68b9190f2ff..dabe40f4dc62 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 877f64b55626..539018eb493a 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 55a462f5c0ac..497ac1383c63 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 f9b96fda2a25..f002323070b3 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 4eb9b46c22a3..38baa3a1344b 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 afa0e5640c6c..06c5059672b1 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 0230112d663c..4434610c7ee6 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 7cb2cd1282ec..030634c154cf 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 852920defabf..9536fc104597 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 fddee5d65402..08345a4916cf 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 f32ba46902fc..df5552e232eb 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 5655d24f7547..af2a2d33696e 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 62e81acb5874..5fc0d200c3d5 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 6a9bbff7e781..f368227bdc6a 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 6f200eec397f..accff1988819 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 a605c88614a3..0ccd0f7cdb4e 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 1ec00f5dc554..15098e2f6a18 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 749790a5b593..b110a5611881 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 ff3ae22d0df8..ae74029ccfc5 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 7c37b5df0a9d..67a7b11f43f6 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 f34df5e3e740..ed8cea1faece 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 ccdb987e8348..f2925ab4011e 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 ec3473ee31fb..a6f05a941977 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 31fdb0dcdd1c..b7f7e13bf7e3 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 ad92f6a9429c..787cd0b5a31e 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 7454c9cf39ab..5e546d5ab784 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 af3a31a04cd2..ca4742d7df26 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 32f236b8ab84..6ad3ab2f159b 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 a039f14d87db..d2e3356b88e8 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 8a704ae944a5..649471f1986e 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 da26f53aaee6..1c3c1ac30bf9 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 0bde8f2bfffb..b526107c59f5 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 515a75d122fa..f16c5179f7c2 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 c1446a8d2133..f69eff7ce58b 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 c1f97fe1ff15..0bc9b2c4bbee 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 2f785b4de487..d5876ff37b7b 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 f04409d813df..2bb9d1459f73 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 cbfa588d39eb..105a99f4f4d1 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 8440c25ec03f..9cd08293e083 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 a55505753077..3b2a72dc6988 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 e751fab02b3a..1182faa72f9a 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 0342ed25a0e3..8ba469af332b 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 54269639b1d1..66162e005285 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 117137fc2662..a6a780e4c30a 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 4b043d5bba74..551871ff5a07 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 d439fffea26b..9678c4fd9025 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 a2f73948d746..dbcf2d697636 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 a629a1a45515..65e499d84d06 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 5043aa0fea51..09265cf63f05 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 59ae5529dbdf..20089e029144 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 d798a22db904..e618091585a0 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 de7b859df8c1..14f27f856d82 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 6da8110628a7..db907d0cb956 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 6e3e3edda67c..5da7625b8e7d 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 53497c8f4c65..e85a7ccab3fb 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 af2c12cfa968..5a3ae3419573 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 058f11a97df8..295aa5ed7ed5 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 ff9024769b75..7fa152b776ec 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 df980fc09ac2..a785d851e8e5 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 b7a7eaed1b31..ea0aa278bb5b 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 71f5a659d14f..80033470b508 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 60ae4160994b..8d8434ca0a7e 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 5e67d23a0b02..8f1f33d46028 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 f72c2e479633..c11f1c136c46 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 e5b9548ccc40..2cc86b18cb13 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 6aba6d612cf8..d8e1d8db36e4 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 29a99f8a3ce9..767eced61493 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 ac53f7c49e30..748e74345d88 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 51e29ffd4898..970fcd2a4243 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 d035b08946d8..6e1491657fd8 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 be250251a72b..b1dcd69389b4 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 5ecba6e0bad3..d3680943648b 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 764ec92110fe..9e7e8738c3fd 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 5cc0cf4ac2c2..f776f4ce2a5f 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 fd08d518b71c..1883fbd43f3c 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 aa82e93bdb3e..06a19c57035a 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 22d8861996d7..80c9c6648a21 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 d43a83ee80a9..a1a6c20c5529 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 26e9426449b1..43c713c9fd4f 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 6ee4c9942078..a3502b5cd5c5 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 91bc4d402694..c5a05e3b7b17 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 f46bad185342..991a79f55d79 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 35256dcea509..db5a22778a7a 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 b35888b7aa8a..b92368646c19 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 210ac8392b91..e8f2bad6a4af 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 98a346293d81..49078aa9a9b9 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 bca01548f319..ba7ece5f95e3 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 0b0b404aeb40..c20a23100f37 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 ae2780908e84..932e6d856fcf 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 262adb57f46b..24d4885ccdaf 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 0c881f2e86ed..62a1db100b34 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 93f210e36c87..7243ab324049 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 31beae3a98a3..82d5c05a3365 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 be329852700a..abd7154127bd 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 395236a17693..7a6e0bf3833f 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 2b2e5afd6b73..15db83978baf 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 67fd18ae061e..a5533514e287 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 283428ebefe8..5e970c4c6350 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 3685cf7ba28b..9e920d404b62 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 8c1744b2eb25..4c6eaf5487cb 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 45cf6222a739..09307101c9be 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 d86a89a513a5..f13d9fc41f50 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 3b931e8cadca..53ae46656433 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 7cffa2aa001e..37d776a862ba 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 b3b9dc3971c1..a56dff3bcf21 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 32b6eb4fc18d..41e45a1a1543 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 8717ef8d2a2f..cb1060a9e852 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 e485b31b4b21..e5aecf53eaf5 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 e4cb8b6921ca..39d7647d0793 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 4b896426bd20..308d7fa88a66 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 63c6eb323c34..5b80079218e7 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 ede82bcfca44..3f3aa0fcb659 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 ea4a5e0433f1..df68e605ecdb 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 fd3fa194b190..775ec5686b07 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 7616fb8e838d..2b945b37156f 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 3c3711f7937d..7b8f33e7e63b 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 f44ec1eef7ca..befd1bca26ab 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 0b5febfadc49..6fb875223823 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 eeef9a319b3c..181b0f5761b8 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 a77a5683a409..fd325be6d60d 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 081856f68a2e..56e207b3ea30 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 92d65f0f797e..62857f3c636e 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 41d28cd5d705..4a540f98c694 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 e6f9041c9c48..cbaf37976871 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 c8133a2878eb..9fed587f75b4 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 a30f31d9c01f..b34b5b39c915 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 c8a69671cdc1..7ffb31cc0c8a 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 3c66da967201..84693b27ebec 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 d557e7f423f7..2893b19c1c9c 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 59355d025c56..2600558cf476 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 1aaa78d7e08f..9d2bec0cdc80 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 4388b0c6c8c8..9dcdd50b2ead 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 f78124346838..2d6f54b1fe58 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 f585d8bd0d99..ae17c1177521 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 a26f90929a80..16644fa381c7 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 6e73a39c31ef..c166d306e8c9 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 8145020b7b3e..04f6730ca64a 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 2055782a4b59..1a49a9e27cc2 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 46c1d0541f79..19bc4375f754 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 b11e0d4bd479..b66d7e7bea1e 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 50feefa625e1..adcb3bfaaaf8 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 4bac81c09307..68592478a93a 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 a0376a3944dd..041ae8294d3e 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 15906e13777b..888b7d69126b 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 b24c9c560234..907426700916 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 356dc55b7db6..36aa87b70f81 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 77259d19d017..0b996990d06c 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 6d3d1d431b95..7aefeb203a1e 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 d965e0782d1d..1251b50adb61 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 15ff140b1c11..b92f14589a73 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 d3750e51236c..76914f3b28a9 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 412488b988e0..29ad8bbc645c 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 a000d9148008..588473d7352d 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 1a6f7385ac57..bb5543da4ae8 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 9c379d05b5f2..c6ca707b854a 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 d2399dfd7944..3d323b3f9351 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 002f82d44427..8ff68e3731a9 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 b177660bd791..ea0ccff9ed31 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 d85c8ca2962a..291cd132e49f 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 b57fd761aca1..457aa81f7a3b 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 ef386b5c2eeb..6fe6ae6f7304 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 17abd53668b7..6a16e3151b90 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 41a3415382bb..a700eda1aaae 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 4a85c5be8117..dd788a5f03a9 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 44577cb81a76..58e2cf08ebf1 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 c3755e12d2c6..e86c38b03edd 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 7e731c359ad4..08497972e408 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 17e6b04b61d8..696a88c69125 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 e6f0d93b2441..7a975398e894 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 710f766443c7..04b67900835d 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 8a0a9cd067c6..1c1da2970c9c 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 278fa68d38a7..539415931941 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 dc7de19cf384..8d38d958b57b 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 5bd0e0c7403f..ad770ddc7675 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 89d5959a91dc..252068ec9474 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 cf181c24ec39..c611fdb213a6 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 02802797b0c4..afd85d3833a0 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 ad9afd45d0f5..ea9f367e0d9e 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 f12b97ba4385..89744a282616 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 f6a441daf1f3..7038b0c83ce8 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 93a993ab939c..4d5715387eff 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 72782175c216..179a10b9f6e3 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 a20a7c428fa7..c5edab6752d5 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 9490c26cacc8..41aeefc9b1f4 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 ef480be38b22..ca86e10c709a 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 84065ff06e79..4cc715c24929 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 3a714b6ccaf7..fa1d27b5ecee 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 2c71b71f8098..7554831d6f40 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 2c1de4d148cf..be97c6c83c84 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 4c0ec0c43e2e..eabba6562b8b 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 5ab722de1501..817faa3c654a 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 4a4449565fd0..34be36dd7200 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 bbbff21111a2..4ad5c7921e8e 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 ef4211f88cf2..4650e6afc69c 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 587e03c088cf..1b3661a82480 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 0211030edb33..e00480f51c2e 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 051a80a7e75e..cc36e2bec95b 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 3ceaad7904a5..970ef30763fd 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 d0b6856f487e..5bd8eafa5c70 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 cc034711c7ba..13ad2f787d09 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 273d8bc12ca7..6db27ae93c88 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 87706d696549..979dd180d5b7 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 7cfee57a25c5..fc86dc664678 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 9f8873b39048..d3cc4aa8633a 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 b41f6ed5e7fe..9396e4e9123f 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 c61b9a777650..cb38a2923ea9 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 b56751db3638..9a18fdf9faed 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 e4ab7fdd3e42..f879ebf6df68 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 dc2db7e1e70e..773813c547ea 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 0fc3a20c3025..4deb5f4c2c9e 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 9f2beaa310c7..67cb9182ed4e 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 7912e8caf465..bf6f418c0d3c 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 c5477e3d1ffa..208ff330731c 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 3835484e380d..4b4572113727 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 e935fdc4d61e..d64a2e5d0882 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 f7f9b46c65cc..5cdec45dbdfd 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 bec256c8df03..7468a9da7edd 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 6807e88a8031..8b2f7e4a52d0 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 cd3b652175ee..b9b44c412b41 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 b5b35986689a..0f2e7a48fecb 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 6f86fa6a5337..d5d0fa6c5008 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 af6c501abe42..08329e8f5675 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 706b4a105aab..1fc935696353 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 3780dc099cca..4326e2fa63a0 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 a3cf58998c95..d919e3c23268 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 10dbe6066bf4..67c9d76fb01c 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 2ac71e1647b6..3d2656fdd48f 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 97671ab199a4..7aa02934fe50 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 b57d8f68b86f..bc6292b887fc 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 4107353ab627..69ea12d94dde 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 2f7db0c78045..69e890b13c4b 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 c24a8e56c4da..c35a4b0cee3f 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 f5471894e86d..6dc27b956c20 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 eb004ce6f2af..0d921de83bcc 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 552745a2c0ff..7c5388b464f0 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 140e9de75a0a..bd8cbe8d7c24 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 a34da521172a..849b1ad10dad 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 4550dbf84d5c..f6a6c370ff29 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 a9db6c96ace3..48eca6bcbb9b 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 57b50c5dd1ca..eaf52b3d986c 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 3ab2c271fcde..b098665270a7 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 dfbc3c0abea3..671a078a32bc 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 83ebc9f8bb0f..6de8e6676741 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 874ab8711c8f..6a5a5cad79a2 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 3694b641221f..521c859acc6a 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 4e99c84408de..a790433d4449 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 a522f500d4e0..250dbb0b5e6a 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 71c8b7b4fe84..fec41dcb119d 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 08bc6acf2b1a..bec95e7735fa 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 49fd3a7b35a6..94b9df710a23 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 65d812ca86d3..6d4611c26de0 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 9e9177b57cea..49f62d082532 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 ac220a66690b..850016ec9865 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 072dd6348bc0..93e27584b109 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 af079fa88d9d..0f9f8be8716d 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 3653a06f40b4..234daf0d0073 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 f89506e1f526..e5832dace060 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 b5aca088024a..8f46b9d48320 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 082412265995..b867b060a481 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 cfa771c0e38f..ee196fe7b430 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 a5d8a0b711a4..315c8125dd42 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 1e626b2f4d48..c4aa9baa24e7 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 ca6285735a4e..2128b847c526 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 0dfa46c02ac2..60ee885f4de9 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 737aba79b996..b30f4c696b30 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 0f2254ea8af5..8073a046e837 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 e6091e181d2d..d1b494d8476a 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 5f15db33afe3..7084ed94dd51 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 8a596b7ab4a3..989a9599b28a 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 1bca2f7b4d75..e61a3e8ae493 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 a339e2d58c5b..1018cf4fb1b1 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 831337126649..4bea062bfb1d 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 85c5c3317c78..eddbda7bcec1 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 be2fb3a1443f..639e7d9444ce 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 81392c1abafe..556256bbef6b 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 778f03e3578a..8d0d75f01861 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 daaf981552ba..ffc34b321b71 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 18b92600e0b7..724cbbcd19f1 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 17a5fff312c9..628bcb9335b3 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 41baafa63cd1..fbd2db84c669 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 3443b1b007ad..1cad2192519e 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 83ccfbd15d21..8c281730dd63 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 ea1506af6561..a4d620f62a05 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 db370485b187..82fb13e06476 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 6dc28dd18b1d..567ef8da2ad5 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 596d2f4a1180..8a3d80fef44a 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 5c471e71e177..cb0f63b63f35 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 9b1ac2f1dd96..6f9862c4d40c 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 2dfba168be1c..c9fca6864b3b 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 4aee116fd92f..abb0da48a273 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 8c69921e6550..f21f2856cb73 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 3be09fcd5f11..f8a581ff71a0 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 a9822069ab1f..f52f668cd56f 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 a08f660f0eaf..a28c081548c0 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 0768af936156..1748e34ae4c4 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 c1eb0783c863..b83a30eae5c3 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 ed77d717a5f2..7ec2fae5dd75 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 957e4a0e9e8e..58ebdfe24e91 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 ece5fbe08531..2c0eae5ec176 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 97e8489ec7dd..5325da809b84 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 4c9783198041..be54f8e70fdb 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 a069fbc99d10..a99c7fc513a9 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 a70af224cfa0..a91a0433eb37 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 b91860fe64dc..c67458398fd3 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 48cbb6ebb5b0..4b13c6d8a92e 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 a76b8ec98cd7..5ff3fd5145fd 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 6a097a564a1f..017bd3d6852c 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 5dc4020fae4c..0a2fb0e4ab22 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 b1c97cd9fa45..e773ee831201 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 8f759ca866cb..acb316e5abc3 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 45e6187cf4aa..b7150b773efb 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 ade1a42bd685..79e6cc400dca 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 5990689d562a..2fc7a2756f57 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 e96a4b34fafe..6dca5b8c2a80 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 841dd58cf8fc..b7e55ece12f5 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 a855a779848b..2a7024731f13 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 a7a748e343a5..4388a26df072 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 b2f891a26300..96a5281ae062 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 e82b25e3040b..34402d4abb51 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 d6ac15894e40..1daf528f5d36 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 a85583d30acf..d272e3d7f8c8 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 88281a4eb308..5216c6906e6e 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 284818b0c5f8..ad5f24115054 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 bb440abe8d4e..d2d458f52e7c 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 977949ca9115..c7ab70f5afca 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 7f293dc835c7..6bbb5eb396de 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 2bd0dbb7965c..96b3384771e0 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 c8952385b99d..bf1da6b5efa0 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 34cf4397b04d..36c9482579dd 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 7686c33d2d3b..4918d4a23865 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 c563666b811c..4ae4311bb2bb 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 7ccffb4fa2d3..15f61bfa1b88 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 1b5dc16d47e3..b88f7dc38e77 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 d7d334c6784c..e3f2b320e507 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 d322c5d3aef9..65bff44769b5 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 a31c0875af72..8708941f24f2 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 728f984c07d7..3620f4a35b65 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 b8c87f9f9c27..76697d1ed842 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 a3bed28bb4b8..06912428dad1 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 da68b2d59c73..d3c9e9192982 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 a424f9a2fccf..9501d23f28a0 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 9221e1c01c98..263cc8f68d58 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 6e46b5b98b8e..66693a258613 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 52596ac13239..c8d41c262d5b 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 aea0ae0c353c..64fab6e9c1d6 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 e39b38ef0219..656c99667bc9 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 dc9d6293b7e5..eb6aea2af261 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 ce1d3ad596d9..ba4fa8a20bbf 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 c84b05bcda87..18061cf88da9 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 e0855c9a66e5..aa7d778248e2 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 7f81c8035867..2f0ff996d9d7 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 b5759f96a78e..a0f362f94fe9 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 7ed50c8e047f..b76840c8b654 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 003c8e6f2c73..50b40b04892a 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 eaa2c2c47c6b..59598bb41b38 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 02d21fe8d0e9..ce6f3b2da79a 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 7d5a6555c1e9..1733e719b98e 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 8951ec2a60fe..45684353c80e 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 7a3b600d272c..da593ba30520 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 b8164ba408ee..13b082e6f173 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 b2471b7b6c49..83b835bef8da 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 c98856565378..747db9851dcf 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 6eea238b760f..78ef6e3d1598 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 d739a76c0a38..c15f578ca228 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 dd91d97dcc12..8c0a0279a787 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 c242b6b86c23..56de4ace1999 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 71d74031403d..42bac89fe177 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 3c1a5ad6f209..1d5b0917ea15 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 5bbf26f6b2d9..cf3b33d7c77c 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 07da4aa5cdd0..976224c8733c 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 671cf88ba542..966db167fc93 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 168221e0a82f..dd865edc113c 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 7cbd7622ead6..7c31a819eea1 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 89f8a34c090a..f95e9658b691 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 7daba419d148..a51adc84fe81 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 8213f051148c..f0f233dd4ff3 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 b4fa48622be3..4e6597acf7fd 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 c019f3595cc4..a5e8cb5b0173 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 ba72970c7b9d..eaf9c895f0e3 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 ff8dfcc4555f..2dbb31570f36 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 0da24d7c9205..19ccc1dd9d8c 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 b58ca78767a8..dd7e41ea9d38 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 a51b335274d6..e1373b3a02a0 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 b6b61d9cc850..e9958aed5fb3 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 db772841c379..1be1e5fcb15a 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 e005542d3d85..de18683d2dd1 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 f875e97e3312..0cdd2660f7ea 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 e595d45c506d..d5fa6bb64ba2 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 069bd54edfb4..c0043cd50704 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 8e6e2a472ebe..2e4702fe7291 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 53727dcfc622..3fd68e9ae117 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 96fc5c6a22c1..689628bfdf96 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 32a33e51ec61..f0496b4bdd52 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 0672a2ed0285..e4b24edccc21 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 f843be24222e..42ee3eadf061 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 023e84d44537..97821ea1ad99 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 71e3b54b2fe8..1dca4f06b12f 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 15da125d2c12..3f47db71c10d 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 0c7414afb82c..752d196dd6e8 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 10800de989e6..b10cdf0f1598 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 31a10a2884f6..59e8f9a12ad4 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 199f31cd7e97..07aa80232b03 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 c5480668f470..c83f48fafb89 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 992e283ef35e..357ea416c3b7 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 21f5a7b4717c..96429f80bae8 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 7511df9e3376..8e31854cdc4b 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 e9aae44a4016..4cd3b32d1428 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 b2d7be54fdc3..cab4e260826d 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 80a23d0c76c1..c163b1f74122 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 c6faeab1194a..e79846d32a40 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 5614fc0d6c72..e62726b97dbf 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 93667d884e52..d70e440704e2 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 108e717138ef..957f2bebbe80 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 23330dfeae19..6baf0c21dd48 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 a29478511714..547e4780c24b 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 6f6acee666c6..f62d9639b265 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 c5f512ddc4b7..208e1d58b4d1 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 faef353b624d..fe36ca27ceb4 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 5b80852d3c79..5a46f8526333 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 5d3ffe20c569..f655f1494b5c 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 61396fac4420..89b0bf60be80 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 515ae93285e2..b39274d46f3e 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 8db6ec62008c..8bd8c9fa48cf 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 1a98f51ed2ba..544efa41b6f4 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 59c7d3fdccf1..e43ba70f8076 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 be6df544ca04..e1f7af229400 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 07d75f9556f4..f2ff8eb177bb 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 a911826e9213..d9eb31b2ae9c 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 8f97ba52850b..44290ea66cab 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 e622d53447c2..261ccb1bc513 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 bb9f4089fbef..731e831b9362 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 4d5c14e81c5f..8c990a02af13 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 b574e6b4e677..dc2fb3f0217d 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 3c96817d2393..e3a94dd89d8f 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 698d13983e3c..bbe282bbd72f 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 ea562a25106e..9d764b79e5f2 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 ca00215f382c..1229e754fc2a 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 04254c268d8c..8c4b26f26043 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 ca7acd23c59c..ca8e23467b0c 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 e671c4614377..02748781c4a7 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 22c7fa59ea3e..f0e0a9756b6a 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 6ee9c87f63df..5c7be5ebf0d5 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 10cdd5b00874..f79b0476b3ff 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 be1a9b95a91c..cf9dffa076d3 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 e2830344da6f..feea3d275fa8 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 2440b32484e8..ef55f77ffd28 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 6159138dad80..8bc73507dd2e 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 e5be2a963df5..7f3a32ad86ec 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 f3a28e71ecbe..14c59d6c622f 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 39f74a3dfe45..50dc61e102a5 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 e4a0f46439d1..75e7139d7646 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 84d30cc59694..a4db2cb8d2b3 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 5a4ada6ef9dd..9f23304437e8 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 f1ff06b0fdb0..20234678e9f5 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 48367ca24acd..b4c824a7acd7 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 f3f631e4d620..7757e2163e75 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 46a13db9b1cc..6bc8b1a17e3a 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 515404540739..1d6c62167fdc 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 659c06527d04..aa2f1ce55a9f 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 6da1398012de..08626c230b1c 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 5802f6c8db56..17ecc348cf5d 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 63950f03dfc9..82a85ac92a2d 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 f9fcf586b5aa..9f1c656b685b 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 7d9516b50826..c2c3b9552b3e 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 2d3516ba71dd..6158bab41289 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 04ba41bc70fb..945fee4c4f38 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 757cd9fc564d..521fdd393e42 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 8c405fbf5141..02ffdfe745e5 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 60277b0c7083..35aafd86a253 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 83887631445d..e5cda562e5f9 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 eb36224051ac..216117f16639 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 52e17c0aa34a..7919d218292b 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 1aed02c49fbf..e7acfb139dcb 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 c37eaef58d57..0263f87592be 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 697e7d16a7ba..ecd2d905c21e 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 8dc9b1084f10..4865bd5d92c3 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 69e38fce95b2..16c8e1181362 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 37192cd03589..b10e1146529c 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 6251e79ef5dd..64ad9a9808f5 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 dd9c906b94ea..1c586fd8cf11 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 7f9feefb4400..855bae345eda 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 3caedebec7a3..49f0027120eb 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 d5921bc54109..92039aed35db 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 bce28ceeac00..095457102912 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 a99a6eb6105e..c4681d44358d 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 96a3de781503..a067618491bb 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 085c767ee631..b1df74d521dc 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 a8b829a313f9..5ba1531aaf8c 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 bc41d3397ba4..04f0ed695ccf 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 3e782e7e0b63..4846be3ae64d 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 3b3c014b035a..bf3129976b90 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 f0cd5214862c..a91af5870761 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 fd163ed67292..fadf24c741a4 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 8c51d04fa6bf..6184939533d2 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 8277ec7f8de7..b25195cf3b97 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 5948e816bb74..8bf9632cca42 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 7ec84fa73c8b..b797a370ff33 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 918ed3525a8e..d71fd5a159f0 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 b7d079a3f900..bd75ddf0a00a 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 acc566431486..ff8ae48b0cbe 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 93db9989d3a0..732a00b456b6 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 b3127ce585cd..55d8624a1286 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 db74831e20a0..d04977d9f03a 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 23a69d446d71..4f3ffaf5f4e7 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 dd7e8238c91a..d43201603e82 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 ab1ee9d8ecec..f7384ebb34da 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 a25663276640..af2ab110913b 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 c39488a60054..2891b8d5d0bf 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 eb5010899474..3cb6c0ff5c1c 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 55862830f446..a7904544c5b0 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 c64ca41cd0f9..58202c80760e 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 f089e7c9c087..45d55d19a4cd 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 435c8c6a67c6..945ec5147e79 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 fa3031cf2017..5e089c413730 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 d5d83ebd625f..38ab8c38e89e 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 811ff6feb5d3..f6e1f8487612 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 b3a8f9f9e375..7d5563daa75f 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 d58361e59000..a6b5a37163fd 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 6ea9c887633d..23aa31ee6020 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 2cca948cfebf..9641368250ea 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 7a91062541ba..e147d94001b6 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 abd5b1ded650..46d3be0fb155 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 1373116521ed..5d262205431c 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 880947bd7f56..c7e34ae7e329 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 e0156e289fbc..9eb4ecb20d6c 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 0a572f74dd6f..f6ede6c39bf6 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 678683a6c927..ade8e76e6130 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 4a9fd54995c1..5c1917504392 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 a78392dce925..8b46fd9d9214 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 69aaf944b7b8..afbc8a3b3187 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 a7ec44a6e0b6..d341e90cf0e0 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 a33a2af78c8d..1f7833b77867 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 a4aba982d48f..b41da703f9e7 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 24acc2db34c8..35587bc938b6 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 b0279972c24a..e5d6de3ae3a4 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 45d3a841cb3e..ae2a3879cf5c 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 fd906be0aa45..fbe5a7d00720 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 980f1e33ab11..3a3149f337ab 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 5f9475f30ee8..47c99f360505 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 99030ba3ff66..24dd6fdaa9dd 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 a0d01acbd3a3..762213d05605 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 8c3bad8e7f51..b9d2c670fba1 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 1ab91996eb72..d42632a4c30e 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 39dab647695f..fff980c0868c 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 e2a0e0b49ce2..67d20bab015d 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 c6ec96b7312f..6b4787d51a46 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 d6b31b6e3ec4..6c74060d0192 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 9fefeb0a530e..3e4af1604af4 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 eb791cf86bfb..d62f06bd7659 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 166c66eef9d6..3d4bae6ee258 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 c65b68030130..c10ed82462f2 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 ca59400da866..762471c409b7 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 c90b600f1ed2..78a9a6c64f71 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 7cb3607d64c7..d6cabefab7fc 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 9d4ca488a477..37885388bab7 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 0ada954f0654..3e52e2c69885 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 771e156e08dc..dfe2b173dc9f 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 5907a23ccf28..cb5d5ad441ed 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 05913488f645..3e0bb42dda40 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 7e3b45228d3e..c0c5f8a31347 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 f4b0d6e5d9e9..3b56c5bf2612 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 9952be5608a2..75bc6e478875 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 2f243cc0a321..d74771027629 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 8aa90e351630..e8ea65c49f0c 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 daa47f52304d..724e64b7fc5a 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 8d9a04d99529..4ae095165672 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 e34c72cee54e..46bc98720db0 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 6f5235a72dcd..e2dcfe12766a 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 9296fa3287a8..bbd13b761235 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 eff7cae79c9f..4b224d02b739 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 1bb9fda70e6e..407a7f1a942b 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 91b19cc67d7a..1b8b5e518c21 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 352425217f49..df4f46cb5c5a 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 a0c47cc3fd64..e2970648847e 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 f1c64ecc47aa..ef0edae33be5 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 d6d55d4ec5ca..fb42d0c58544 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 c5c8ff3903c3..2138e936be56 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 1723a12ef9fe..f4f4c2ce18d8 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 fb85528810cf..6da263801921 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 a148702eb483..15edf1f99c45 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 77a14c11309d..3d1ba006037f 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 b803f89d2758..6c2edbc101d1 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 e67f00556b1f..3d294b2e4765 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 0651d768b895..f34f9922baca 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 06efda6dfdc5..507cb97101af 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 b0346eed129d..2bcf3f341de8 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 e42228336db0..7076ab30ddf1 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 9c84b0a94a49..1c392f38591e 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 c445afb68e02..cb75f1506a64 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 2a1b3ae24bfa..fab70dad2864 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 8fa1c0d2b417..3dc530dc09c9 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 00369804111f..cd835cd310a4 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 dce455804beb..5b6e907586c8 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 5d8330c45e11..2f6102fab062 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 d682b767da02..673a0d7eab7b 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 0e29cd43d471..6ecd7844794d 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 e32d8d4e9996..bf1c7a21cd7f 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 aacdb4a9a252..9286d2a26b97 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 54a1f6d653d1..4ff4e30a81e5 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 90b8392a9671..69f3494a13db 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 2c4279a32d2b..e773de5a0b8a 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 717b1d605c48..077b91402ac6 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 5f3542ec42ce..3276f9972460 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 8649276924d4..ec142b985983 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 ce94acaa5822..f309615d4dbc 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 8ae557f33315..6676f7b770d2 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 9920ccd1ac97..dc96a6b6278e 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 40efcaf57da9..e4ef26ed2fa7 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 f2f07c0c2c55..0ed8cc6fc9e8 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 cc7396fb2bc4..a2f7c5cf048a 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 e916ef04ea3e..2585d9bf9dd2 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 3c6326b9f3df..b356e3d2bc0e 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 78db65714a28..8536545ec6e5 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 99c7a836f9d7..aeb9c0b6bfc4 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 babb8beb296e..329dd8e74a7d 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 d733a6214590..18874065da01 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 f0ac0088cfc1..aff04312ad05 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 21b922519463..14008a80f07c 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 fe9e147dae47..6a7cb5b9453d 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 2f8580a057f6..4711980be1f9 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 8a0addd395e2..26dcc22bf769 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 79660ca93b00..c504359ff609 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 c50b1d4b50f3..9fb6cac81d97 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 b22e6028d80b..a944dec208a0 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 a909e8d14afb..bba895015618 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 eba13cc055aa..6df2f411b3fc 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 0d17c9d38395..07a13cce7f20 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 65cfbf4375a4..66150bf8c8d7 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 4567e352df5d..2ea81e9e30bf 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 ec1fc2ad14c2..3fe118a3a2cb 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 419edd4d10db..fef81c3fe0ac 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 be6ba1d7bbe8..c08e8d96adba 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 08058a3b5ee9..46aee3d37034 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 301a385e30e0..5ec62549278c 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 1e6ea0561cbf..60362490ce15 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 ad0ef0430b45..c36ca54e7c3d 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 6c748ea5d322..f1494624f124 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 0c8576bf5bfc..198738de5565 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 fe89d7562e06..4bea487c2117 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 9bfc5d37ba6c..64212831921e 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 a5e4b31e4516..b6ec6e1972c7 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 be0e3f88ad42..315513215e13 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 fe62879a9c26..b77bd253861d 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 1c25b17c1412..1e2a6f97f342 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 4f2788e1d0d8..1e8b4abcdd1c 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 cbeb373021b3..a121f325d2e6 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 d98663accf35..4ae34a17ca6d 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 e1bc25cb0025..68f78f10e07d 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 4af66b852433..781a0f885c55 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 e8235a97aeb5..b94baaa2e8d0 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 e85b199f051b..855d35c3f7ef 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 d21e3f2fa774..da15c0093267 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 c073af77c326..df236bac0f27 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 3de0651299af..2b58c93fc286 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 0883696ae4a5..b6c7f4ac4aec 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 8af9d7d6a976..589cc97605d8 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 03e6df4ec9c8..51e73b12082e 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 14627922ebce..759c6f1002f3 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 5133f108dcec..3038aff7f897 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 9035234f50f4..326ac4cc55c1 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 3bc7b3d2a991..7b4a8177261e 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 232af9aa6e01..7b547bc20d72 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 3a56aad7d84a..92305da775f1 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 d2f866f741ce..5647da8a0907 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 7f5e14f528d2..c506c4a75d63 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 24f238087853..307ee51f9bf0 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 2f74b36542e4..62dc4ccf11d4 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 b1ce9798699f..26ea38fd6f83 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 de00b9b310f7..6c182e304a4e 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 717957ae599a..87f04bbe7fad 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 d8069f8125d9..477998d700d4 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 7d8fc3b504a2..cd85a175c913 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 0c2928c35711..e91c9242371d 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 296cca561f79..b662d7db9ac3 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 2cb61f4834eb..e2c456195110 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 17b25d35fedb..5332bb5a2e43 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 01e77a80af7e..6b30b8b27fe1 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 9c0dc96dde35..aec7763a063f 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 cada0d3f804b..481fb2b3024f 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 a495f6727522..1f77f54274da 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 5a91067f2c44..65d1e5a5472e 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 f84939c5e7c7..fbcccbb52749 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 af57b9109afb..75759cef09f9 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 7dcd2e97182b..a22007980001 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 95565c36be8f..08ef05dd0c23 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 8f916571724b..63d0a849329c 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 7fb618b64214..dc8469a81ad3 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 c8f48f0a5106..180aae841351 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 c3302e9423ad..c3a0a3035957 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 1a25f304e67f..504888ed5db7 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 12a48bc1e004..49801e77925c 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 6d20f9b51f25..93a7514ed17f 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 4acceaa997d1..58104ba9e6dc 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 6b2304d00f49..ef35b12fb93c 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 e5452d215c36..b949a97d7e6e 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 19a7d4f78924..c4bca8b9ffa9 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 a6c076cdac31..3098148b6aae 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 2483ca0c1771..b0210e5c3dfd 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 944a00b8d0e8..9be215760465 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 82f97c981206..8774a20ae5fb 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 ee3eb931ae63..38190db15d8b 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 38958a8b9234..9ee864ac2ada 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 ea02b0b211d8..eeb4d823fb79 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 20e4c6ebd2ff..5acb82050519 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 eaf0eb4ed6fc..cf2a15c7eb5d 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 f9f92a6529ec..999c46bf5863 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 194c31e0f47e..bcdb9980b672 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 37fa8cb227d7..f93b3d17b2be 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 252c183c1a98..222c4c0feaa6 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 d2fed0a1bf5f..f51c5bc507a7 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 9303c14ae5f8..ec786f3a7fc3 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 dbfc83e63ab4..a5abb2d679fd 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 9b1ad98494fd..b457e2944e34 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 bd293043c4e7..46e0a00940e3 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 325a682d8800..a042697ea322 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 e7d15a6f300c..deaf02e32e4b 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 cd57895eae50..7eeee83a9710 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 9d3f19b6d99f..b03e9713d7ad 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 cc21564d73b2..fa703b4f303f 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 4a1a1da2cb5e..6dc7d4d0a61f 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 ea7541ea3bef..a612014ee597 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 b564c648b578..47f256cf81c2 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 e49f9e617177..2d6fa84450b6 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 eea31fe725e2..870018f9e531 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 a9e0795c87d3..50118b6d4d2d 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 7d33fa494021..7876a8623474 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 367dc40beddf..4086dad6299e 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 7166398804f9..c6c6c478281d 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 20a299d3ae28..584e9716e9e7 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 81ccfb5478a5..008fc3485696 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 84a16adc2a0c..e4b86aaec651 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 2c9aab1e554f..071492c94c9c 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 15a9a40c3ea1..70d2dcf46678 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 eea8a8e9adda..4eb29133dc38 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 e4b0deecbac8..61b6076eb1d3 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 0734aeb4f844..d41408b71d9b 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 842dfac0ea0d..3f0793fcde4d 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 f8f89c00771f..ac8b8f473fd7 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 bb6367ba9965..597653bc83f0 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 79485e084e3e..eacafad2b443 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 eabcda5dcf58..e13efefd24dc 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 e4296b7e3115..81b3327df7d7 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 29c96ea50c2a..ee12e6c90cf8 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 04179f1c743e..f37bdafe5f47 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 9e6a465dfdeb..5b42aa81dc2b 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 4f40a6126d54..872c94db1b42 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 939b1d59ce74..617b38bdafb2 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 3fcbdb67ba7f..70769b4f39c7 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 aa295a75b287..f52a2b8fd0e6 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 2259b28d78f5..5323fe2e906e 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 065421fdd0c0..dee5e30d3aa2 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 ede34f5724fc..9c43b1620568 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 225356eb1d6b..95c59056e7ea 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 14455ac80de5..0971c6a7ee26 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 fe60b4a88ef8..fce2a290c649 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 66716a9b1b40..2041857356f7 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 a94b31f87a07..cccdc502bcfa 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 c0f436930479..6915c115354b 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 e3e1e2933753..601f793429d4 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 e2f6f2817488..f24ba634edb6 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 8d78385f6704..274cd6b33028 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 d389ea97cac9..3335cbee8438 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 b9659a20bfc6..b777b10f8022 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 63b27b0b09f7..65d359e3110e 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 f09d98604fdd..0e21da81eef3 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 cd0979eb144f..2984ed065689 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 b488d9b63883..a4778553c2bb 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 795a350698a2..728bfde1d34f 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 d936b40d7240..6bd921791aa0 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 3fad55f0ffb9..582fc24e9e73 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 0bd7498a781b..05608a9e1bab 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 ddc7a6444c4b..dc40c4fa3851 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 fedd7b9426f0..8e84326e1e7f 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 0042fcc7f7c9..d7b706493cfc 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 981eb76c751a..63e514833e7e 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 9dce5670f33a..5835dca881b9 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 83850026e2ea..090bcacf327f 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 beb646d6386a..f29584d6b9eb 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 54f385c2f5a8..0fcf6a2c9979 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 0d6222289b37..266510afe2e9 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 c12fe25c2d50..f06c47eded32 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 07ced0bc4c10..3a6874905f66 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 5f95aca8ee16..d0176ba55fb4 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 f202d0c182c6..0b36fc5687fe 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 5d0872a53091..fe8f7281a4f2 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 cea677f5bc76..d1b5bc32ed6b 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 a1f53d7d4a11..3b6aac380c35 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 12974adf8037..38fd4dafa948 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 c8b1b291a986..158ab36f8a8c 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 b232f21e1808..c3e6b01d3273 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 4447b3583e7e..b0eb75d2cef5 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 df4682d01975..6f517e2cbcfc 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 12b8d3ac91c5..addd6380a199 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 bced3d83a542..79adbd30446a 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 9492eceb43dd..550ded8d255d 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 4d62bc4a744f..452f62025fe0 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 2f55bd1b9608..8f3b705d0a8c 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 56339c95056e..696b3dc0f2dc 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 b027c646c33f..2f211a9b141d 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 4c02691497f1..bcdaf057947a 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 5b309ae8263a..a145ce00de3b 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 2bca8dcf08e1..d25931ca01ea 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 f6c4fbe0bd15..34d9d5be654a 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 1893d5fb7069..d91e342c117e 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 085293ce022e..7d689b482a07 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 3cafebbef2e3..024edd184309 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 7d34ba3226b7..458991c3f6b0 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 489461c7682b..4329dd4ea59f 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 791a21a8c4e0..805949ca54cd 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 853825c36872..e7e46ff9bcde 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 aa3721c61ddc..a36aed68f358 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 5d4aaf364e7d..ae3041bdb9c5 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 be30b7f75a57..6617fed1c71c 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 4cdbeb775b46..ffed2d1b261f 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 8db19c529014..238c613d3aa8 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 1c745c6729f9..066d36f39164 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 7c15043dc154..89581a73351c 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 e3b75fd6a25c..a944a89b44dd 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 3cdb7918d763..75639844f153 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 588a1be4b9e2..1d45a681e898 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 067e432dea8d..f74744641383 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 319730aa75da..b45df19899be 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 5dc0230fdaa9..8ae8580319a3 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 d663042c1f78..54b1d0f1ee54 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 638a3669fc31..e6175a4713b8 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 64541738be62..33ca2ceb4043 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 3ce4f92fb3a7..022a73d81a4a 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 dc27040be03c..dbd7555db857 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 d14f7ca5c944..e8f12e961df5 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 e1095b4e7698..594e58ae8612 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 e5b52df0c12c..220d39254ec7 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 546783f90211..54ccacf160f0 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 713d4f032552..a53e04c90620 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 c5367115304b..66a30ae2e586 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 2ac75725ba53..625aa7bb794f 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 0a7d3ab09338..ef764a08acf8 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 336e4dfebff3..94477aa7e41c 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 3c7b4cea004b..e967dd87bbe4 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 30f1dfc1df5c..b877be14b432 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 37fb1f449ffe..595f5f2b3b7f 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 c572a5c88c48..d5b7ab76827d 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 9881fd0803d3..077b0ed52b0f 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 34d1cf7a60c5..d1d0d8aaae6b 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 bd9b244eb3cf..6b3006cb6e91 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 1fa918c5f017..d4df3128dcab 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 25c83486b7b7..85eac222f089 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 6c3393afa7b9..31fc59a2c15b 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 3e1ef4dd90b5..5014f39a5563 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 8a60b820efe5..6c3243d7142c 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 19b5a0df95e5..89a7fdc769e8 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 b116e9a97244..4bffbed167c9 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 224ce1d5fa89..624e83debefd 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 b789c58490d1..8c1e5eaaef8c 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 81911cf8f126..11803af45ec2 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 5bce66c29932..1cfce615c8c2 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 5fc62a0171e3..ea002358c1e8 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 7ba5b065e49b..10b4e37265e2 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 61b4c99eec8e..040e748f337a 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 75b13faaf4e7..a851439d0f3e 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 2786de90eae8..6ab4ae0c44fb 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 be33d6c04c40..29a566b6d338 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 3b1068c59fc0..7f0ef0c45888 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 c7cd8627059f..284db4ccf27d 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 f8ea03adc155..925f59ae18f0 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 2b595e89db9b..d9c7a1038e13 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 a58ff7ad43a7..0cecbb831aec 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 6d04da7fcccf..9ccc1b3a052e 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 |