diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-02-24 09:34:40 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-03-02 05:23:10 +0000 |
commit | fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 (patch) | |
tree | bac690ec1344d342f449b1710f47d2d0635580ae | |
parent | 27120a02bd6d5f43466d3bcfd03cdef9a6fc9d5a (diff) | |
download | ports-fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8.tar.gz 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/ |