diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile index acbf3ae0194..d0b8b1ae8f0 100644 --- a/audio/aqualung/Makefile +++ b/audio/aqualung/Makefile @@ -4,6 +4,7 @@ VERSION= 2.0 DISTNAME= aqualung-${VERSION} EPOCH= 0 CATEGORIES= audio +REVISION= 0 HOMEPAGE= https://github.com/jeremyevans/aqualung diff --git a/audio/audacious/plugins/Makefile b/audio/audacious/plugins/Makefile index dd57c409cb8..3839a7bde7b 100644 --- a/audio/audacious/plugins/Makefile +++ b/audio/audacious/plugins/Makefile @@ -1,6 +1,7 @@ COMMENT = input and output plugins for Audacious DISTNAME = audacious-plugins-${VERSION} +REVISION = 0 # BSD / GPL PERMIT_PACKAGE = Yes diff --git a/audio/cassette/Makefile b/audio/cassette/Makefile index cdf4d359bbf..33790543e88 100644 --- a/audio/cassette/Makefile +++ b/audio/cassette/Makefile @@ -3,6 +3,7 @@ COMMENT = unofficial Yandex Music client DIST_TUPLE = gnome Rirusha Cassette v0.2.1 . WRKDIST = ${WRKDIR}/${DISTNAME:S/-/-v/} PKGNAME = ${DISTNAME:L} +REVISION = 0 CATEGORIES = audio x11 diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile index 8e989bc4b4b..084163c4951 100644 --- a/audio/libgpod/Makefile +++ b/audio/libgpod/Makefile @@ -1,7 +1,7 @@ COMMENT= library to access the contents of an iPod DISTNAME= libgpod-0.8.3 -REVISION= 1 +REVISION= 2 SHARED_LIBS += gpod 722.0 # 7.2 diff --git a/audio/libmusicbrainz5/Makefile b/audio/libmusicbrainz5/Makefile index 3eabcd4a0db..d1c1e6a69d3 100644 --- a/audio/libmusicbrainz5/Makefile +++ b/audio/libmusicbrainz5/Makefile @@ -5,6 +5,7 @@ COMMENT= library for audio metadata lookup (v5) V= 5.1.0 DISTNAME= libmusicbrainz-${V} PKGNAME= libmusicbrainz5-${V} +REVISION= 0 SHARED_LIBS += musicbrainz5 1.0 # 0.0 diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index 5f1ad787c00..29b15f8454e 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -2,7 +2,7 @@ COMMENT = audio player daemon with library management V = 0.9.5 DISTNAME = xmms2-${V} -REVISION = 0 +REVISION = 1 SHARED_LIBS += xmmsclient++ 3.0 # 4.0.0 SHARED_LIBS += xmmsclient++-glib 2.0 # 1.0.0 diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index 37614719f5b..e751490c7cf 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -3,8 +3,8 @@ COMMENT-python= Python bindings for hamlib COMMENT-tcl= Tcl bindings for hamlib VERSION= 4.6.4 -REVISION= 0 -REVISION-main= 1 +REVISION= 1 +REVISION-main= 2 DISTNAME= hamlib-${VERSION} CATEGORIES= comms hamradio diff --git a/databases/mariadb/Makefile b/databases/mariadb/Makefile index 5a5e58b5ad6..505dff208eb 100644 --- a/databases/mariadb/Makefile +++ b/databases/mariadb/Makefile @@ -3,6 +3,8 @@ DPB_PROPERTIES= parallel COMMENT-main= multithreaded SQL database (client) COMMENT-server= multithreaded SQL database (server) COMMENT-tests= multithreaded SQL database (regression test suite/benchmark) +REVISION-server=0 +REVISION-tests= 0 # numbers in first SITES entry are version-dependent, check links from # https://dlm.mariadb.com/browse/mariadb_server//source/ @@ -14,6 +16,7 @@ CATEGORIES= databases SITES= https://dlm.mariadb.com/4273371/MariaDB/${DISTNAME}/source/ \ https://ftp.osuosl.org/pub/mariadb/${DISTNAME}/source/ \ https://archive.mariadb.org/${DISTNAME}/source/ +REVISION-main= 0 FMT_V= 11.1.4 DISTFILES.fmt= fmt-${FMT_V}.zip diff --git a/databases/pgbackrest/Makefile b/databases/pgbackrest/Makefile index 6780e1fe30c..e83e986e09a 100644 --- a/databases/pgbackrest/Makefile +++ b/databases/pgbackrest/Makefile @@ -2,6 +2,7 @@ COMMENT = PostgreSQL backup & restore tool V = 2.57.0 DISTNAME = pgbackrest-${V} +REVISION = 0 CATEGORIES = databases HOMEPAGE = https://pgbackrest.org/ diff --git a/databases/postgresql-previous/Makefile b/databases/postgresql-previous/Makefile index 6271307dea6..6bca29def8c 100644 --- a/databases/postgresql-previous/Makefile +++ b/databases/postgresql-previous/Makefile @@ -3,6 +3,7 @@ COMMENT= PostgreSQL RDBMS (previous version, for pg_upgrade) VERSION= 16.6 DISTNAME= postgresql-${VERSION} PKGNAME= postgresql-previous-${VERSION} +REVISION= 0 CATEGORIES= databases SHARED_LIBS= ecpg 7.10 \ diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index b51728ee71b..892f2efeba7 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -4,11 +4,17 @@ COMMENT-docs= PostgreSQL RDBMS documentation COMMENT-contrib=PostgreSQL RDBMS contributions COMMENT-plpython=Python procedural language for PostgreSQL COMMENT-pg_upgrade=Support for upgrading PostgreSQL data from previous version +REVISION-contrib= 0 +REVISION-docs= 0 +REVISION-pg_upgrade= 0 +REVISION-plpython= 0 +REVISION-server=0 VERSION= 17.6 PREV_MAJOR= 16 DISTNAME= postgresql-${VERSION} PKGNAME-main= postgresql-client-${VERSION} +REVISION-main= 0 DPB_PROPERTIES= parallel diff --git a/devel/appstream/Makefile b/devel/appstream/Makefile index 56b809991f0..bc8aadbd293 100644 --- a/devel/appstream/Makefile +++ b/devel/appstream/Makefile @@ -14,6 +14,8 @@ DISTNAME= AppStream-${V} EXTRACT_SUFX= .tar.xz PKGNAME-main= ${DISTNAME:L} PKGNAME-qt6= appstream-qt6-${V} +REVISION-main= 0 +REVISION-qt6= 0 SHARED_LIBS += appstream 1.2 # 1.1.1 SHARED_LIBS += appstream-compose 1.1 # 1.1.1 diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile index 116cb1fc2ea..3751d65718b 100644 --- a/devel/autogen/Makefile +++ b/devel/autogen/Makefile @@ -3,7 +3,7 @@ CATEGORIES= devel V= 5.8.7 DISTNAME= autogen-${V} -REVISION= 9 +REVISION= 10 SHARED_LIBS += opts 27.5 # .27.5 SHARED_LIBS += guileopts 1.0 # .0.1 diff --git a/devel/droplet/Makefile b/devel/droplet/Makefile index a9d5f01265e..ad7e0ccd371 100644 --- a/devel/droplet/Makefile +++ b/devel/droplet/Makefile @@ -5,7 +5,7 @@ GH_ACCOUNT = scality GH_PROJECT = Droplet GH_TAGNAME = v2.0 DISTNAME= droplet-${GH_TAGNAME:S/v//} -REVISION= 3 +REVISION= 4 SHARED_LIBS= droplet 1.0 #0.0 diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 77d582f24b8..a502807025c 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -3,7 +3,7 @@ COMMENT= configuration database system for GNOME GNOME_PROJECT= GConf GNOME_VERSION= 3.2.6 PKGNAME= gconf2-${GNOME_VERSION} -REVISION= 18 +REVISION= 19 SHARED_LIBS += gconf-2 6.2 # 5.5 diff --git a/devel/kf5/kdoctools/Makefile b/devel/kf5/kdoctools/Makefile index 3cb12f65f4a..4a76478c2bb 100644 --- a/devel/kf5/kdoctools/Makefile +++ b/devel/kf5/kdoctools/Makefile @@ -1,5 +1,6 @@ COMMENT = create documentation from DocBook DISTNAME = kdoctools-${VERSION} +REVISION = 0 SHARED_LIBS += KF5DocTools 4.0 # 5.34 diff --git a/devel/kf5/kio/Makefile b/devel/kf5/kio/Makefile index 7937be0bff8..7d6fa6f3a20 100644 --- a/devel/kf5/kio/Makefile +++ b/devel/kf5/kio/Makefile @@ -2,6 +2,7 @@ COMMENT = network transparent access to files and data in KDE DISTNAME = kio-${VERSION} +REVISION = 0 SHARED_LIBS = KF5KIOCore 11.0 # 5.20 SHARED_LIBS += KF5KIOGui 12.1 # 5.20 diff --git a/devel/kf6/kdoctools/Makefile b/devel/kf6/kdoctools/Makefile index be35741771d..efed0d2045c 100644 --- a/devel/kf6/kdoctools/Makefile +++ b/devel/kf6/kdoctools/Makefile @@ -1,5 +1,6 @@ COMMENT = create documentation from DocBook DISTNAME = kdoctools-${VERSION} +REVISION = 0 SHARED_LIBS += KF6DocTools 0.0 # 0.0 diff --git a/devel/kf6/kio/Makefile b/devel/kf6/kio/Makefile index f0429f1b67f..5e6807343cd 100644 --- a/devel/kf6/kio/Makefile +++ b/devel/kf6/kio/Makefile @@ -1,6 +1,7 @@ COMMENT = network transparent access to files and data in KDE VERSION = 6.19.1 DISTNAME = kio-${VERSION} +REVISION = 0 SHARED_LIBS += KF6KIOCore 1.0 # 0.0 SHARED_LIBS += KF6KIOFileWidgets 0.0 # 0.0 diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index 7d5c1591652..69706e60ba6 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -6,7 +6,7 @@ EXTRACT_SUFX= .tar.bz2 PKGNAME= libglade2-${GNOME_VERSION} EPOCH= 0 -REVISION= 22 +REVISION= 23 SHARED_LIBS += glade-2.0 1.0 # 1.0 diff --git a/devel/libgnt/Makefile b/devel/libgnt/Makefile index acebb28ac0b..b42183114d9 100644 --- a/devel/libgnt/Makefile +++ b/devel/libgnt/Makefile @@ -5,6 +5,7 @@ DISTNAME= libgnt-${VER} CATEGORIES= devel SITES= ${SITE_SOURCEFORGE:=pidgin/libgnt/${VER}/} EXTRACT_SUFX= .tar.xz +REVISION= 0 SHARED_LIBS= gnt 0.0 diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index 2c20f46cfac..ac3c2262135 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -2,7 +2,7 @@ COMMENT= GNOME Structured File library GNOME_PROJECT= libgsf GNOME_VERSION= 1.14.53 -REVISION= 0 +REVISION= 1 CATEGORIES= devel diff --git a/devel/libopensync/Makefile b/devel/libopensync/Makefile index 5ff9adfde5e..468619722eb 100644 --- a/devel/libopensync/Makefile +++ b/devel/libopensync/Makefile @@ -2,7 +2,7 @@ COMMENT= data synchronization framework V= 0.36 DISTNAME= libopensync-${V} -REVISION = 5 +REVISION = 6 SHARED_LIBS += opensync 1.1 CATEGORIES= devel comms diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 90486206164..d792cb5d2ab 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -4,7 +4,7 @@ COMMENT = HTTP client/server library for GNOME GNOME_PROJECT = libsoup GNOME_VERSION = 2.74.3 -REVISION = 3 +REVISION = 4 SHARED_LIBS += soup-2.4 10.6 # 1.11.2 SHARED_LIBS += soup-gnome-2.4 8.1 # 1.11.2 diff --git a/devel/universal-ctags/Makefile b/devel/universal-ctags/Makefile index 289b5da8598..be854b400be 100644 --- a/devel/universal-ctags/Makefile +++ b/devel/universal-ctags/Makefile @@ -2,6 +2,7 @@ COMMENT = multilanguage reimplementation of the Unix ctags utility V = 6.1.0 DISTNAME = universal-ctags-${V} +REVISION = 0 CATEGORIES = devel diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 93631912594..53d5c676c99 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -2,6 +2,7 @@ COMMENT= GNU editor: extensible, customizable, self-documenting VERSION= 30.2 DISTNAME= emacs-${VERSION} +REVISION= 0 CATEGORIES= editors diff --git a/education/verbiste/Makefile b/education/verbiste/Makefile index 59831f2b979..6c8dd3ea8e0 100644 --- a/education/verbiste/Makefile +++ b/education/verbiste/Makefile @@ -4,6 +4,7 @@ DISTNAME= verbiste-0.1.49 SHARED_LIBS= verbiste-0.1 5.0 # .0.0 CATEGORIES= education HOMEPAGE= http://perso.b2b2c.ca/~sarrazip/dev/verbiste.html +REVISION= 0 MAINTAINER= Christian Weisgerber diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index 31b916b7461..3e3277509e3 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -2,7 +2,7 @@ COMMENT= Free Unix Spectrum Emulator DISTNAME= fuse-1.6.0 CATEGORIES= emulators HOMEPAGE= https://fuse-emulator.sourceforge.net/ -REVISION= 1 +REVISION= 2 # GPLv2+ PERMIT_PACKAGE= Yes diff --git a/games/0ad/base/Makefile b/games/0ad/base/Makefile index 55d1cd30a2b..fa15f7c64d8 100644 --- a/games/0ad/base/Makefile +++ b/games/0ad/base/Makefile @@ -2,6 +2,7 @@ COMMENT = historical real-time strategy game DISTNAME = 0ad-${V}-unix-build PKGNAME = 0ad-${V} +REVISION = 0 USE_NOBTCFI = Yes diff --git a/games/armagetronad/Makefile b/games/armagetronad/Makefile index c406fa3a3a2..6f9a03c2cd2 100644 --- a/games/armagetronad/Makefile +++ b/games/armagetronad/Makefile @@ -4,6 +4,7 @@ COMMENT = 3D light cycle game DISTNAME = armagetronad-${V}.${P} EXTRACT_SUFX = .tbz +REVISION = 0 CATEGORIES = games x11 diff --git a/games/lincity-ng/Makefile b/games/lincity-ng/Makefile index c38367c5c32..ed634277243 100644 --- a/games/lincity-ng/Makefile +++ b/games/lincity-ng/Makefile @@ -1,7 +1,7 @@ COMMENT= city simulation game DISTNAME= lincity-ng-2.0 -REVISION = 12 +REVISION = 13 EXTRACT_SUFX= .tar.bz2 CATEGORIES= games x11 diff --git a/games/manaplus/Makefile b/games/manaplus/Makefile index 77f0a180b0f..533cbd0e981 100644 --- a/games/manaplus/Makefile +++ b/games/manaplus/Makefile @@ -1,5 +1,5 @@ V = 2.1.3.17 -REVISION = 2 +REVISION = 3 COMMENT = client for The Mana World DISTNAME = manaplus-${V} EXTRACT_SUFX = .tar.xz diff --git a/games/naev/Makefile b/games/naev/Makefile index a117b2745d2..52b7f7e3e02 100644 --- a/games/naev/Makefile +++ b/games/naev/Makefile @@ -10,8 +10,8 @@ V = 0.11.5 DISTNAME = naev-${V}-source PKGNAME = naev-${V} -REVISION-data = 2 -REVISION-main = 3 +REVISION-data = 3 +REVISION-main = 4 CATEGORIES = games x11 diff --git a/games/warmux/Makefile b/games/warmux/Makefile index 65114e6f938..4dd6a251b75 100644 --- a/games/warmux/Makefile +++ b/games/warmux/Makefile @@ -1,7 +1,7 @@ COMMENT= free software clone of Worms(R) game concept DISTNAME= warmux-11.04.1 -REVISION= 9 +REVISION= 10 WRKDIST= ${WRKDIR}/warmux-11.04 CATEGORIES= games diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index 2414c6e12c6..95f6e4a1284 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -1,4 +1,5 @@ COMMENT = challenging 2D motocross platform game +REVISION = 0 BROKEN-sparc64 = Always hangs for 8 hours and gets killed diff --git a/geo/pgpointcloud/Makefile b/geo/pgpointcloud/Makefile index e6c1c643ebb..83b3dce4b9a 100644 --- a/geo/pgpointcloud/Makefile +++ b/geo/pgpointcloud/Makefile @@ -3,7 +3,7 @@ COMMENT = point cloud storage extension for PostgreSQL GH_TAGNAME = v1.2.5 GH_PROJECT = pointcloud GH_ACCOUNT = pgpointcloud -REVISION = 0 +REVISION = 1 CATEGORIES = geo databases diff --git a/geo/spatialite/libspatialite/Makefile b/geo/spatialite/libspatialite/Makefile index 01ea6b51afe..77ad2913059 100644 --- a/geo/spatialite/libspatialite/Makefile +++ b/geo/spatialite/libspatialite/Makefile @@ -1,7 +1,7 @@ COMMENT= sqlite extented with spatial SQL capabilities PROJECT = libspatialite DISTNAME = ${PROJECT}-5.1.0 -REVISION = 2 +REVISION = 3 SHARED_LIBS = spatialite 2.0 # 9.0 CONFIGURE_ARGS += --enable-rttopo \ diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index 9875c405bba..4d4862fd66d 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -1,7 +1,7 @@ COMMENT= image processing tools with stable ABI DISTNAME= GraphicsMagick-1.3.45 -REVISION= 0 +REVISION= 1 CATEGORIES= graphics devel SITES= ${SITE_SOURCEFORGE:=graphicsmagick/} EXTRACT_SUFX= .tar.xz diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index dfe859e79aa..9414cb6bf78 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -4,7 +4,7 @@ COMMENT= image processing tools VER= 6.9.13 DASHVER= 26 -REVISION= 0 +REVISION= 1 DISTNAME= ImageMagick-${VER}-${DASHVER} PKGNAME= ImageMagick-${VER}.${DASHVER} PORTROACH= site:https://imagemagick.org/archive/releases/ limit:6.* diff --git a/graphics/autopano-sift-c/Makefile b/graphics/autopano-sift-c/Makefile index dca111c435c..d7dfa58d9a9 100644 --- a/graphics/autopano-sift-c/Makefile +++ b/graphics/autopano-sift-c/Makefile @@ -1,7 +1,7 @@ COMMENT = identify control points from groups of overlapping images DISTNAME = autopano-sift-C-2.5.1 -REVISION= 5 +REVISION= 6 PKGNAME = ${DISTNAME:L} CATEGORIES = graphics diff --git a/graphics/dcmtk/Makefile b/graphics/dcmtk/Makefile index b5daa23730f..cb25988a728 100644 --- a/graphics/dcmtk/Makefile +++ b/graphics/dcmtk/Makefile @@ -2,6 +2,7 @@ COMMENT= DICOM toolkit V = 3.6.9 DISTNAME= dcmtk-$V +REVISION= 0 SHARED_LIBS += cmr 1.0 # 3.6 SHARED_LIBS += dcmdata 2.0 # 3.6 diff --git a/graphics/delaboratory/Makefile b/graphics/delaboratory/Makefile index 6159b933a32..0b6d33174f5 100644 --- a/graphics/delaboratory/Makefile +++ b/graphics/delaboratory/Makefile @@ -1,7 +1,7 @@ COMMENT = color correction utility for digital images DISTNAME = delaboratory-0.8 CATEGORIES = graphics x11 -REVISION = 8 +REVISION = 9 # GPLv3+ PERMIT_PACKAGE = Yes diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile index e87de1f7c18..0fcfbeba717 100644 --- a/graphics/digikam/Makefile +++ b/graphics/digikam/Makefile @@ -8,6 +8,7 @@ V = 8.8.0 PKGNAME = digikam-${V} DISTNAME = digiKam-${V} CATEGORIES = graphics +REVISION = 0 HOMEPAGE = https://www.digikam.org/ diff --git a/graphics/ffmpeg/Makefile b/graphics/ffmpeg/Makefile index 7bb42cd7536..d118fd49629 100644 --- a/graphics/ffmpeg/Makefile +++ b/graphics/ffmpeg/Makefile @@ -7,6 +7,7 @@ EPOCH= 1 CATEGORIES= graphics multimedia SITES= https://ffmpeg.org/releases/ EXTRACT_SUFX= .tar.xz +REVISION= 0 USE_NOBTCFI-amd64= Yes diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 173e316852e..eebbf7c288c 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -2,7 +2,7 @@ COMMENT = SVG vector drawing application VERSION = 1.4.2 DISTNAME = inkscape-${VERSION} -REVISION = 1 +REVISION = 2 CATEGORIES = graphics diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index 86d6b44bf95..87f48a086ce 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -3,6 +3,7 @@ COMMENT= digital camera library VERSION= 2.5.33 DISTNAME= libgphoto2-${VERSION} PKGNAME= libgphoto-${VERSION} +REVISION= 0 GPHOTO2_PORT_API= 0.12.2 SUBST_VARS= GPHOTO2_PORT_API VERSION diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 6d5f6a5dbb6..43aa6a3cd10 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -4,6 +4,7 @@ DISTNAME= netpbm-11.09.02 SHARED_LIBS= netpbm 7.0 CATEGORIES= graphics HOMEPAGE= https://netpbm.sourceforge.net/ +REVISION= 0 MAINTAINER= Christian Weisgerber diff --git a/graphics/sane-airscan/Makefile b/graphics/sane-airscan/Makefile index 0c3a81dda5f..96e71db136e 100644 --- a/graphics/sane-airscan/Makefile +++ b/graphics/sane-airscan/Makefile @@ -1,4 +1,5 @@ COMMENT= SANE backend for eSCL and WSD scanners +REVISION= 0 DIST_TUPLE= github alexpevzner sane-airscan 0.99.36 . diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 0f8ab317177..5de999f9055 100755 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -3,7 +3,7 @@ BROKEN-alpha= ICE hp5590.c:1141: error: unrecognizable insn COMMENT= API for accessing scanners, backends V= 1.4.0 -REVISION= 1 +REVISION= 2 DISTNAME= backends-${V} PKGNAME= sane-${DISTNAME} diff --git a/graphics/vcdimager/Makefile b/graphics/vcdimager/Makefile index daf05c139f6..366cf5bd8c7 100644 --- a/graphics/vcdimager/Makefile +++ b/graphics/vcdimager/Makefile @@ -2,7 +2,7 @@ COMMENT= (S)VCD authoring software DISTNAME= vcdimager-2.0.1 CATEGORIES= graphics multimedia -REVISION= 1 +REVISION= 2 SHARED_LIBS += vcdinfo 0.0 # 2.0 diff --git a/graphics/vtk/Makefile b/graphics/vtk/Makefile index 6b3048dca73..445efa299d3 100644 --- a/graphics/vtk/Makefile +++ b/graphics/vtk/Makefile @@ -7,7 +7,7 @@ COMMENT = visualization toolkit V = 9.5.2 DISTNAME = VTK-${V} PKGNAME = ${DISTNAME:L} -REVISION = 0 +REVISION = 1 .for LIB in vtkChartsCore vtkCommonColor vtkCommonComputationalGeometry \ vtkCommonCore vtkCommonDataModel vtkCommonExecutionModel vtkCommonMath \ diff --git a/japanese/kanatest/Makefile b/japanese/kanatest/Makefile index 0d90ae0e453..8aa53eb2a14 100644 --- a/japanese/kanatest/Makefile +++ b/japanese/kanatest/Makefile @@ -1,7 +1,7 @@ COMMENT = beginner's drill tool to learn Japanese kana characters DISTNAME = kanatest-0.4.6 -REVISION = 13 +REVISION = 14 CATEGORIES = japanese diff --git a/lang/gerbil/Makefile b/lang/gerbil/Makefile index b680a21fc1b..d16fa203802 100644 --- a/lang/gerbil/Makefile +++ b/lang/gerbil/Makefile @@ -6,7 +6,7 @@ COMMENT = dialect of Scheme designed for systems programming GH_ACCOUNT = vyzo GH_PROJECT = gerbil GH_TAGNAME = v0.16 -REVISION = 0 +REVISION = 1 CATEGORIES = lang diff --git a/lang/gnucobol/Makefile b/lang/gnucobol/Makefile index f4c227e9621..38e6b404998 100644 --- a/lang/gnucobol/Makefile +++ b/lang/gnucobol/Makefile @@ -1,7 +1,7 @@ COMMENT= COBOL compiler, formerly known as OpenCOBOL DISTNAME = gnucobol-3.2 -REVISION = 0 +REVISION = 1 SHARED_LIBS += cob 6.0 # 6.0 diff --git a/lang/njs/Makefile b/lang/njs/Makefile index 4d78033b24f..830dad42b5a 100644 --- a/lang/njs/Makefile +++ b/lang/njs/Makefile @@ -3,6 +3,7 @@ COMMENT= NGINX JavaScript command line utility and static library GH_ACCOUNT= nginx GH_PROJECT= njs GH_TAGNAME= 0.9.1 +REVISION= 0 CATEGORIES= lang www diff --git a/lang/php/8.2/Makefile b/lang/php/8.2/Makefile index 6749cdb55de..9dd3fe2c3f1 100644 --- a/lang/php/8.2/Makefile +++ b/lang/php/8.2/Makefile @@ -2,8 +2,7 @@ PHP_VERSION= 8.2.29 AUTOCONF_VERSION= 2.72 # keep above 7.7-stable -REVISION= 2 -REVISION-main= 3 +REVISION= 4 PHP_PKGSPEC= >=8.2,<8.3 PHP_EXTENSIONS += -imap -pspell diff --git a/lang/php/8.3/Makefile b/lang/php/8.3/Makefile index c63e55e53d2..17c09cec2c3 100644 --- a/lang/php/8.3/Makefile +++ b/lang/php/8.3/Makefile @@ -1,7 +1,7 @@ PHP_VERSION= 8.3.27 AUTOCONF_VERSION= 2.71 -REVISION= 0 +REVISION= 1 DEFAULT_PHP= Yes diff --git a/lang/php/8.4/Makefile b/lang/php/8.4/Makefile index f8df7dbeda7..fc1a56a2c95 100644 --- a/lang/php/8.4/Makefile +++ b/lang/php/8.4/Makefile @@ -1,7 +1,7 @@ PHP_VERSION= 8.4.14 AUTOCONF_VERSION= 2.72 -REVISION= 0 +REVISION= 1 # no PORTROACH marker for the highest branch, to allow finding new branches PORTROACH= diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 2f2e18aeca0..b720582ad14 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -2,9 +2,12 @@ COMMENT-main= mail and news client COMMENT-bogofilter= bogofilter plugin COMMENT-spamassassin= spamassassin plugin COMMENT-pdfviewer= pdfviewer plugin +REVISION-bogofilter= 0 +REVISION-pdfviewer= 0 +REVISION-spamassassin= 0 V= 4.3.1 -REVISION-main= 2 +REVISION-main= 3 DISTNAME= claws-mail-${V} CATEGORIES= mail news diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index 2191e754591..98198ae611d 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -4,6 +4,7 @@ COMMENT= Cyrus IMAP server V= 3.12.1 DISTNAME= cyrus-imapd-${V} +REVISION= 0 SHARED_LIBS += cyrus_min 0.0 # unknown SHARED_LIBS += cyrus 0.0 # unknown diff --git a/mail/grommunio/gromox/Makefile b/mail/grommunio/gromox/Makefile index d35e0aea31b..f8ff697688c 100644 --- a/mail/grommunio/gromox/Makefile +++ b/mail/grommunio/gromox/Makefile @@ -13,6 +13,8 @@ DISTNAME= gromox-${V} PKGNAME-main= gromox-core-${V} PKGNAME-mapi= gromox-mapi-${V} +REVISION-main= 0 +REVISION-mapi= 0 GH_ACCOUNT= grommunio GH_PROJECT= gromox diff --git a/mail/grommunio/index/Makefile b/mail/grommunio/index/Makefile index a1405e1d077..55de6e56a4a 100644 --- a/mail/grommunio/index/Makefile +++ b/mail/grommunio/index/Makefile @@ -4,6 +4,7 @@ COMMENT= FTS indexer for grommunio-web V= 1.3 DISTNAME= grommunio-index-${V} +REVISION= 0 GH_ACCOUNT= grommunio GH_PROJECT= grommunio-index diff --git a/mail/kopano/core/Makefile b/mail/kopano/core/Makefile index df7f957f271..1cc3e4c246e 100644 --- a/mail/kopano/core/Makefile +++ b/mail/kopano/core/Makefile @@ -10,8 +10,8 @@ PKGNAME-main= kopano-core-${V} PKGNAME-mapi= kopano-mapi-${V} EPOCH= 0 -REVISION-main= 11 -REVISION-mapi= 8 +REVISION-main= 12 +REVISION-mapi= 9 CATEGORIES= mail www productivity diff --git a/math/igraph/Makefile b/math/igraph/Makefile index 10e8eedf1c4..9b78dd65f39 100644 --- a/math/igraph/Makefile +++ b/math/igraph/Makefile @@ -3,6 +3,7 @@ USE_NOBTCFI-aarch64 = Yes# fortran COMMENT = C graph library V = 1.0.0 DISTNAME = igraph-$V +REVISION = 0 SHARED_LIBS = igraph 6.0 # 1.0 diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 83d2e5b8b1b..6ab4da4abdb 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -2,7 +2,7 @@ BROKEN-sparc64 = localpointer.h:561:31: error: 'auto' parameter not permitted in COMMENT = applied math library and CLI calculator CATEGORIES = math devel -REVISION = 0 +REVISION = 1 V = 5.8.0 DISTNAME = libqalculate-$V diff --git a/math/netcdf/Makefile b/math/netcdf/Makefile index 9f668d00edd..01b35c27ea1 100644 --- a/math/netcdf/Makefile +++ b/math/netcdf/Makefile @@ -6,6 +6,7 @@ V= 4.9.3 NAME= netcdf DISTNAME= ${NAME}-c-${V} PKGNAME= ${NAME}-${V} +REVISION= 0 CATEGORIES= math diff --git a/misc/logjam/Makefile b/misc/logjam/Makefile index c58ac13a457..c9c9fb5e40c 100644 --- a/misc/logjam/Makefile +++ b/misc/logjam/Makefile @@ -1,7 +1,7 @@ COMMENT = GTK client for LiveJournal DISTNAME = logjam-4.6.2 -REVISION = 7 +REVISION = 8 CATEGORIES = misc x11 HOMEPAGE = http://andy-shev.github.com/LogJam/ diff --git a/misc/m17n/lib/Makefile b/misc/m17n/lib/Makefile index 6310319f9f6..1f9872d79a3 100644 --- a/misc/m17n/lib/Makefile +++ b/misc/m17n/lib/Makefile @@ -1,6 +1,7 @@ COMMENT = multilingual text processing library DISTNAME = m17n-lib-1.8.6 +REVISION = 0 SHARED_LIBS += m17n-core 0.0 # 4.2 SHARED_LIBS += m17n 0.0 # 4.2 diff --git a/misc/openbabel/Makefile b/misc/openbabel/Makefile index 4e144855296..8aebfed781e 100644 --- a/misc/openbabel/Makefile +++ b/misc/openbabel/Makefile @@ -1,7 +1,7 @@ COMMENT= chemistry file translation program V= 3.1.1 -REVISION= 5 +REVISION= 6 DISTNAME= openbabel-${V} CATEGORIES= misc diff --git a/misc/osinfo/osinfo-db-tools/Makefile b/misc/osinfo/osinfo-db-tools/Makefile index f7ca9bf624f..e10fa053952 100644 --- a/misc/osinfo/osinfo-db-tools/Makefile +++ b/misc/osinfo/osinfo-db-tools/Makefile @@ -1,6 +1,7 @@ COMMENT= tools to manage the libosinfo database DISTNAME= osinfo-db-tools-${V} +REVISION= 0 WANTLIB += archive c gio-2.0 glib-2.0 gobject-2.0 intl json-glib-1.0 WANTLIB += soup-3.0 xml2 diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile index 7ceb38444a9..dcf10c6cf7e 100644 --- a/misc/shared-mime-info/Makefile +++ b/misc/shared-mime-info/Makefile @@ -6,7 +6,7 @@ COMMENT= shared mime database for desktops V= 2.4 DISTNAME= shared-mime-info-${V} -REVISION= 0 +REVISION= 1 DIST_TUPLE= fdo xdg xdgmime 5b4d3ce009639a7eb031849c04195d9ae80d25fe xdgmime XDGMIME_WRKBUILD= ${WRKBUILD}/xdgmime diff --git a/misc/srcpd/Makefile b/misc/srcpd/Makefile index ac58134293b..2c2e9a55518 100644 --- a/misc/srcpd/Makefile +++ b/misc/srcpd/Makefile @@ -2,7 +2,7 @@ COMMENT = daemon to control digital model railroad systems DISTNAME = srcpd-2.1.7 CATEGORIES = misc net -REVISION = 0 +REVISION = 1 HOMEPAGE = https://srcpd.sourceforge.net/ SITES = ${SITE_SOURCEFORGE:=srcpd/} diff --git a/misc/subsurface/Makefile b/misc/subsurface/Makefile index 5d51700b0ba..5aaf8dca4e9 100644 --- a/misc/subsurface/Makefile +++ b/misc/subsurface/Makefile @@ -4,7 +4,7 @@ PKGNAME = subsurface-6.0.5459 DIST_TUPLE += github subsurface subsurface e0fbda77ef203a5a2539465e9fa44df56e2f5a9e . DIST_TUPLE += github subsurface libdc 64ecef5b3ee7342159349391c8b55281bebad2c2 libdivecomputer DIST_TUPLE += github subsurface googlemaps 7ce7124b385b2ebac0f72c38b094f436d4fe5c58 gmaps -REVISION = 0 +REVISION = 1 CATEGORIES = misc HOMEPAGE = https://subsurface-divelog.org diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index 9209ad46c4e..72784f18bee 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -3,7 +3,7 @@ COMMENT= creates DVD file structures DISTNAME= dvdauthor-0.7.2 CATEGORIES= multimedia SITES= ${SITE_SOURCEFORGE:=dvdauthor/} -REVISION= 3 +REVISION= 4 HOMEPAGE= https://dvdauthor.sourceforge.net/ diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile index 217b83e2021..762d605804c 100644 --- a/multimedia/handbrake/Makefile +++ b/multimedia/handbrake/Makefile @@ -3,7 +3,7 @@ COMMENT = open source video transcoder V = 1.6.1 DISTNAME = HandBrake-${V}-source PKGNAME = handbrake-${V} -REVISION = 5 +REVISION = 6 EXTRACT_SUFX = .tar.bz2 CATEGORIES = multimedia x11 diff --git a/multimedia/libbluray/Makefile b/multimedia/libbluray/Makefile index bceb1296d89..2fd8266d5e8 100644 --- a/multimedia/libbluray/Makefile +++ b/multimedia/libbluray/Makefile @@ -3,7 +3,7 @@ COMMENT = library supporting Blu-ray playback V = 1.3.4 DISTNAME = libbluray-${V} CATEGORIES = multimedia -REVISION = 0 +REVISION = 1 HOMEPAGE = https://www.videolan.org/developers/libbluray.html diff --git a/net/castget/Makefile b/net/castget/Makefile index 53e2212f8e3..a7c20352c7d 100644 --- a/net/castget/Makefile +++ b/net/castget/Makefile @@ -2,7 +2,7 @@ COMMENT= command-line podcast downloader DISTNAME= castget-2.0.1 CATEGORIES= net -REVISION= 3 +REVISION= 4 HOMEPAGE= https://castget.johndal.com/ diff --git a/net/ezstream/Makefile b/net/ezstream/Makefile index b37b79cd349..fb7460af38a 100644 --- a/net/ezstream/Makefile +++ b/net/ezstream/Makefile @@ -2,7 +2,7 @@ COMMENT= streaming source client that uses external en-/decoders DISTNAME= ezstream-1.0.2 CATEGORIES= net multimedia -REVISION= 0 +REVISION= 1 HOMEPAGE= https://icecast.org/ezstream/ diff --git a/net/fort/Makefile b/net/fort/Makefile index d659feafe47..136c67bc934 100644 --- a/net/fort/Makefile +++ b/net/fort/Makefile @@ -2,6 +2,7 @@ COMMENT = RPKI "relying party" software V = 1.6.6 DISTNAME = fort-$V +REVISION = 0 CATEGORIES = net diff --git a/net/gupnp/av/Makefile b/net/gupnp/av/Makefile index 222decedb09..bc450d23e42 100644 --- a/net/gupnp/av/Makefile +++ b/net/gupnp/av/Makefile @@ -2,6 +2,7 @@ COMMENT= helpers for building A/V applications using GUPnP GNOME_PROJECT= gupnp-av GNOME_VERSION= 0.14.4 +REVISION= 0 SHARED_LIBS += gupnp-av-1.0 0.1 # 3.14.4 diff --git a/net/gupnp/dlna/Makefile b/net/gupnp/dlna/Makefile index b48c7233bd3..63227c88392 100644 --- a/net/gupnp/dlna/Makefile +++ b/net/gupnp/dlna/Makefile @@ -2,7 +2,7 @@ COMMENT= DLNA integration for GUPnP GNOME_PROJECT= gupnp-dlna GNOME_VERSION= 0.12.0 -REVISION= 6 +REVISION= 7 SHARED_LIBS += gupnp-dlna-2.0 0.0 # 3.0 SHARED_LIBS += gupnp-dlna-gst-2.0 0.0 # 3.0 diff --git a/net/hurl/Makefile b/net/hurl/Makefile index 06e3f1b93cb..f806afae5bc 100644 --- a/net/hurl/Makefile +++ b/net/hurl/Makefile @@ -3,6 +3,7 @@ COMMENT = CLI for HTTP requests GH_ACCOUNT = Orange-OpenSource GH_PROJECT = hurl GH_TAGNAME = 7.0.0 +REVISION = 0 CATEGORIES = net diff --git a/net/ices/Makefile b/net/ices/Makefile index 60313fff227..aacc94659a1 100644 --- a/net/ices/Makefile +++ b/net/ices/Makefile @@ -4,7 +4,7 @@ PORTROACH_COMMENT= ices2 is a different port COMMENT= icecast source for streaming MP3 DISTNAME= ices-0.4 -REVISION= 14 +REVISION= 15 CATEGORIES= net audio HOMEPAGE= https://icecast.org/ices/ diff --git a/net/ices2/Makefile b/net/ices2/Makefile index 7bc75f711e7..7a80e1e1062 100644 --- a/net/ices2/Makefile +++ b/net/ices2/Makefile @@ -2,7 +2,7 @@ COMMENT= icecast source for streaming Ogg Vorbis DISTNAME= ices-2.0.2 CATEGORIES= net audio -REVISION= 7 +REVISION= 8 HOMEPAGE= https://icecast.org/ices/ diff --git a/net/isc-bind/Makefile b/net/isc-bind/Makefile index c7d896e7f85..08cebdb64ed 100644 --- a/net/isc-bind/Makefile +++ b/net/isc-bind/Makefile @@ -6,7 +6,7 @@ V= 9.20.15 SUBST_VARS+= V PORTROACH= limitw:1,even EXTRACT_SUFX= .tar.xz -REVISION= 0 +REVISION= 1 DISTNAME= bind-$V PKGNAME= isc-bind-${V:S/-P/pl/} diff --git a/net/libaccounts-glib/Makefile b/net/libaccounts-glib/Makefile index 2cd7435189a..f5115e9db87 100644 --- a/net/libaccounts-glib/Makefile +++ b/net/libaccounts-glib/Makefile @@ -4,7 +4,7 @@ CATEGORIES = net V = 1.26 DISTNAME = libaccounts-glib-${V} -REVISION = 4 +REVISION = 5 SHARED_LIBS += accounts-glib 0.0 # 0.0 diff --git a/net/openconnect/Makefile b/net/openconnect/Makefile index 72bf0f5a785..8fda4399de1 100644 --- a/net/openconnect/Makefile +++ b/net/openconnect/Makefile @@ -1,7 +1,7 @@ COMMENT= client for Cisco AnyConnect SSL VPN DISTNAME= openconnect-8.20 -REVISION= 7 +REVISION= 8 SHARED_LIBS += openconnect 4.5 # 5.6 diff --git a/net/pidgin/Makefile b/net/pidgin/Makefile index be13312157e..2925636d982 100644 --- a/net/pidgin/Makefile +++ b/net/pidgin/Makefile @@ -16,6 +16,10 @@ FULLPKGPATH$i= ${PKGPATH},$i${FLAVOR_EXT:S/-gtkspell//:S/-/,/g} CATEGORIES= net SITES= ${SITE_SOURCEFORGE:=pidgin/} EXTRACT_SUFX= .tar.bz2 +REVISION-bonjour=0 +REVISION-finch= 0 +REVISION-libpurple=0 +REVISION-main= 0 SHARED_LIBS= jabber 0.0 \ purple 7.1 \ diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile index cba6ad3e38c..bd1eec2568a 100644 --- a/net/rrdtool/Makefile +++ b/net/rrdtool/Makefile @@ -9,6 +9,9 @@ DISTNAME= rrdtool-$V PKGNAME-main= ${DISTNAME} PKGNAME-update= rrdupdate-$V PKGNAME-ruby= ruby${MODRUBY_BINREV}-rrd-$V +REVISION-main= 0 +REVISION-ruby= 0 +REVISION-update=0 SHARED_LIBS += rrd 6.0 # 11.0 diff --git a/net/telepathy/telepathy-logger/Makefile b/net/telepathy/telepathy-logger/Makefile index 0bfe223fc57..540f744b5b2 100644 --- a/net/telepathy/telepathy-logger/Makefile +++ b/net/telepathy/telepathy-logger/Makefile @@ -1,7 +1,7 @@ COMMENT= flexible communications framework, logger component DISTNAME= telepathy-logger-0.8.2 -REVISION= 10 +REVISION= 11 SHARED_LIBS += telepathy-logger 4.1 # 6.0 diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 840f7bf1e2d..a6fbc53a46c 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -9,6 +9,8 @@ PORTROACH = limitw:1,even DISTNAME = wireshark-$V PKGNAME-main = wireshark-$V PKGNAME-text = tshark-$V +REVISION-main = 0 +REVISION-text = 0 SHARED_LIBS += wscodecs 1.0 SHARED_LIBS += wsutil 4.0 diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 3537409b36a..bca3dfd02f3 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -1,7 +1,7 @@ COMMENT= Z39.50/SR client and API library DISTNAME= yaz-5.31.1 CATEGORIES= net -REVISION= 3 +REVISION= 4 SHARED_LIBS+= yaz 1.2 # 5.0 SHARED_LIBS+= yaz_icu 1.3 # 5.0 diff --git a/net/zabbix/Makefile b/net/zabbix/Makefile index 95a02bb553f..3619dfe2c0b 100644 --- a/net/zabbix/Makefile +++ b/net/zabbix/Makefile @@ -12,6 +12,8 @@ PKGNAME-proxy = zabbix-proxy-${VERSION} FULLPKGNAME-web = zabbix-web-${VERSION} FULLPKGPATH-web = net/zabbix,-web CATEGORIES = net +REVISION-main = 0 +REVISION-web = 0 MAJV = ${VERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index e2906b32a5c..0e14916fd6a 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -1,4 +1,5 @@ COMMENT = binary newsreader supporting NZB files +REVISION = 0 DIST_TUPLE += github nzbgetcom nzbget v25.4 . DIST_TUPLE += github nzbgetcom par2cmdline-turbo v1.3.0-20250808 par2cmdline-turbo diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 49321c9de0b..8c28a81bcfd 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -10,7 +10,7 @@ SHARED_LIBS= fontforge 4.0 \ gioftp 2.1 \ gunicode 5.1 \ gutils 2.1 -REVISION= 6 +REVISION= 7 CATEGORIES= print diff --git a/print/foomatic-db-engine/Makefile b/print/foomatic-db-engine/Makefile index dcb7cba48d2..0d143f0212f 100644 --- a/print/foomatic-db-engine/Makefile +++ b/print/foomatic-db-engine/Makefile @@ -2,7 +2,7 @@ COMMENT= Foomatic PPD generator DISTNAME= foomatic-db-engine-4.0.13 CATEGORIES= print -REVISION= 5 +REVISION= 6 HOMEPAGE= http://www.linux-foundation.org/en/OpenPrinting/Database/Foomatic diff --git a/print/lss/Makefile b/print/lss/Makefile index 3b29b1db66a..a918c94bde2 100644 --- a/print/lss/Makefile +++ b/print/lss/Makefile @@ -1,7 +1,7 @@ COMMENT= LaTeX symbols selector DISTNAME= lss-0.1.6 -REVISION= 12 +REVISION= 13 CATEGORIES= print x11 HOMEPAGE= http://clayo.org/lss/ diff --git a/print/scribus/Makefile b/print/scribus/Makefile index f96403ae2ab..e935b37ceeb 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -3,7 +3,7 @@ DPB_PROPERTIES= parallel COMMENT= desktop publishing program DISTNAME= scribus-1.7.0 CATEGORIES= print -REVISION= 1 +REVISION= 2 HOMEPAGE= https://www.scribus.net/ diff --git a/productivity/grisbi/Makefile b/productivity/grisbi/Makefile index a3981335fbb..e92b7f83613 100644 --- a/productivity/grisbi/Makefile +++ b/productivity/grisbi/Makefile @@ -1,7 +1,7 @@ COMMENT= personal accounting application DISTNAME= grisbi-3.0.4 -REVISION= 2 +REVISION= 3 EXTRACT_SUFX= .tar.bz2 SITES= ${SITE_SOURCEFORGE:=grisbi/} diff --git a/productivity/mcds/Makefile b/productivity/mcds/Makefile index df1346f7e17..e8e12cf02d6 100644 --- a/productivity/mcds/Makefile +++ b/productivity/mcds/Makefile @@ -3,7 +3,7 @@ COMMENT = tty-based CardDav search tool V = 1.6 DISTNAME = mcds-${V} CATEGORIES = productivity -REVISION = 2 +REVISION = 3 MAINTAINER = Timothy Brown diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 0e33d1c4d4b..8521b9d1e7e 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -4,6 +4,7 @@ COMMENT= virus scanner V= 1.5.1 DISTNAME= clamav-$V PKGNAME= clamav-${V:S/-rc/rc/} +REVISION= 0 CATEGORIES= security diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 784a4d2d573..77dcdb2d5e3 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -8,7 +8,7 @@ GH_ACCOUNT = fwbuilder GH_PROJECT = fwbuilder GH_TAGNAME = v${V}-${RC} DISTNAME = ${GH_PROJECT}-${V}${RC} -REVISION = 0 +REVISION = 1 CATEGORIES = net security diff --git a/security/kc/Makefile b/security/kc/Makefile index 5877ec13cad..71504d28f27 100644 --- a/security/kc/Makefile +++ b/security/kc/Makefile @@ -3,6 +3,7 @@ COMMENT = console based password storing application GH_ACCOUNT = levaidaniel GH_PROJECT = kc GH_TAGNAME = 2.5.4 +REVISION = 0 CATEGORIES = security diff --git a/security/lastpass-cli/Makefile b/security/lastpass-cli/Makefile index 6317b09df63..bfcb0cb6ed3 100644 --- a/security/lastpass-cli/Makefile +++ b/security/lastpass-cli/Makefile @@ -2,6 +2,7 @@ COMMENT = LastPass command line interface tool V = 1.6.1 DISTNAME = lastpass-cli-${V} +REVISION = 0 CATEGORIES = security diff --git a/security/libdigidocpp/Makefile b/security/libdigidocpp/Makefile index 6534202057c..2e391138e63 100644 --- a/security/libdigidocpp/Makefile +++ b/security/libdigidocpp/Makefile @@ -3,7 +3,7 @@ COMMENT = library for creating DigiDoc signature files V = 4.1.0 DISTNAME = libdigidocpp-${V} CATEGORIES = security -REVISION = 0 +REVISION = 1 SHARED_LIBS = digidocpp 6.0 diff --git a/security/libmodsecurity/Makefile b/security/libmodsecurity/Makefile index 52de2241eca..75105e73a33 100644 --- a/security/libmodsecurity/Makefile +++ b/security/libmodsecurity/Makefile @@ -4,7 +4,7 @@ VERSION = 3.0.14 DISTNAME = modsecurity-v${VERSION} PKGNAME = libmodsecurity-${VERSION} SUPDISTFILES = ${DISTFILES:S/$/.sig/} -REVISION = 1 +REVISION = 2 SHARED_LIBS = modsecurity 2.0 # 3.14 diff --git a/security/opendnssec/Makefile b/security/opendnssec/Makefile index 65cea7d912a..a169b5e6cc4 100644 --- a/security/opendnssec/Makefile +++ b/security/opendnssec/Makefile @@ -1,7 +1,7 @@ COMMENT= open-source turn-key solution for DNSSEC DISTNAME= opendnssec-2.1.14 -REVISION= 0 +REVISION= 1 CATEGORIES= security diff --git a/security/rarcrack/Makefile b/security/rarcrack/Makefile index 814682be61f..1fe59fe6554 100644 --- a/security/rarcrack/Makefile +++ b/security/rarcrack/Makefile @@ -1,7 +1,7 @@ COMMENT= rar, 7zip and zip password bruteforcer DISTNAME= rarcrack-0.2 -REVISION = 8 +REVISION = 9 CATEGORIES= security HOMEPAGE= https://rarcrack.sourceforge.net/ diff --git a/sysutils/augeas/Makefile b/sysutils/augeas/Makefile index d721627edd2..7fe417664f4 100644 --- a/sysutils/augeas/Makefile +++ b/sysutils/augeas/Makefile @@ -2,7 +2,7 @@ COMMENT= configuration editing tool and API V= 1.14.1 DISTNAME= augeas-${V} -REVISION= 0 +REVISION= 1 CATEGORIES= sysutils devel diff --git a/sysutils/cfengine/Makefile b/sysutils/cfengine/Makefile index fc411af68f9..74b1ad4d0da 100644 --- a/sysutils/cfengine/Makefile +++ b/sysutils/cfengine/Makefile @@ -3,7 +3,7 @@ BROKEN = pkg_add fails: problem with symlinks COMMENT = GNU system administration tool for networks DISTNAME = cfengine-3.7.2 -REVISION = 5 +REVISION = 6 PORTROACH = site:https://github.com/cfengine/core/archive/ diff --git a/sysutils/collectd/Makefile b/sysutils/collectd/Makefile index b1cc0c274c5..ffffe854c83 100644 --- a/sysutils/collectd/Makefile +++ b/sysutils/collectd/Makefile @@ -31,8 +31,8 @@ PKGNAME-prometheus = collectd-prometheus-$V PKGNAME-ping = collectd-ping-$V CATEGORIES = sysutils -REVISION = 6 -REVISION-nut = 6 +REVISION = 7 +REVISION-nut = 7 HOMEPAGE = http://www.collectd.org/ SHARED_LIBS += collectdclient 1.0 diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile index 78842fb9079..10eab64bc24 100644 --- a/sysutils/conky/Makefile +++ b/sysutils/conky/Makefile @@ -5,7 +5,7 @@ COMMENT = light-weight system monitor GH_ACCOUNT = brndnmtthws GH_PROJECT = conky GH_TAGNAME = v1.22.1 -REVISION = 3 +REVISION = 4 CATEGORIES = sysutils diff --git a/sysutils/gdmap/Makefile b/sysutils/gdmap/Makefile index 13337ddb95f..107a5679168 100644 --- a/sysutils/gdmap/Makefile +++ b/sysutils/gdmap/Makefile @@ -1,7 +1,7 @@ COMMENT = graphical disk map DISTNAME = gdmap-0.8.1 CATEGORIES = sysutils x11 -REVISION = 7 +REVISION = 8 HOMEPAGE = https://gdmap.sourceforge.net/ diff --git a/sysutils/libvirt/Makefile b/sysutils/libvirt/Makefile index 323e562ada0..68d1643d638 100644 --- a/sysutils/libvirt/Makefile +++ b/sysutils/libvirt/Makefile @@ -3,6 +3,7 @@ BROKEN-sparc64= attempted static link of dynamic object libglib-2.0.so.4201.13 COMMENT= tool/library for managing platform virtualization DISTNAME= libvirt-11.8.0 +REVISION= 0 CATEGORIES= sysutils devel emulators diff --git a/sysutils/openwsman/Makefile b/sysutils/openwsman/Makefile index 8c697c5ae4c..29e242b8185 100644 --- a/sysutils/openwsman/Makefile +++ b/sysutils/openwsman/Makefile @@ -4,6 +4,7 @@ COMMENT= open source WS-Management client API GH_ACCOUNT= Openwsman GH_PROJECT= openwsman GH_TAGNAME= v2.8.1 +REVISION= 0 SHARED_LIBS += wsman 1.0 # 0.0 SHARED_LIBS += wsman_client 0.0 # 0.0 diff --git a/sysutils/usmb/Makefile b/sysutils/usmb/Makefile index 3f7fcc47264..6f0bc5884fd 100644 --- a/sysutils/usmb/Makefile +++ b/sysutils/usmb/Makefile @@ -1,7 +1,7 @@ COMMENT= mount SMB shares from userland via FUSE DISTNAME= usmb-20130204 -REVISION= 8 +REVISION= 9 CATEGORIES= sysutils diff --git a/telephony/asterisk/16/Makefile b/telephony/asterisk/16/Makefile index d03baa0992e..04f0fc39e24 100644 --- a/telephony/asterisk/16/Makefile +++ b/telephony/asterisk/16/Makefile @@ -8,7 +8,8 @@ VERSION_SPEC= >=16.0,<17.0 # ok to remove if version bumped in 7.7-current, we can rely on # the libpthread bump to get updates from 7.7-stable REVISION-kqueue=1 -REVISION-main= 3 +REVISION-main= 4 +REVISION-calendar= 0 # @sample lines removed post 7.7-release REVISION-fax= 0 diff --git a/telephony/asterisk/18/Makefile b/telephony/asterisk/18/Makefile index 573d23aabf5..ce644c7a552 100644 --- a/telephony/asterisk/18/Makefile +++ b/telephony/asterisk/18/Makefile @@ -8,10 +8,11 @@ VERSION_SPEC= >=18.0,<19.0 REVISION-fax= 0 REVISION-ldap= 0 REVISION-lua= 0 -REVISION-main= 2 +REVISION-main= 3 REVISION-odbc= 0 REVISION-pgsql= 0 REVISION-snmp= 0 REVISION-tds= 0 +REVISION-calendar= 0 .include diff --git a/telephony/asterisk/20/Makefile b/telephony/asterisk/20/Makefile index fe4f6de3ffb..71592168a11 100644 --- a/telephony/asterisk/20/Makefile +++ b/telephony/asterisk/20/Makefile @@ -1,5 +1,5 @@ VER= 20.16.0 -REVISION= 0 +REVISION= 1 PJ_V= 2.15.1 SHLIB_V= 0.0 diff --git a/telephony/asterisk/22/Makefile b/telephony/asterisk/22/Makefile index c91c7d94e48..657d4ad9ad8 100644 --- a/telephony/asterisk/22/Makefile +++ b/telephony/asterisk/22/Makefile @@ -1,5 +1,5 @@ VER= 22.6.0 -REVISION= 0 +REVISION= 1 PJ_V= 2.15.1 SHLIB_V= 0.0 diff --git a/telephony/kamailio/Makefile b/telephony/kamailio/Makefile index 60641dd762f..1f17154e6c5 100644 --- a/telephony/kamailio/Makefile +++ b/telephony/kamailio/Makefile @@ -3,7 +3,7 @@ BROKEN-arm = Makefile.defs:1397: Unsupported compiler (cc:clang), try gcc COMMENT-main = mature and flexible open source SIP server VERSION = 5.5.4 -REVISION = 4 +REVISION = 5 DISTNAME = kamailio-${VERSION}_src diff --git a/textproc/TclXML/Makefile b/textproc/TclXML/Makefile index b6b535e8f68..154ef5fcd65 100644 --- a/textproc/TclXML/Makefile +++ b/textproc/TclXML/Makefile @@ -1,7 +1,7 @@ COMMENT = XML parser for Tcl DISTNAME = tclxml-3.2 -REVISION = 7 +REVISION = 8 CATEGORIES = textproc SITES = ${SITE_SOURCEFORGE:=tclxml/} diff --git a/textproc/apertium-lex-tools/Makefile b/textproc/apertium-lex-tools/Makefile index 6aaf1ee05bc..cbbcf749848 100644 --- a/textproc/apertium-lex-tools/Makefile +++ b/textproc/apertium-lex-tools/Makefile @@ -2,7 +2,7 @@ COMMENT = module for compiling and processing lexical rules V = 0.4.2 DISTNAME = apertium-lex-tools-$V -REVISION = 1 +REVISION = 2 SHARED_LIBS += apertium-lex-tools 0.0 # 1.0 diff --git a/textproc/clo++/Makefile b/textproc/clo++/Makefile index 900a912d9b9..d5c129bf9e5 100644 --- a/textproc/clo++/Makefile +++ b/textproc/clo++/Makefile @@ -1,7 +1,7 @@ COMMENT= command line parser generator DISTNAME= clo++-0.3.0 -REVISION= 8 +REVISION= 9 CATEGORIES= textproc # BSD diff --git a/textproc/docbook/Makefile b/textproc/docbook/Makefile index 8dec4a43632..f9f8e2abba2 100644 --- a/textproc/docbook/Makefile +++ b/textproc/docbook/Makefile @@ -3,7 +3,7 @@ PKG_ARCH= * COMMENT= technical documentation XML/SGML definitions DISTNAME= docbook-4.5 -REVISION= 4 +REVISION= 5 DIST_SUBDIR= docbook CATEGORIES= textproc diff --git a/textproc/docbook2x/Makefile b/textproc/docbook2x/Makefile index f3240caa94a..a12985f6fc2 100644 --- a/textproc/docbook2x/Makefile +++ b/textproc/docbook2x/Makefile @@ -2,7 +2,7 @@ COMMENT = convert DocBook to man pages and Texinfo DISTNAME = docbook2X-0.8.8 PKGNAME = ${DISTNAME:L} -REVISION = 6 +REVISION = 7 CATEGORIES = textproc diff --git a/textproc/ebook-tools/Makefile b/textproc/ebook-tools/Makefile index 4a10873feb2..564d799d7ba 100644 --- a/textproc/ebook-tools/Makefile +++ b/textproc/ebook-tools/Makefile @@ -1,6 +1,7 @@ COMMENT = accessing and converting various ebook file formats V = 0.2.2 DISTNAME = ebook-tools-${V} +REVISION = 0 HOMEPAGE = https://sourceforge.net/projects/ebook-tools/ diff --git a/textproc/hotdoc/Makefile b/textproc/hotdoc/Makefile index 6ab3e68d151..cfec528c77a 100644 --- a/textproc/hotdoc/Makefile +++ b/textproc/hotdoc/Makefile @@ -2,7 +2,7 @@ COMMENT= documentation tool micro-framework MODPY_DISTV= 0.17.4 DISTNAME= hotdoc-${MODPY_DISTV} -REVISION= 0 +REVISION= 1 CATEGORIES= textproc diff --git a/textproc/libical/Makefile b/textproc/libical/Makefile index 28029448cdc..b1763762d46 100644 --- a/textproc/libical/Makefile +++ b/textproc/libical/Makefile @@ -6,6 +6,8 @@ DISTNAME= libical-${V} PKGNAME-main= ${PKGNAME} PKGNAME-glib= libical-glib-${V} +REVISION-glib= 0 +REVISION-main= 0 SHARED_LIBS += ical 4.5 SHARED_LIBS += icalss 4.0 diff --git a/textproc/libtranslate/Makefile b/textproc/libtranslate/Makefile index 55bd9916b47..bfd45322b5f 100644 --- a/textproc/libtranslate/Makefile +++ b/textproc/libtranslate/Makefile @@ -3,7 +3,7 @@ SHARED_LIBS += translate 0.0 # 0.0 COMMENT= library/CLI tool interfacing to online translation services DISTNAME= libtranslate-0.99 -REVISION= 8 +REVISION= 9 CATEGORIES= textproc diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile index 7edbc461e0f..938748fcd5a 100644 --- a/textproc/libxml++/Makefile +++ b/textproc/libxml++/Makefile @@ -4,6 +4,7 @@ COMMENT= C++ wrapper for the libxml XML parser library GNOME_VERSION= 2.42.3 GNOME_PROJECT= libxml++ +REVISION= 0 SHARED_LIBS += xml++-2.6 2.1 # 2.0.7 diff --git a/textproc/libxml++40/Makefile b/textproc/libxml++40/Makefile index f672f9df5d7..a9fbe2b60ec 100644 --- a/textproc/libxml++40/Makefile +++ b/textproc/libxml++40/Makefile @@ -5,6 +5,7 @@ COMMENT= C++ bindings for libxml2 GNOME_VERSION= 4.0.3 GNOME_PROJECT= libxml++ PKGNAME= libxml++40-${GNOME_VERSION} +REVISION= 0 SHARED_LIBS += xml++-4.0 0.0 # 1.0.0 diff --git a/textproc/libxml++50/Makefile b/textproc/libxml++50/Makefile index 8051543d006..ceb8b5f6997 100644 --- a/textproc/libxml++50/Makefile +++ b/textproc/libxml++50/Makefile @@ -3,6 +3,7 @@ COMMENT= C++ bindings for libxml2 GNOME_VERSION= 5.4.0 GNOME_PROJECT= libxml++ PKGNAME= libxml++50-${GNOME_VERSION} +REVISION= 0 SHARED_LIBS += xml++-5.0 0.1 # 1.0.0 diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 4549b0632cd..4101fe28b83 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -2,7 +2,7 @@ COMMENT= XSLT C Library for GNOME GNOME_VERSION= 1.1.43 GNOME_PROJECT= libxslt -REVISION= 2 +REVISION= 3 SHARED_LIBS += xslt 4.2 # 2.43 SHARED_LIBS += exslt 9.8 # 8.24 diff --git a/textproc/lttoolbox/Makefile b/textproc/lttoolbox/Makefile index 407b67fc39f..ffd698911d1 100644 --- a/textproc/lttoolbox/Makefile +++ b/textproc/lttoolbox/Makefile @@ -2,7 +2,7 @@ COMMENT = finite-state lexical processing toolkit V = 3.7.6 DISTNAME = lttoolbox-$V -REVISION = 0 +REVISION = 1 SHARED_LIBS += lttoolbox 1.0 # 3.0 diff --git a/textproc/ots/Makefile b/textproc/ots/Makefile index 35714c72886..032ca99b83e 100644 --- a/textproc/ots/Makefile +++ b/textproc/ots/Makefile @@ -2,7 +2,7 @@ COMMENT= open source tool for summarizing texts DISTNAME= ots-0.5.0 CATEGORIES= textproc SITES= ${SITE_SOURCEFORGE:=libots/} -REVISION= 4 +REVISION= 5 SHARED_LIBS += ots-1 5.0 # 5.0 diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile index c11c8629107..5f6c87fb6f5 100644 --- a/textproc/p5-XML-LibXML/Makefile +++ b/textproc/p5-XML-LibXML/Makefile @@ -2,7 +2,7 @@ COMMENT = perl binding for libxml2 DISTNAME = XML-LibXML-2.0210 EPOCH = 0 -REVISION = 0 +REVISION = 1 CATEGORIES = textproc diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile index a6dac2d67a9..d9c58289cbe 100644 --- a/textproc/p5-XML-LibXSLT/Makefile +++ b/textproc/p5-XML-LibXSLT/Makefile @@ -1,7 +1,7 @@ COMMENT = interface to GNOME libxslt library DISTNAME = XML-LibXSLT-2.003000 -REVISION = 0 +REVISION = 1 CATEGORIES = textproc diff --git a/textproc/podofo/Makefile b/textproc/podofo/Makefile index 428d3b808e0..da595a140e5 100644 --- a/textproc/podofo/Makefile +++ b/textproc/podofo/Makefile @@ -3,6 +3,7 @@ COMMENT= library and tools to modify and parse PDF documents V = 0.10.5 DIST_TUPLE += github podofo podofo ${V} . DISTNAME= podofo-${V} +REVISION= 0 SHARED_LIBS += podofo 5.0 # 0.10.5 diff --git a/textproc/xmlstarlet/Makefile b/textproc/xmlstarlet/Makefile index edc1c6153f6..1bb5aab661b 100644 --- a/textproc/xmlstarlet/Makefile +++ b/textproc/xmlstarlet/Makefile @@ -1,7 +1,7 @@ COMMENT = command line XML toolkit DISTNAME = xmlstarlet-1.6.1 -REVISION = 2 +REVISION = 3 CATEGORIES = textproc diff --git a/wayland/wayland/Makefile b/wayland/wayland/Makefile index 7fa4745702f..1e643be2736 100644 --- a/wayland/wayland/Makefile +++ b/wayland/wayland/Makefile @@ -2,7 +2,7 @@ COMMENT = Display server protocol DISTNAME = wayland-${V} V = 1.24.0 -REVISION = 1 +REVISION = 2 CATEGORIES = wayland diff --git a/wayland/wf-config/Makefile b/wayland/wf-config/Makefile index e8af89eff68..0c6ad748253 100644 --- a/wayland/wf-config/Makefile +++ b/wayland/wf-config/Makefile @@ -2,7 +2,7 @@ COMMENT = configuration files library for wayfire V = 0.10.0 DISTNAME = wf-config-${V} -REVISION = 2 +REVISION = 3 SHARED_LIBS += wf-config 0.2 # 0.0 CATEGORIES = wayland diff --git a/www/apache-httpd/Makefile b/www/apache-httpd/Makefile index 6b35b6ceddd..a8f7160efe3 100644 --- a/www/apache-httpd/Makefile +++ b/www/apache-httpd/Makefile @@ -3,7 +3,7 @@ COMMENT= apache HTTP server V= 2.4.65 DISTNAME= httpd-${V} PKGNAME= apache-httpd-${V} -REVISION= 0 +REVISION= 1 CATEGORIES= www net diff --git a/www/libcroco/Makefile b/www/libcroco/Makefile index c7c0ef63331..9624808b7e2 100644 --- a/www/libcroco/Makefile +++ b/www/libcroco/Makefile @@ -4,7 +4,7 @@ COMMENT= generic CSS parsing library for GNOME project GNOME_PROJECT= libcroco GNOME_VERSION= 0.6.13 -REVISION= 3 +REVISION= 4 SHARED_LIBS += croco-0.6 4.0 # 3.1 diff --git a/www/newsboat/Makefile b/www/newsboat/Makefile index ba2f649467a..6e5e4a214f8 100644 --- a/www/newsboat/Makefile +++ b/www/newsboat/Makefile @@ -2,6 +2,7 @@ COMMENT = RSS/Atom feed reader for text terminals V = 2.41 DISTNAME = newsboat-$V +REVISION = 0 CATEGORIES = www diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 0cf71dd318e..01e116db142 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -20,9 +20,9 @@ COMMENT-stream= nginx TCP/UDP proxy module COMMENT-xslt= nginx XSLT filter module VERSION= 1.28.0 -REVISION= 1 -REVISION-mailproxy= 2 -REVISION-njs= 3 +REVISION= 2 +REVISION-mailproxy= 3 +REVISION-njs= 4 DISTNAME= nginx-${VERSION} CATEGORIES= www diff --git a/www/py-html5-parser/Makefile b/www/py-html5-parser/Makefile index f3c4a3db0cf..ea9a45f15e1 100644 --- a/www/py-html5-parser/Makefile +++ b/www/py-html5-parser/Makefile @@ -4,7 +4,7 @@ MODPY_DISTV= 0.4.12 DISTNAME= html5-parser-${MODPY_DISTV} PKGNAME= py-${DISTNAME} -REVISION= 1 +REVISION= 2 CATEGORIES= www diff --git a/www/snownews/Makefile b/www/snownews/Makefile index 285ecca1b78..05e633a7afa 100644 --- a/www/snownews/Makefile +++ b/www/snownews/Makefile @@ -2,7 +2,7 @@ COMMENT= text mode rss and atom newsreader CATEGORIES= www DISTNAME= snownews-1.11 -REVISION= 0 +REVISION= 1 # GPLv3 only PERMIT_PACKAGE= Yes diff --git a/x11/gedit/gtksourceview/Makefile b/x11/gedit/gtksourceview/Makefile index 49af101945b..63bf952ee83 100644 --- a/x11/gedit/gtksourceview/Makefile +++ b/x11/gedit/gtksourceview/Makefile @@ -1,4 +1,5 @@ COMMENT= source code editing widget +REVISION= 0 DIST_TUPLE= gnome World/gedit libgedit-gtksourceview 299.5.0 . diff --git a/x11/gnome/at-spi2-core/Makefile b/x11/gnome/at-spi2-core/Makefile index 511640373a5..b80d4b05cfd 100644 --- a/x11/gnome/at-spi2-core/Makefile +++ b/x11/gnome/at-spi2-core/Makefile @@ -2,6 +2,7 @@ COMMENT= service interface for assistive technologies GNOME_PROJECT= at-spi2-core GNOME_VERSION= 2.56.6 +REVISION= 0 SHARED_LIBS += atk-1.0 21810.4 # 0.25614.1 SHARED_LIBS += atspi 1.4 # 0.0.1 diff --git a/x11/gnome/gdl/Makefile b/x11/gnome/gdl/Makefile index 81f169f819d..4781d24e30f 100644 --- a/x11/gnome/gdl/Makefile +++ b/x11/gnome/gdl/Makefile @@ -2,7 +2,7 @@ COMMENT= GNOME Docking Library GNOME_PROJECT= gdl GNOME_VERSION= 3.40.0 -REVISION= 4 +REVISION= 5 SHARED_LIBS += gdl-3 3.1 # 5.9 diff --git a/x11/gnome/libgda/Makefile b/x11/gnome/libgda/Makefile index 19bab3b1b46..6e7566ce5c9 100644 --- a/x11/gnome/libgda/Makefile +++ b/x11/gnome/libgda/Makefile @@ -4,7 +4,7 @@ GNOME_PROJECT= libgda GNOME_VERSION= 6.0.0 EPOCH= 2 -REVISION= 3 +REVISION= 4 CATEGORIES= databases diff --git a/x11/gnome/librsvg/Makefile b/x11/gnome/librsvg/Makefile index e0df64b943c..d8f565430fd 100644 --- a/x11/gnome/librsvg/Makefile +++ b/x11/gnome/librsvg/Makefile @@ -47,7 +47,7 @@ WANTLIB += dav1d fontconfig harfbuzz CONFIGURE_ARGS += -Dpixbuf-loader=enabled .else ### old ######################################################################## -REVISION= 9 +REVISION= 10 SHARED_LIBS += rsvg-2 38.2 # 42.20 GNOME_VERSION= ${OLD_VERSION} PATCH_LIST= old-patch-* diff --git a/x11/gnome/libxklavier/Makefile b/x11/gnome/libxklavier/Makefile index 8aa8807ba76..2a9422eb918 100644 --- a/x11/gnome/libxklavier/Makefile +++ b/x11/gnome/libxklavier/Makefile @@ -3,7 +3,7 @@ COMMENT= utility library for XKB GNOME_PROJECT= libxklavier GNOME_VERSION= 5.4 EXTRACT_SUFX= .tar.bz2 -REVISION= 1 +REVISION= 2 SHARED_LIBS += xklavier 17.1 # .20.0 diff --git a/x11/gnome/tinysparql/Makefile b/x11/gnome/tinysparql/Makefile index cf2b268639b..4bac45d32af 100644 --- a/x11/gnome/tinysparql/Makefile +++ b/x11/gnome/tinysparql/Makefile @@ -2,6 +2,7 @@ COMMENT= low-footprint RDF triple store with SPARQL 1.1 interface GNOME_PROJECT= tinysparql GNOME_VERSION= 3.10.1 +REVISION= 0 SHARED_LIBS += tinysparql-3.0 1.0 # 0.1001.0 # symlink to tinysparql-3.0.so diff --git a/x11/gnome/totem-pl-parser/Makefile b/x11/gnome/totem-pl-parser/Makefile index 21292445e7b..705f9568024 100644 --- a/x11/gnome/totem-pl-parser/Makefile +++ b/x11/gnome/totem-pl-parser/Makefile @@ -2,7 +2,7 @@ COMMENT= GObject-based parsing library GNOME_PROJECT= totem-pl-parser GNOME_VERSION= 3.26.6 -REVISION= 2 +REVISION= 3 SHARED_LIBS += totem-plparser 19.0 # 18.3.5 SHARED_LIBS += totem-plparser-mini 18.0 # 18.3.5 diff --git a/x11/gtksourceview/Makefile b/x11/gtksourceview/Makefile index 79c7f5e38c2..ec1baa2317e 100644 --- a/x11/gtksourceview/Makefile +++ b/x11/gtksourceview/Makefile @@ -5,7 +5,7 @@ COMMENT= text widget that extends GTK2's GtkTextView widget#' MAJOR_VERSION= 2.0 GNOME_PROJECT= gtksourceview GNOME_VERSION= 2.10.5 -REVISION= 11 +REVISION= 12 SHARED_LIBS += gtksourceview-2.0 5.0 # .0.0 diff --git a/x11/gtksourceview3/Makefile b/x11/gtksourceview3/Makefile index cc5661772a2..85c3669a2a9 100644 --- a/x11/gtksourceview3/Makefile +++ b/x11/gtksourceview3/Makefile @@ -5,7 +5,7 @@ COMMENT= text widget that extends the GTK3 GtkTextView widget GNOME_PROJECT= gtksourceview GNOME_VERSION= 3.24.11 PKGNAME= ${GNOME_PROJECT}3-${GNOME_VERSION} -REVISION= 4 +REVISION= 5 SHARED_LIBS += gtksourceview-3.0 3.5 # .9.0 CATEGORIES= x11 diff --git a/x11/gtksourceview4/Makefile b/x11/gtksourceview4/Makefile index 0115c68f7c3..8ec3a38a5e5 100644 --- a/x11/gtksourceview4/Makefile +++ b/x11/gtksourceview4/Makefile @@ -3,7 +3,7 @@ COMMENT= text widget that extends the GTK3 GtkTextView widget GNOME_PROJECT= gtksourceview GNOME_VERSION= 4.8.4 PKGNAME= ${GNOME_PROJECT}4-${GNOME_VERSION} -REVISION= 1 +REVISION= 2 SHARED_LIBS += gtksourceview-4 0.0 # 0.0.0 diff --git a/x11/gtksourceview5/Makefile b/x11/gtksourceview5/Makefile index ae9f85c6119..9ef76f9f512 100644 --- a/x11/gtksourceview5/Makefile +++ b/x11/gtksourceview5/Makefile @@ -3,6 +3,7 @@ COMMENT= text widget that extends the GTK4 GtkTextView widget GNOME_PROJECT= gtksourceview GNOME_VERSION= 5.18.0 PKGNAME= ${GNOME_PROJECT}5-${GNOME_VERSION} +REVISION= 0 SHARED_LIBS += gtksourceview-5 0.4 # 0.0.0 diff --git a/x11/kde-applications/akonadi/Makefile b/x11/kde-applications/akonadi/Makefile index f15c27fd2c7..844207ceef3 100644 --- a/x11/kde-applications/akonadi/Makefile +++ b/x11/kde-applications/akonadi/Makefile @@ -1,6 +1,7 @@ COMMENT = PIM Storage Service DISTNAME = akonadi-${VERSION} CATEGORIES = databases productivity +REVISION = 0 HOMEPAGE = https://kontact.kde.org diff --git a/x11/kde-applications/artikulate/Makefile b/x11/kde-applications/artikulate/Makefile index 7af53728688..677f55742c2 100644 --- a/x11/kde-applications/artikulate/Makefile +++ b/x11/kde-applications/artikulate/Makefile @@ -1,6 +1,7 @@ COMMENT = pronunciation trainer DISTNAME = artikulate-${VERSION} CATEGORIES = education +REVISION = 0 SHARED_LIBS += artikulatecore 4.0 # 0.0 SHARED_LIBS += artikulatelearnerprofile 3.0 # 0.0 diff --git a/x11/kde-applications/cantor/Makefile b/x11/kde-applications/cantor/Makefile index 4d3b4275a47..8a2bcf83c03 100644 --- a/x11/kde-applications/cantor/Makefile +++ b/x11/kde-applications/cantor/Makefile @@ -6,6 +6,7 @@ USE_NOBTCFI-aarch64 = Yes COMMENT = KDE mathematical applications DISTNAME = cantor-${VERSION} CATEGORIES = education math +REVISION = 0 SHARED_LIBS += cantorlibs 55.0 # 17.08 diff --git a/x11/kde-applications/khelpcenter/Makefile b/x11/kde-applications/khelpcenter/Makefile index 9fd6922ef56..05b7d5630cd 100644 --- a/x11/kde-applications/khelpcenter/Makefile +++ b/x11/kde-applications/khelpcenter/Makefile @@ -1,6 +1,7 @@ COMMENT = KDE help center DISTNAME = khelpcenter-${VERSION} CATEGORIES = x11 +REVISION = 0 WANTLIB += ${COMPILER_LIBCXX} GL KF6Archive KF6Bookmarks KF6BookmarksWidgets WANTLIB += KF6ColorScheme KF6Completion KF6ConfigCore KF6ConfigGui diff --git a/x11/kde-applications/kitinerary/Makefile b/x11/kde-applications/kitinerary/Makefile index 2fc61d3f506..e75636ead26 100644 --- a/x11/kde-applications/kitinerary/Makefile +++ b/x11/kde-applications/kitinerary/Makefile @@ -1,6 +1,7 @@ COMMENT = KDE itinerary data model and itinerary extraction library DISTNAME = kitinerary-${VERSION} CATEGORIES = devel +REVISION = 0 HOMEPAGE = https://apps.kde.org/itinerary diff --git a/x11/kde-applications/ktouch/Makefile b/x11/kde-applications/ktouch/Makefile index 879689af1ea..1ef1258641a 100644 --- a/x11/kde-applications/ktouch/Makefile +++ b/x11/kde-applications/ktouch/Makefile @@ -1,6 +1,7 @@ COMMENT = KDE typing learning tool DISTNAME = ktouch-${VERSION} CATEGORIES = education +REVISION = 0 WANTLIB += ${COMPILER_LIBCXX} GL ICE KF6ColorScheme KF6Completion WANTLIB += KF6ConfigCore KF6ConfigGui KF6ConfigWidgets KF6CoreAddons diff --git a/x11/kde-applications/umbrello/Makefile b/x11/kde-applications/umbrello/Makefile index cfd2ddabe95..08c55bad952 100644 --- a/x11/kde-applications/umbrello/Makefile +++ b/x11/kde-applications/umbrello/Makefile @@ -3,6 +3,7 @@ USE_WXNEEDED = Yes COMMENT = UML Modeller DISTNAME = umbrello-${VERSION} CATEGORIES = x11 productivity +REVISION = 0 HOMEPAGE = https://umbrello.kde.org/ diff --git a/x11/lxqt/obconf-qt/Makefile b/x11/lxqt/obconf-qt/Makefile index 316956a7f12..46f5202fb03 100644 --- a/x11/lxqt/obconf-qt/Makefile +++ b/x11/lxqt/obconf-qt/Makefile @@ -1,7 +1,7 @@ COMMENT = configuration editor for openbox window manager VERSION = 0.16.5 -REVISION = 0 +REVISION = 1 NAME = obconf-qt diff --git a/x11/ogle/Makefile b/x11/ogle/Makefile index 4ef42e3d28d..dc57f12ea49 100644 --- a/x11/ogle/Makefile +++ b/x11/ogle/Makefile @@ -4,7 +4,7 @@ CATEGORIES = x11 COMMENT = DVD player DISTNAME = ogle-0.9.2 -REVISION = 25 +REVISION = 26 SHARED_LIBS = dvdcontrol 11.0 \ msgevents 8.0 HOMEPAGE = http://www.dtek.chalmers.se/groups/dvd/ diff --git a/x11/ogle_gui/Makefile b/x11/ogle_gui/Makefile index b1f7cb2ec55..f8a1f18b451 100644 --- a/x11/ogle_gui/Makefile +++ b/x11/ogle_gui/Makefile @@ -2,7 +2,7 @@ CATEGORIES= x11 COMMENT= GUI for ogle DISTNAME= ogle_gui-0.9.2 -REVISION= 16 +REVISION= 17 HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/ # Authors can be reached at dvd@dtek.chalmers.se diff --git a/x11/openbox/Makefile b/x11/openbox/Makefile index 2cfcc2ed2fb..b6aa6afda48 100644 --- a/x11/openbox/Makefile +++ b/x11/openbox/Makefile @@ -1,7 +1,7 @@ COMMENT = small, fast & usable window manager V = 3.6.1 -REVISION = 17 +REVISION = 18 DISTNAME = openbox-${V} SHARED_LIBS += obrender 12.0 # 32.0 SHARED_LIBS += obt 1.1 # 2.2 diff --git a/x11/p5-Gtk2-GladeXML/Makefile b/x11/p5-Gtk2-GladeXML/Makefile index 0922df3e4aa..ed8823365ac 100644 --- a/x11/p5-Gtk2-GladeXML/Makefile +++ b/x11/p5-Gtk2-GladeXML/Makefile @@ -1,6 +1,7 @@ COMMENT= Glade 2.x support for Gtk2-Perl DISTNAME= Gtk2-GladeXML-1.008 +REVISION= 0 CATEGORIES= x11 diff --git a/x11/qt6/pyside6/shiboken/Makefile b/x11/qt6/pyside6/shiboken/Makefile index 3f3bd3e390e..72a71a291f0 100644 --- a/x11/qt6/pyside6/shiboken/Makefile +++ b/x11/qt6/pyside6/shiboken/Makefile @@ -1,6 +1,6 @@ COMMENT = Python binding generator for C++ libraries PKGNAME = shiboken6-${VERSION} -REVISION = 1 +REVISION = 2 SHARED_LIBS += shiboken6.abi3 1.0 # 0.0 diff --git a/x11/qt6/qtmultimedia/Makefile b/x11/qt6/qtmultimedia/Makefile index efc2aef3781..737b86e4e96 100644 --- a/x11/qt6/qtmultimedia/Makefile +++ b/x11/qt6/qtmultimedia/Makefile @@ -1,6 +1,7 @@ QT6NAME = QtMultimedia COMMENT = Qt6 multimedia components PKGSPEC = qt6-qtmultimedia-${QT6_PKGSPEC} +REVISION = 0 SHARED_LIBS += Qt6Multimedia 8.0 # 6.7 SHARED_LIBS += Qt6MultimediaQuick 6.0 # 6.7 diff --git a/x11/qt6/qtwebengine/Makefile b/x11/qt6/qtwebengine/Makefile index f8824d0cb28..4f80f0b3fc1 100644 --- a/x11/qt6/qtwebengine/Makefile +++ b/x11/qt6/qtwebengine/Makefile @@ -11,7 +11,7 @@ QT6NAME = QtWebEngine COMMENT = Qt chromium based web engine VERSION = ${QT6_VERSION} PKGSPEC = qt6-qtwebengine-${QT6_PKGSPEC} -REVISION = 3 +REVISION = 4 SHARED_LIBS += Qt6Pdf 2.0 # 0.0 SHARED_LIBS += Qt6PdfQuick 1.0 # 0.0 diff --git a/x11/tellico/Makefile b/x11/tellico/Makefile index 1822134a9fa..21ded615e33 100644 --- a/x11/tellico/Makefile +++ b/x11/tellico/Makefile @@ -3,6 +3,7 @@ USE_WXNEEDED = Yes COMMENT = organizer for book/dvd/music collections DISTNAME = tellico-4.1.4 +REVISION = 0 CATEGORIES = x11 diff --git a/x11/vlc/Makefile b/x11/vlc/Makefile index 23c5e6db6f4..7bd7c8540d5 100644 --- a/x11/vlc/Makefile +++ b/x11/vlc/Makefile @@ -8,8 +8,8 @@ PKGNAME-jack= vlc-jack-${V} CATEGORIES= x11 SITES= https://download.videolan.org/pub/videolan/vlc/${V}/ EXTRACT_SUFX= .tar.xz -REVISION-jack= 0 -REVISION-main= 9 +REVISION-jack= 1 +REVISION-main= 10 USE_NOBTCFI= Yes diff --git a/x11/xfce4/xfce4-weather/Makefile b/x11/xfce4/xfce4-weather/Makefile index a5425a39b88..155100faec1 100644 --- a/x11/xfce4/xfce4-weather/Makefile +++ b/x11/xfce4/xfce4-weather/Makefile @@ -2,6 +2,7 @@ COMMENT= Xfce4 temperature/weather conditions panel plugin XFCE_VERSION= 0.12.0 XFCE_PLUGIN= weather +REVISION= 0 # GPLv2 PERMIT_PACKAGE= Yes diff --git a/x11/xkbcommon/Makefile b/x11/xkbcommon/Makefile index 3993e31ef17..2d09d6dda22 100644 --- a/x11/xkbcommon/Makefile +++ b/x11/xkbcommon/Makefile @@ -3,6 +3,7 @@ COMMENT= library to handle keyboard descriptions V= 1.11.0 DIST_TUPLE= github xkbcommon libxkbcommon xkbcommon-${V} . PKGNAME= libxkbcommon-${V} +REVISION= 0 SHARED_LIBS += xkbcommon 4.0 # 0.11.0 SHARED_LIBS += xkbcommon-x11 2.3 # 0.11.0