From 67810293352e1e15f26b51ea67b20960a3a9f1de Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 28 Oct 2022 10:00:45 +0000 Subject: [PATCH] bump REVISION for ports using rust, so that pkg_add -u for i386 users updates to packages without -znotext (i.e. with text relocations disabled) makes sense to phessler, semarie, tb --- audio/ncspot/Makefile | 2 +- benchmarks/hyperfine/Makefile | 2 +- devel/cargo-audit/Makefile | 2 +- devel/cbindgen/Makefile | 2 +- devel/elfcat/Makefile | 2 +- devel/maturin/Makefile | 2 +- devel/py-setuptools-rust/Makefile | 1 + devel/snare/Makefile | 2 +- devel/spidermonkey91/Makefile | 1 + games/0ad/base/Makefile | 1 + mail/meli/Makefile | 2 +- mail/mozilla-thunderbird/Makefile | 1 + net/bore/Makefile | 2 +- net/dog/Makefile | 2 +- net/routinator/Makefile | 2 +- net/synapse/Makefile | 1 + security/clamav/Makefile | 2 +- security/py-bcrypt/Makefile | 1 + security/py-cryptography/Makefile | 2 +- security/rbw/Makefile | 2 +- security/rust-openssl-tests/Makefile | 1 + security/sn0int/Makefile | 2 +- security/suricata/Makefile | 1 + security/vaultwarden/Makefile | 1 + sysutils/bat/Makefile | 2 +- sysutils/broot/Makefile | 2 +- sysutils/bupstash/Makefile | 2 +- sysutils/czkawka/Makefile | 2 +- sysutils/exa/Makefile | 2 +- sysutils/fd/Makefile | 2 +- textproc/amber/Makefile | 1 + textproc/delta/Makefile | 2 +- textproc/jless/Makefile | 2 +- textproc/mdbook/Makefile | 2 +- textproc/ripgrep/Makefile | 2 +- textproc/tree-sitter/Makefile | 2 +- www/castor/Makefile | 2 +- www/firefox-esr/Makefile | 1 + www/geckodriver/Makefile | 2 +- www/libreddit/Makefile | 2 +- www/mozilla-firefox/Makefile | 1 + www/newsboat/Makefile | 2 +- www/nextcloud_notify_push/Makefile | 2 +- www/py-adblock/Makefile | 1 + www/seamonkey/Makefile | 3 ++- www/tor-browser/browser/Makefile | 1 + www/zola/Makefile | 2 +- x11/alacritty/Makefile | 2 +- x11/gnome/librsvg/Makefile | 3 ++- x11/gnome/tour/Makefile | 2 +- x11/xcolor/Makefile | 2 +- 51 files changed, 53 insertions(+), 37 deletions(-) diff --git a/audio/ncspot/Makefile b/audio/ncspot/Makefile index 8b737aecacb..47292c7daa5 100644 --- a/audio/ncspot/Makefile +++ b/audio/ncspot/Makefile @@ -8,7 +8,7 @@ COMMENT = ncurses Spotify client GH_ACCOUNT = hrkfdn GH_PROJECT = ncspot GH_TAGNAME = v0.11.1 -REVISION = 0 +REVISION = 1 CATEGORIES = audio diff --git a/benchmarks/hyperfine/Makefile b/benchmarks/hyperfine/Makefile index 2125c178253..7dc5b631e94 100644 --- a/benchmarks/hyperfine/Makefile +++ b/benchmarks/hyperfine/Makefile @@ -3,7 +3,7 @@ COMMENT = command-line benchmarking tool GH_ACCOUNT = sharkdp GH_PROJECT = hyperfine GH_TAGNAME = v1.15.0 -REVISION = 0 +REVISION = 1 CATEGORIES = benchmarks diff --git a/devel/cargo-audit/Makefile b/devel/cargo-audit/Makefile index 74c952bc3e9..5d65ae27347 100644 --- a/devel/cargo-audit/Makefile +++ b/devel/cargo-audit/Makefile @@ -2,7 +2,7 @@ COMMENT = audit Cargo.lock files for security vulnerabilities # https://github.com/rustsec/rustsec/issues/429 V = 0.13.1 -REVISION = 2 +REVISION = 3 CRATE = cargo-audit PKGNAME = ${CRATE}-${V} diff --git a/devel/cbindgen/Makefile b/devel/cbindgen/Makefile index a710704b051..b855d3cc3fd 100644 --- a/devel/cbindgen/Makefile +++ b/devel/cbindgen/Makefile @@ -3,7 +3,7 @@ COMMENT = C bindings generator from rust code GH_ACCOUNT = eqrion GH_PROJECT = cbindgen GH_TAGNAME = v0.24.3 -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/elfcat/Makefile b/devel/elfcat/Makefile index 68e1dae83b4..da6ba85df41 100644 --- a/devel/elfcat/Makefile +++ b/devel/elfcat/Makefile @@ -3,7 +3,7 @@ COMMENT = ELF visualizer, generating HTML files from ELF binaries GH_ACCOUNT = ruslashev GH_PROJECT = elfcat GH_TAGNAME = 0.1.8 -REVISION = 1 +REVISION = 2 CATEGORIES = devel diff --git a/devel/maturin/Makefile b/devel/maturin/Makefile index 5978093b8bf..ab9528a27c0 100644 --- a/devel/maturin/Makefile +++ b/devel/maturin/Makefile @@ -6,7 +6,7 @@ COMMENT = develop crates with pyo3, rust-cpython and cffi bindings GH_ACCOUNT = PyO3 GH_PROJECT = maturin GH_TAGNAME = v0.12.9 -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-setuptools-rust/Makefile b/devel/py-setuptools-rust/Makefile index 581a566085d..08dfa26e328 100644 --- a/devel/py-setuptools-rust/Makefile +++ b/devel/py-setuptools-rust/Makefile @@ -3,6 +3,7 @@ COMMENT= setuptools Rust extension plugin MODPY_EGG_VERSION= 1.5.2 DISTNAME= setuptools-rust-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= devel diff --git a/devel/snare/Makefile b/devel/snare/Makefile index 303e61a0b81..8d7843bfb13 100644 --- a/devel/snare/Makefile +++ b/devel/snare/Makefile @@ -1,7 +1,7 @@ COMMENT = GitHub webhooks runner daemon V = 0.4.6 -REVISION = 0 +REVISION = 1 DISTNAME = snare-$V CATEGORIES = devel diff --git a/devel/spidermonkey91/Makefile b/devel/spidermonkey91/Makefile index dc4a4f7f5a7..24528c2dc65 100644 --- a/devel/spidermonkey91/Makefile +++ b/devel/spidermonkey91/Makefile @@ -16,6 +16,7 @@ DISTNAME = firefox-${V}esr.source EXTRACT_SUFX = .tar.bz2 PKGNAME = spidermonkey${MOZILLA_VERSION}-${V} EPOCH = 1 +REVISION = 0 SHARED_LIBS = mozjs-91 0.0 diff --git a/games/0ad/base/Makefile b/games/0ad/base/Makefile index 41b499afba6..436689e9688 100644 --- a/games/0ad/base/Makefile +++ b/games/0ad/base/Makefile @@ -2,6 +2,7 @@ COMMENT = historical real-time strategy game DISTNAME = 0ad-${V}-alpha-unix-build PKGNAME = 0ad-${V} +REVISION = 0 USE_WXNEEDED = Yes diff --git a/mail/meli/Makefile b/mail/meli/Makefile index e599f359db6..75ef56c8563 100644 --- a/mail/meli/Makefile +++ b/mail/meli/Makefile @@ -5,7 +5,7 @@ GH_PROJECT = meli GH_COMMIT = 3697b7d960cc9dbe602fa84f861cea854b600b73 DISTNAME = meli-0.7.2.20221017-3697b7d{3697b7d960cc9dbe602fa84f861cea854b600b73} PKGNAME = meli-0.7.2pl20221017 -REVISION = 0 +REVISION = 1 # ring-v0.16.20 does not support those archs NOT_FOR_ARCHS = powerpc64 riscv64 sparc64 diff --git a/mail/mozilla-thunderbird/Makefile b/mail/mozilla-thunderbird/Makefile index cb13d7e2b82..0f087608189 100644 --- a/mail/mozilla-thunderbird/Makefile +++ b/mail/mozilla-thunderbird/Makefile @@ -9,6 +9,7 @@ MOZILLA_PROJECT = thunderbird MOZILLA_CODENAME = comm/mail EXTRACT_SUFX = .tar.xz DEBUG_PACKAGES = ${BUILD_PACKAGES} +REVISION = 0 # XXX badly formed debug in libxul ? DWZ = : diff --git a/net/bore/Makefile b/net/bore/Makefile index f733791d164..223343d05a2 100644 --- a/net/bore/Makefile +++ b/net/bore/Makefile @@ -1,7 +1,7 @@ COMMENT = DNS query tool WRKDIST = ${WRKDIR}/delan-nonymous-f13a461049f4 V = 0.4.1 -REVISION = 1 +REVISION = 2 DISTNAME = bore-${V} CATEGORIES = net sysutils MAINTAINER = Delan Azabani diff --git a/net/dog/Makefile b/net/dog/Makefile index 008b63478a9..69d383d1fc1 100644 --- a/net/dog/Makefile +++ b/net/dog/Makefile @@ -3,7 +3,7 @@ COMMENT = command-line DNS lookup tool GH_ACCOUNT = ogham GH_PROJECT = dog GH_TAGNAME = v0.1.0 -REVISION = 3 +REVISION = 4 CATEGORIES = net diff --git a/net/routinator/Makefile b/net/routinator/Makefile index b3fbff5b3c9..55717fd8ba6 100644 --- a/net/routinator/Makefile +++ b/net/routinator/Makefile @@ -6,7 +6,7 @@ COMMENT = RPKI "relying party" software GH_ACCOUNT = NLnetLabs GH_PROJECT = routinator GH_TAGNAME = v0.11.3 -REVISION = 0 +REVISION = 1 ROUTINATOR_UI_URL = https://github.com/NLnetLabs/routinator-ui/releases/download/ ROUTINATOR_UI_VERSION = 0.3.4 diff --git a/net/synapse/Makefile b/net/synapse/Makefile index 07c92643d76..acb0f9240e1 100644 --- a/net/synapse/Makefile +++ b/net/synapse/Makefile @@ -1,6 +1,7 @@ COMMENT = open network for secure, decentralized communication MODPY_EGG_VERSION = 1.68.0 +REVISION = 0 GH_ACCOUNT = matrix-org GH_PROJECT = synapse diff --git a/security/clamav/Makefile b/security/clamav/Makefile index a44a61eac4e..52c0edfb6a4 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -1,6 +1,6 @@ COMMENT= virus scanner DISTNAME= clamav-0.105.1 -REVISION= 0 +REVISION= 1 CATEGORIES= security diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile index c7d7db34652..a624d70baa3 100644 --- a/security/py-bcrypt/Makefile +++ b/security/py-bcrypt/Makefile @@ -4,6 +4,7 @@ MODPY_EGG_VERSION= 4.0.0 DISTNAME= bcrypt-${MODPY_EGG_VERSION} DISTFILES= bcrypt-${MODPY_EGG_VERSION}${EXTRACT_SUFX} PKGNAME= py-${DISTNAME} +REVISION= 0 .include "crates.inc" diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index 8104e4d7965..4d4bdf7587a 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -4,7 +4,7 @@ MODPY_EGG_VERSION= 38.0.0 DISTNAME= cryptography-${MODPY_EGG_VERSION} DISTFILES= cryptography-${MODPY_EGG_VERSION}${EXTRACT_SUFX} PKGNAME= ${MODPY_PY_PREFIX}${DISTNAME} -REVISION= 0 +REVISION= 1 .include "crates.inc" diff --git a/security/rbw/Makefile b/security/rbw/Makefile index 5b6b8ce55c5..e40388c9a2e 100644 --- a/security/rbw/Makefile +++ b/security/rbw/Makefile @@ -4,7 +4,7 @@ NOT_FOR_ARCHS = powerpc64 riscv64 sparc64 COMMENT = command line BitWarden client DISTNAME = rbw-1.4.3 -REVISION = 1 +REVISION = 2 CATEGORIES = security diff --git a/security/rust-openssl-tests/Makefile b/security/rust-openssl-tests/Makefile index 99c1e03a6d8..0eb7aaec140 100644 --- a/security/rust-openssl-tests/Makefile +++ b/security/rust-openssl-tests/Makefile @@ -3,6 +3,7 @@ COMMENT = source of the rust-openssl crate for regression testing # Follows HEAD VERSION = 20221027 DISTNAME = rust-openssl-tests-${VERSION} +REVISION = 0 GH_ACCOUNT = sfackler GH_PROJECT = rust-openssl diff --git a/security/sn0int/Makefile b/security/sn0int/Makefile index c866f02bc0f..738bd6c2652 100644 --- a/security/sn0int/Makefile +++ b/security/sn0int/Makefile @@ -8,7 +8,7 @@ COMMENT = semi-automatic OSINT framework and package manager GH_ACCOUNT = kpcyrd GH_PROJECT = sn0int GH_TAGNAME = v0.24.1 -REVISION = 0 +REVISION = 1 CATEGORIES = security diff --git a/security/suricata/Makefile b/security/suricata/Makefile index c877eac6442..5b287597186 100644 --- a/security/suricata/Makefile +++ b/security/suricata/Makefile @@ -9,6 +9,7 @@ SUPDATE_V = 1.2.4 DISTNAME = suricata-${SURICATA_V} CATEGORIES = security SHARED_LIBS += htp 0.0 # 2.0 +REVISION = 0 HOMEPAGE = https://suricata-ids.org/ diff --git a/security/vaultwarden/Makefile b/security/vaultwarden/Makefile index a11b15db0bf..1248be8bd56 100644 --- a/security/vaultwarden/Makefile +++ b/security/vaultwarden/Makefile @@ -8,6 +8,7 @@ COMMENT = unofficial bitwarden compatible server GH_ACCOUNT = dani-garcia GH_PROJECT = vaultwarden GH_TAGNAME = 1.26.0 +REVISION = 0 CATEGORIES = security diff --git a/sysutils/bat/Makefile b/sysutils/bat/Makefile index 1ad6557d894..839d57bc197 100644 --- a/sysutils/bat/Makefile +++ b/sysutils/bat/Makefile @@ -3,7 +3,7 @@ COMMENT = cat(1) clone with wings GH_ACCOUNT = sharkdp GH_PROJECT = bat GH_TAGNAME = v0.22.0 -REVISION = 1 +REVISION = 2 CATEGORIES = sysutils diff --git a/sysutils/broot/Makefile b/sysutils/broot/Makefile index 4f9c252995d..17f783f2f0e 100644 --- a/sysutils/broot/Makefile +++ b/sysutils/broot/Makefile @@ -3,7 +3,7 @@ COMMENT = new way to see and navigate directory trees GH_ACCOUNT = Canop GH_PROJECT = broot GH_TAGNAME = v1.14.2 -REVISION = 0 +REVISION = 1 CATEGORIES = sysutils diff --git a/sysutils/bupstash/Makefile b/sysutils/bupstash/Makefile index 7cace583b60..b6fc1768376 100644 --- a/sysutils/bupstash/Makefile +++ b/sysutils/bupstash/Makefile @@ -3,7 +3,7 @@ COMMENT = encrypted and deduplicated backup tool V = 0.11.1 DISTNAME = bupstash-v${V} PKGNAME = bupstash-${V} -REVISION = 0 +REVISION = 1 CATEGORIES = sysutils diff --git a/sysutils/czkawka/Makefile b/sysutils/czkawka/Makefile index 18fb1435e56..e9c61bb31ea 100644 --- a/sysutils/czkawka/Makefile +++ b/sysutils/czkawka/Makefile @@ -7,7 +7,7 @@ PKGNAME-gui = czkawka-gui-${GH_TAGNAME} GH_ACCOUNT = qarmin GH_PROJECT = czkawka GH_TAGNAME = 5.0.2 -REVISION = 0 +REVISION = 1 CATEGORIES = sysutils diff --git a/sysutils/exa/Makefile b/sysutils/exa/Makefile index d90194ff83d..fe5412cf4da 100644 --- a/sysutils/exa/Makefile +++ b/sysutils/exa/Makefile @@ -3,7 +3,7 @@ COMMENT = ls alternative written in Rust GH_ACCOUNT = ogham GH_PROJECT = exa GH_TAGNAME = v0.10.1 -REVISION = 2 +REVISION = 3 CATEGORIES = sysutils diff --git a/sysutils/fd/Makefile b/sysutils/fd/Makefile index 75e6f67f845..c03a35d0a02 100644 --- a/sysutils/fd/Makefile +++ b/sysutils/fd/Makefile @@ -3,7 +3,7 @@ COMMENT = simple, fast and user-friendly alternative to 'find' GH_ACCOUNT = sharkdp GH_PROJECT = fd GH_TAGNAME = v8.4.0 -REVISION = 0 +REVISION = 1 CATEGORIES = sysutils diff --git a/textproc/amber/Makefile b/textproc/amber/Makefile index 3f0bf2158fd..221b8e035ed 100644 --- a/textproc/amber/Makefile +++ b/textproc/amber/Makefile @@ -6,6 +6,7 @@ GH_TAGNAME = v${V} V = 0.5.9 PKGNAME = amber-${V} +REVISION = 0 CATEGORIES = textproc sysutils MAINTAINER = Edd Barrett diff --git a/textproc/delta/Makefile b/textproc/delta/Makefile index bed3dadf7a2..0bd34340d57 100644 --- a/textproc/delta/Makefile +++ b/textproc/delta/Makefile @@ -3,7 +3,7 @@ COMMENT = viewer for git and diff output GH_ACCOUNT = dandavison GH_PROJECT = delta GH_TAGNAME = 0.14.0 -REVISION = 1 +REVISION = 2 CATEGORIES = textproc diff --git a/textproc/jless/Makefile b/textproc/jless/Makefile index f9c463387bf..6848faf70d2 100644 --- a/textproc/jless/Makefile +++ b/textproc/jless/Makefile @@ -3,7 +3,7 @@ COMMENT = JSON viewer GH_ACCOUNT = PaulJuliusMartinez GH_PROJECT = jless GH_TAGNAME = v0.8.0 -REVISION = 3 +REVISION = 4 CATEGORIES = textproc diff --git a/textproc/mdbook/Makefile b/textproc/mdbook/Makefile index 298e2ce7b9b..e869db1d999 100644 --- a/textproc/mdbook/Makefile +++ b/textproc/mdbook/Makefile @@ -4,7 +4,7 @@ GH_ACCOUNT = rust-lang GH_PROJECT = mdBook GH_TAGNAME = v0.4.21 PKGNAME = ${DISTNAME:L} -REVISION = 0 +REVISION = 1 CATEGORIES = textproc www MAINTAINER = Edd Barrett diff --git a/textproc/ripgrep/Makefile b/textproc/ripgrep/Makefile index a8afd8e2e60..c0b58bcffc5 100644 --- a/textproc/ripgrep/Makefile +++ b/textproc/ripgrep/Makefile @@ -3,7 +3,7 @@ COMMENT = line oriented search tool using Rust's regex library #' GH_ACCOUNT = BurntSushi GH_PROJECT = ripgrep GH_TAGNAME = 13.0.0 -REVISION = 2 +REVISION = 3 CATEGORIES = textproc sysutils diff --git a/textproc/tree-sitter/Makefile b/textproc/tree-sitter/Makefile index baafa595850..6dac3606c27 100644 --- a/textproc/tree-sitter/Makefile +++ b/textproc/tree-sitter/Makefile @@ -3,7 +3,7 @@ COMMENT = parser generator tool and incremental parsing library GH_ACCOUNT = tree-sitter GH_PROJECT = tree-sitter GH_TAGNAME = v0.20.6 -REVISION = 1 +REVISION = 2 SHARED_LIBS += tree-sitter 2.0 # 0.20.6 diff --git a/www/castor/Makefile b/www/castor/Makefile index aff308f7c05..782c8b03a74 100644 --- a/www/castor/Makefile +++ b/www/castor/Makefile @@ -2,7 +2,7 @@ COMMENT= graphical browser for plain-text protocols V= 0.9.0 DISTNAME= castor-${V} -REVISION = 0 +REVISION = 1 DISTFILES= castor-{castor/archive/}${V}${EXTRACT_SUFX} diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 81f28b31f70..47c8cf41a74 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -13,6 +13,7 @@ HOMEPAGE = https://www.mozilla.org/firefox/organizations/ PKGNAME = ${MOZILLA_PROJECT}-${MOZILLA_VERSION:S/esr//} SO_VERSION = 9.0 MOZILLA_LIBS = xul clearkey lgpllibs mozavcodec mozavutil mozgtk mozsqlite3 ipcclientcerts +REVISION = 0 CATEGORIES = www diff --git a/www/geckodriver/Makefile b/www/geckodriver/Makefile index 27be27712a0..bb66c33e3af 100644 --- a/www/geckodriver/Makefile +++ b/www/geckodriver/Makefile @@ -3,7 +3,7 @@ COMMENT = W3C webdriver for Gecko-based browsers GH_ACCOUNT = mozilla GH_PROJECT = geckodriver GH_TAGNAME = v0.31.0 -REVISION = 0 +REVISION = 1 CATEGORIES = www diff --git a/www/libreddit/Makefile b/www/libreddit/Makefile index 0f3e94aaa47..9fbfe7aa27b 100644 --- a/www/libreddit/Makefile +++ b/www/libreddit/Makefile @@ -6,7 +6,7 @@ COMMENT = alternative private front-end to Reddit GH_ACCOUNT = spikecodes GH_PROJECT = libreddit GH_TAGNAME = v0.22.9 -REVISION = 0 +REVISION = 1 CATEGORIES = www diff --git a/www/mozilla-firefox/Makefile b/www/mozilla-firefox/Makefile index bd2eca0fa74..cf57b37e892 100644 --- a/www/mozilla-firefox/Makefile +++ b/www/mozilla-firefox/Makefile @@ -8,6 +8,7 @@ MOZILLA_PROFDATA_TASKID=B_dZBbYLQ-WzBhbCWn8k9w MOZILLA_BRANCH = release MOZILLA_PROJECT = firefox MOZILLA_CODENAME = browser +REVISION = 0 WRKDIST = ${WRKDIR}/${MOZILLA_DIST}-${MOZILLA_DIST_VERSION:C/b[0-9]*//} HOMEPAGE = https://www.mozilla.org/firefox/ diff --git a/www/newsboat/Makefile b/www/newsboat/Makefile index d19c947c625..07eca85f53b 100644 --- a/www/newsboat/Makefile +++ b/www/newsboat/Makefile @@ -2,7 +2,7 @@ COMMENT = RSS/Atom feed reader for text terminals V = 2.29 DISTNAME = newsboat-$V -REVISION = 0 +REVISION = 1 CATEGORIES = www diff --git a/www/nextcloud_notify_push/Makefile b/www/nextcloud_notify_push/Makefile index 179169464c8..3192da5b08f 100644 --- a/www/nextcloud_notify_push/Makefile +++ b/www/nextcloud_notify_push/Makefile @@ -11,7 +11,7 @@ COMMENT = update notifications for nextcloud clients GH_ACCOUNT = nextcloud GH_PROJECT = notify_push GH_TAGNAME = v0.5.0 -REVISION = 0 +REVISION = 1 CATEGORIES = www diff --git a/www/py-adblock/Makefile b/www/py-adblock/Makefile index 34389bed91a..2c18327211c 100644 --- a/www/py-adblock/Makefile +++ b/www/py-adblock/Makefile @@ -13,6 +13,7 @@ GH_PROJECT = python-adblock GH_TAGNAME = 0.5.1 DISTNAME = py-adblock-${GH_TAGNAME} MODPY_EGG_VERSION = ${GH_TAGNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index fd12297d085..2dbc9efaeef 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -13,7 +13,8 @@ MULTI_PACKAGES = -main -lightning PKGNAME-main = ${PKGNAME} PKGNAME-lightning = lightning-seamonkey-5.8.14 EPOCH-lightning = 0 -REVISION-main = 0 +REVISION-main = 1 +REVISION-lightning = 0 HOMEPAGE = https://www.seamonkey-project.org/ diff --git a/www/tor-browser/browser/Makefile b/www/tor-browser/browser/Makefile index 2eb67235d7e..62cbf36df62 100644 --- a/www/tor-browser/browser/Makefile +++ b/www/tor-browser/browser/Makefile @@ -17,6 +17,7 @@ PATCHORIG = .pat.orig #PKGNAME = ${TB_PREFIX}-browser-${TB_VERSION} PKGNAME = ${TB_PREFIX}-browser-12.0alpha3 DISTNAME = src-firefox-tor-browser-102.3.0esr-12.0-1-build2 +REVISION = 0 FIX_EXTRACT_PERMISSIONS = Yes DISTFILES += ${DISTNAME}.tar.xz \ diff --git a/www/zola/Makefile b/www/zola/Makefile index a596c38fd9f..cd930aa14ec 100644 --- a/www/zola/Makefile +++ b/www/zola/Makefile @@ -6,7 +6,7 @@ COMMENT = static site generator GH_ACCOUNT = getzola GH_PROJECT = zola GH_TAGNAME = v0.16.1 -REVISION = 0 +REVISION = 1 HOMEPAGE = https://www.getzola.org diff --git a/x11/alacritty/Makefile b/x11/alacritty/Makefile index 96825035569..7e235fb08b6 100644 --- a/x11/alacritty/Makefile +++ b/x11/alacritty/Makefile @@ -8,7 +8,7 @@ MAINTAINER = Eric Auge GH_ACCOUNT = alacritty GH_PROJECT = alacritty GH_TAGNAME = v0.10.0 -REVISION = 1 +REVISION = 2 # Apache 2.0 PERMIT_PACKAGE = Yes diff --git a/x11/gnome/librsvg/Makefile b/x11/gnome/librsvg/Makefile index 1bcca1938f5..a2a49b8cf8b 100644 --- a/x11/gnome/librsvg/Makefile +++ b/x11/gnome/librsvg/Makefile @@ -15,9 +15,10 @@ DEBUG_PACKAGES= ${BUILD_PACKAGES} ### stable .if ${PROPERTIES:Mrust} +REVISION= 0 SHARED_LIBS += rsvg-2 41.0 # 50.0 GNOME_VERSION= ${STABLE_VERSION} -MODULES += lang/python +MODULES += lang/python MODPY_RUNDEP= No BUILD_DEPENDS= lang/rust \ textproc/py-docutils${MODPY_FLAVOR} diff --git a/x11/gnome/tour/Makefile b/x11/gnome/tour/Makefile index 2f2f2a5a844..201c1cc2d12 100644 --- a/x11/gnome/tour/Makefile +++ b/x11/gnome/tour/Makefile @@ -2,7 +2,7 @@ COMMENT= GNOME's Tour & Greeter GNOME_PROJECT= gnome-tour GNOME_VERSION= 42.0 -REVISION= 0 +REVISION= 1 # needed due to the devel/cargo MODULE DISTFILES= ${GNOME_PROJECT}-${GNOME_VERSION}${EXTRACT_SUFX} diff --git a/x11/xcolor/Makefile b/x11/xcolor/Makefile index ea2886f9bad..4b4ca0c7d17 100644 --- a/x11/xcolor/Makefile +++ b/x11/xcolor/Makefile @@ -5,7 +5,7 @@ COMMENT = lightweight color picker GH_ACCOUNT = Soft GH_PROJECT = xcolor GH_TAGNAME = 0.5.1 -REVISION = 2 +REVISION = 3 CATEGORIES = x11