FreeBSD Bugzilla – Attachment 235409 Details for
Bug 261523
Mk/bsd.default-versions.mk: Change default db5 (deprecated and EoL) to db18
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch file
Mk_bsd.default-versions.mk.bdb.patch (text/plain), 40.70 KB, created by
Yasuhiro Kimura
on 2022-07-21 16:13:58 UTC
(
hide
)
Description:
Updated patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2022-07-21 16:13:58 UTC
Size:
40.70 KB
patch
obsolete
>From 0d3c80e74b835f203f0d6e6713e3c8b8b22332bd Mon Sep 17 00:00:00 2001 >From: Yasuhiro Kimura <yasu@FreeBSD.org> >Date: Wed, 20 Jul 2022 01:55:21 +0900 >Subject: [PATCH] */*: Change default of BDB to db18 > >* Remove codes related to WITH_BDB6_PERMITTED from Mk/Uses/bdb.mk. > Currently user needs to set 'WITH_BDB6_PERMITTED=yes'in > /etc/make.conf to use db18 as default version of BDB. The variable > is introduced for user who doesn't want to accept AGPLv3 when > upstream changed license with the release of 6.0. However, after db5 > is removed it becomes meaningless as db18 is the only available > version of BDB. Moreover it makes it impossible to change default > version BDB to 18. So remove them. >* Remove compatiblity hack to upgrade older plussed versions to 5+ as > there isn't such case in ports tree anymore. >* Remove INVALID_BDB_VER and replace it with argument of 'USE=bsb'. >* Stop checking if there is already installed version of berkeley db. > While testing migration from db5 to db18, I found following > confuging situation. > (1) Currently default version of bdb is 5. So if a port uses > 'USES=bdb', then install packages depends of db5. > (2) To migrate to db18, add 'DEFAULT_VERSIONS+=bdb=18' to > /etc/make.conf. > (3) Rebuild package installed at (1). > (4) Now it is expected the package depends on db18. But what really > happens is that it still depends on db5. > It happens because when db5 is already installed it is used as > default version of bdb even if there is 'DEFAULT_VERSIONS+=bdb=18' > in /etc/make.conf. It's against user's expectation. So remove the > logic. >* Add entry to UPDATING. >* Bump PORTREVISION of ports that use bdb > >PR: 261523 >Differential Revision: https://reviews.freebsd.org/D35852 >--- > Mk/Uses/bdb.mk | 87 +++--------------------- > Mk/bsd.default-versions.mk | 2 +- > UPDATING | 9 +++ > archivers/rpm4/Makefile | 2 +- > audio/moc/Makefile | 2 +- > chinese/libpinyin/Makefile | 1 + > chinese/libtabe/Makefile | 2 +- > chinese/p5-Lingua-ZH-TaBE/Makefile | 2 +- > comms/trustedqsl/Makefile | 1 + > comms/xastir/Makefile | 2 +- > databases/dbtool/Makefile | 2 +- > databases/evolution-data-server/Makefile | 1 + > databases/fortytwo-bdb/Makefile | 2 +- > databases/libgda5/Makefile | 2 +- > databases/p5-BDB/Makefile | 1 + > databases/p5-BerkeleyDB/Makefile | 1 + > databases/py-berkeleydb/Makefile | 1 + > databases/py-bsddb3/Makefile | 1 + > databases/ruby-bdb/Makefile | 2 +- > databases/rubygem-dbm/Makefile | 1 + > devel/apr1/Makefile | 2 +- > devel/ice/Makefile | 2 +- > devel/kdesvn/Makefile | 2 +- > devel/librcc/Makefile | 2 +- > devel/rsvndump/Makefile | 2 +- > dns/bind916/Makefile | 2 +- > dns/dnshistory/Makefile | 2 +- > dns/fastresolve/Makefile | 2 +- > editors/nvi2/Makefile | 1 + > editors/poedit/Makefile | 2 +- > graphics/fortytwo/Makefile | 2 +- > japanese/mutt-devel/Makefile | 2 +- > lang/clisp/Makefile | 2 +- > lang/gnu-cobol/Makefile | 2 +- > lang/php81/Makefile | 2 +- > lang/php82/Makefile | 2 +- > mail/avenger/Makefile | 1 + > mail/bmf/Makefile | 1 + > mail/bogofilter-bdb/Makefile | 2 +- > mail/cyrus-imapd23/Makefile | 2 +- > mail/cyrus-imapd24/Makefile | 2 +- > mail/cyrus-imapd25/Makefile | 2 +- > mail/dk-milter/Makefile | 2 +- > mail/exim/Makefile | 5 +- > mail/greyfix/Makefile | 2 +- > mail/isync/Makefile | 1 + > mail/mailfromd/Makefile | 1 + > mail/mailutils/Makefile | 1 + > mail/mutt/Makefile | 2 +- > mail/neomutt/Makefile | 1 + > mail/opendkim/Makefile | 2 +- > mail/perdition/Makefile | 2 +- > mail/postfix-current/Makefile | 2 +- > mail/postfix/Makefile | 2 +- > mail/sendmail-devel/Makefile | 2 +- > mail/sendmail/Makefile | 2 +- > mail/spamprobe/Makefile | 2 +- > mail/spmfilter/Makefile | 2 +- > mail/vacation/Makefile | 1 + > misc/hotkeys/Makefile | 2 +- > net-im/jabberd/Makefile | 2 +- > net-p2p/bitcoin/Makefile | 2 +- > net-p2p/jigdo/Makefile | 2 +- > net-p2p/litecoin/Makefile | 1 + > net-p2p/namecoin/Makefile | 2 +- > net-p2p/qtum/Makefile | 2 +- > net-p2p/zetacoin/Makefile | 2 +- > net/netatalk3/Makefile | 2 +- > net/openldap24-server/Makefile | 4 +- > news/inn/Makefile | 2 +- > print/panda/Makefile | 2 +- > security/cyrus-sasl2-saslauthd/Makefile | 1 + > security/cyrus-sasl2/Makefile | 1 + > security/heimdal/Makefile | 2 +- > security/pks/Makefile | 2 +- > security/shibboleth-sp/Makefile | 2 +- > security/sks/Makefile | 1 + > security/webfwlog/Makefile | 1 + > sysutils/ftwin/Makefile | 1 + > textproc/p5-RDFStore/Makefile | 2 +- > textproc/redland/Makefile | 2 +- > www/c-icap/Makefile | 1 + > www/crawl/Makefile | 2 +- > www/httest/Makefile | 1 + > www/mod_security/Makefile | 2 +- > www/squidguard/Makefile | 2 +- > www/webalizer/Makefile | 2 +- > 87 files changed, 106 insertions(+), 141 deletions(-) > >diff --git a/Mk/Uses/bdb.mk b/Mk/Uses/bdb.mk >index 0316ff061229..ce85983d732e 100644 >--- a/Mk/Uses/bdb.mk >+++ b/Mk/Uses/bdb.mk >@@ -8,19 +8,11 @@ > # necessary (db5 if compatible). > # This adds a "debug-bdb" make target which will dump the > # related data. >-# INVALID_BDB_VER >-# - This variable can be defined when the port does not >-# support one or more versions of Berkeley DB. > # <BDB_UNIQUENAME>_WITH_BDB_VER > # - User defined port specific variable to set Berkeley DB > # version. > # WITH_BDB_HIGHEST > # - Use the highest installed version of Berkeley DB. >-# WITH_BDB6_PERMITTED >-# - If defined, BerkeleyDB 6 is added to the >-# default version set, making it eligible even >-# if not already installed. This is due to its >-# stricter Affero GNU Public License. > # > # These variables will then be filled in by this .mk file: > # >@@ -58,14 +50,6 @@ BDB_UNIQUENAME?= ${PKGNAMEPREFIX}${PORTNAME} > _BDB_DEFAULT_save:=${BDB_DEFAULT} > > _DB_PORTS= 5 18 >-_DB_DEFAULTS= 5 >-# >-# Since 2020-12-02, this name is not fitting too much but >-# retained for now for compatibility. The name of this variable >-# is subject to change especially once db6 were removed. >-. if defined(WITH_BDB6_PERMITTED) || ${_bdb_ARGS} == 18 >-_DB_DEFAULTS+= 18 >-. endif > > # Dependency lines for different db versions > db5_DEPENDS= libdb-5.3.so:databases/db5 >@@ -83,32 +67,10 @@ BDB_DEFAULT= ${${BDB_UNIQUENAME:tu:S,-,_,}_WITH_BDB_VER} > # Override _bdb_ARGS with global BDB_DEFAULT if the maintainer did not > # ask for a more specific version. > . if ${_bdb_ARGS} == yes >-. if ${BDB_DEFAULT} != 1 > _bdb_ARGS= ${BDB_DEFAULT} >-. else >-_bdb_ARGS:= 5+ >-. endif > . endif > >-# Compatiblity hack: >-# upgrade older plussed versions to 5+ >-_BDB_OLDPLUSVERS=4+ 40+ 41+ 42+ 43+ 44+ 45+ 46+ 47+ 48+ >-. for i in ${_bdb_ARGS} >-. if ${_BDB_OLDPLUSVERS:M${i}} >-_bdb_ARGS:= 5+ >-. endif >-. endfor >- >-# 1. detect installed versions >-_INST_BDB_VER= >-. for bdb in ${_DB_PORTS} >-. if exists(${db${bdb}_FIND}) >-_INST_BDB_VER+=${bdb} >-. endif >-. endfor >- >-# 2. parse supported versions: >-# 2a. build list from _bdb_ARGS >+# 1. parse supported versions and build list from _bdb_ARGS > _SUPP_BDB_VER= > __bdb_ARGS:=${_bdb_ARGS:C,\+$,,} > . if !empty(_bdb_ARGS:M*+) >@@ -120,46 +82,19 @@ _SUPP_BDB_VER+=${bdb:C/\.//} > . else > _SUPP_BDB_VER=${_bdb_ARGS} > . endif >-# 2b. expand INVALID_BDB_VER if given with "+": >-. if !empty(INVALID_BDB_VER:M*+) >-_INV_BDB:=${INVALID_BDB_VER:C,\+$,,} >-_INV_BDB_VER:= >-. for bdb in ${_DB_PORTS} >-. if ${_INV_BDB} <= ${bdb} >-_INV_BDB_VER+=${bdb:C/\.//} >-. endif >-. endfor >-. else >-_INV_BDB_VER:=${INVALID_BDB_VER} >-. endif >-# 2c. strip versions from INVALID_BDB_VER out of _SUPP_BDB_VER >-. for unsupp in ${_INV_BDB_VER} >-_SUPP_BDB_VER:=${_SUPP_BDB_VER:N${unsupp}} >-. endfor >- >-# 3a. calculate intersection in _INST_BDB_VER to see if there >-# is a usable installed version >-. for i in ${_INST_BDB_VER} >-. if empty(_SUPP_BDB_VER:M${i}) >-_INST_BDB_VER:= ${_INST_BDB_VER:N${i}} >-. endif >-. endfor >-_ELIGIBLE_BDB_VER:=${_INST_BDB_VER} > >-# 3b. if there is no usable version installed, check defaults >-. if empty(_INST_BDB_VER) >-_DFLT_BDB_VER:=${_DB_DEFAULTS} >+# 2. check defaults >+_DFLT_BDB_VER:=${_DB_PORTS} > # make sure we use a reasonable version for package builds > _WITH_BDB_HIGHEST=yes >-. for i in ${_DFLT_BDB_VER} >-. if empty(_SUPP_BDB_VER:M${i}) >+. for i in ${_DFLT_BDB_VER} >+. if empty(_SUPP_BDB_VER:M${i}) > _DFLT_BDB_VER:= ${_DFLT_BDB_VER:N${i}} >-. endif >-. endfor >+. endif >+. endfor > _ELIGIBLE_BDB_VER:=${_DFLT_BDB_VER} >-. endif > >-# 4. elect a version >+# 3. elect a version > _BDB_VER= > . for i in ${_ELIGIBLE_BDB_VER} > . if !empty(WITH_BDB_HIGHEST) || !empty(_WITH_BDB_HIGHEST) || empty(${_BDB_VER}) >@@ -167,9 +102,9 @@ _BDB_VER:=${i} > . endif > . endfor > >-# 5. catch errors or set variables >+# 4. catch errors or set variables > . if empty(_BDB_VER) >-IGNORE= cannot install: no eligible BerkeleyDB version. Requested: ${_bdb_ARGS}, incompatible: ${_INV_BDB_VER}. Try: make debug-bdb >+IGNORE= cannot install: no eligible BerkeleyDB version. Requested: ${_bdb_ARGS}. Try: make debug-bdb > . else > . if defined(BDB_BUILD_DEPENDS) > BUILD_DEPENDS+= ${db${_BDB_VER}_FIND}:${db${_BDB_VER}_DEPENDS:C/^libdb.*://} >@@ -201,8 +136,6 @@ debug-bdb: > @${ECHO_CMD} "WITH_BDB_HIGHEST (original): ${WITH_BDB_HIGHEST}" > @${ECHO_CMD} "--PROCESSING------------------------------------------------" > @${ECHO_CMD} "supported versions: ${_SUPP_BDB_VER}" >- @${ECHO_CMD} "invalid versions: ${_INV_BDB_VER}" >- @${ECHO_CMD} "installed versions: ${_INST_BDB_VER}" > @${ECHO_CMD} "eligible versions: ${_ELIGIBLE_BDB_VER}" > @${ECHO_CMD} "bdb_ARGS (effective): ${_bdb_ARGS}" > @${ECHO_CMD} "WITH_BDB_HIGHEST (override): ${_WITH_BDB_HIGHEST}" >diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk >index 3b981d336f88..6406687a1ce9 100644 >--- a/Mk/bsd.default-versions.mk >+++ b/Mk/bsd.default-versions.mk >@@ -34,7 +34,7 @@ ${_l:tu}_DEFAULT= ${lang:C/.*=//g} > # Possible values: 2.4 > APACHE_DEFAULT?= 2.4 > # Possible values: 5, 18 >-BDB_DEFAULT?= 5 >+BDB_DEFAULT?= 18 > # Possible values: 2, 3 > COROSYNC_DEFAULT?= 2 > # Possible_values: full canna nox devel_full devel_nox >diff --git a/UPDATING b/UPDATING >index 6d76e6add9b7..1caec2f5007a 100644 >--- a/UPDATING >+++ b/UPDATING >@@ -5,6 +5,15 @@ they are unavoidable. > You should get into the habit of checking this file for changes each time > you update your ports collection, before attempting any port upgrades. > >+20220720: >+ AFFECTS: users of ports depending on berkeley db >+ AUTHOR: yasu@FreeBSD.org >+ >+ Default version of berkeley db has changed from 5 to 18. If you >+ either install package by using ports tree or build binary package >+ by yourself, you can keep db5 as default by adding >+ 'DEFAULT_VERSIONS+=bdb=18' in /etc/make.conf. >+ > 20220711: > AFFECTS: users of security/stunnel > AUTHOR: zi@FreeBSD.org >diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile >index 3d59b7b104cb..cba786027ac9 100644 >--- a/archivers/rpm4/Makefile >+++ b/archivers/rpm4/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= rpm > PORTVERSION= 4.17.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= archivers > MASTER_SITES= http://ftp.rpm.org/releases/rpm-4.17.x/ > PKGNAMESUFFIX= 4 >diff --git a/audio/moc/Makefile b/audio/moc/Makefile >index e8232a34dbc1..ffa85971b75c 100644 >--- a/audio/moc/Makefile >+++ b/audio/moc/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= moc > PORTVERSION= 2.5.2 >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= audio > MASTER_SITES= http://ftp.daper.net/pub/soft/moc/stable/ > >diff --git a/chinese/libpinyin/Makefile b/chinese/libpinyin/Makefile >index 9fa6276b7a08..6754f44c173f 100644 >--- a/chinese/libpinyin/Makefile >+++ b/chinese/libpinyin/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= libpinyin > PORTVERSION= 2.6.2 >+PORTREVISION= 1 > CATEGORIES= chinese textproc > MASTER_SITES= SF/${PORTNAME}/${PORTNAME} > >diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile >index fa71ee1f1462..3e2834926b3c 100644 >--- a/chinese/libtabe/Makefile >+++ b/chinese/libtabe/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= libtabe > PORTVERSION= 0.2.6 >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= chinese > MASTER_SITES= http://old-releases.ubuntu.com/ubuntu/pool/universe/libt/libtabe/ > DISTNAME= libtabe_${PORTVERSION}.orig >diff --git a/chinese/p5-Lingua-ZH-TaBE/Makefile b/chinese/p5-Lingua-ZH-TaBE/Makefile >index 589341964d09..9054c28cb544 100644 >--- a/chinese/p5-Lingua-ZH-TaBE/Makefile >+++ b/chinese/p5-Lingua-ZH-TaBE/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= Lingua-ZH-TaBE > PORTVERSION= 0.07 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= chinese perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- >diff --git a/comms/trustedqsl/Makefile b/comms/trustedqsl/Makefile >index 5f0b83eaee1e..cdc8dda83410 100644 >--- a/comms/trustedqsl/Makefile >+++ b/comms/trustedqsl/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= trustedqsl > DISTVERSION= 2.6.3 >+PORTREVISION= 1 > #PORTREVISION= 1 > CATEGORIES= comms hamradio > MASTER_SITES= http://www.arrl.org/files/file/LoTW%20Instructions/ \ >diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile >index 38952597c65d..1f86127ad729 100644 >--- a/comms/xastir/Makefile >+++ b/comms/xastir/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= xastir > DISTVERSIONPREFIX= Release- > DISTVERSION= 2.1.8 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= comms hamradio > > MAINTAINER= carl@stagecraft.cx >diff --git a/databases/dbtool/Makefile b/databases/dbtool/Makefile >index f2a841cd1786..ef4397d9506c 100644 >--- a/databases/dbtool/Makefile >+++ b/databases/dbtool/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= dbtool > PORTVERSION= 1.9.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= databases > MASTER_SITES= http://www.daemon.de/idisk/Apps/dbtool/ > >diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile >index 6e62a9ae9bb9..77008e089ae6 100644 >--- a/databases/evolution-data-server/Makefile >+++ b/databases/evolution-data-server/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= evolution-data-server > DISTVERSION= 3.44.3 >+PORTREVISION= 1 > CATEGORIES= databases gnome > MASTER_SITES= GNOME > DIST_SUBDIR= gnome >diff --git a/databases/fortytwo-bdb/Makefile b/databases/fortytwo-bdb/Makefile >index eb452c37e5dc..0206e36e4389 100644 >--- a/databases/fortytwo-bdb/Makefile >+++ b/databases/fortytwo-bdb/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= bdb > PORTVERSION= 0.2.1 >-PORTREVISION= 11 >+PORTREVISION= 12 > CATEGORIES= databases gnustep > MASTER_SITES= SF/fortytwo/Berkeley%20DB%20Wrapper%20%28BDB%29/${PORTVERSION} > PKGNAMEPREFIX= fortytwo- >diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile >index e527657880b2..012fd83c1ef5 100644 >--- a/databases/libgda5/Makefile >+++ b/databases/libgda5/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= libgda > DISTVERSION?= 5.2.10 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= databases gnome > MASTER_SITES= GNOME > PKGNAMESUFFIX?= 5 >diff --git a/databases/p5-BDB/Makefile b/databases/p5-BDB/Makefile >index d89c0f97bcdf..c28d2498cb9d 100644 >--- a/databases/p5-BDB/Makefile >+++ b/databases/p5-BDB/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= BDB > PORTVERSION= 1.92 >+PORTREVISION= 1 > CATEGORIES= databases perl5 > MASTER_SITES= CPAN > MASTER_SITE_SUBDIR= CPAN:MLEHMANN >diff --git a/databases/p5-BerkeleyDB/Makefile b/databases/p5-BerkeleyDB/Makefile >index f4cbfada9e0a..633432e57348 100644 >--- a/databases/p5-BerkeleyDB/Makefile >+++ b/databases/p5-BerkeleyDB/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= BerkeleyDB > PORTVERSION= 0.65 >+PORTREVISION= 1 > CATEGORIES= databases perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- >diff --git a/databases/py-berkeleydb/Makefile b/databases/py-berkeleydb/Makefile >index e5deb35ce9ba..86abd6b23dfb 100644 >--- a/databases/py-berkeleydb/Makefile >+++ b/databases/py-berkeleydb/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= berkeleydb > PORTVERSION= 18.1.5 >+PORTREVISION= 1 > CATEGORIES= databases python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >diff --git a/databases/py-bsddb3/Makefile b/databases/py-bsddb3/Makefile >index 838bd2edce1a..d17aea78d8fa 100644 >--- a/databases/py-bsddb3/Makefile >+++ b/databases/py-bsddb3/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= bsddb3 > PORTVERSION= 6.2.9 >+PORTREVISION= 1 > CATEGORIES= databases python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >diff --git a/databases/ruby-bdb/Makefile b/databases/ruby-bdb/Makefile >index 53d4ed66a2de..413b06c4bfce 100644 >--- a/databases/ruby-bdb/Makefile >+++ b/databases/ruby-bdb/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= bdb > PORTVERSION= 0.6.6 >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= databases ruby > MASTER_SITES= ftp://ftp.idaemons.org/pub/distfiles/ruby/ \ > http://idaemons.org/distfiles/ruby/ \ >diff --git a/databases/rubygem-dbm/Makefile b/databases/rubygem-dbm/Makefile >index 14c59451ab62..54ac6cb77afe 100644 >--- a/databases/rubygem-dbm/Makefile >+++ b/databases/rubygem-dbm/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= dbm > PORTVERSION= 1.1.0 >+PORTREVISION= 1 > CATEGORIES= databases rubygems > MASTER_SITES= RG > >diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile >index d4441eeae2d8..c3f525202649 100644 >--- a/devel/apr1/Makefile >+++ b/devel/apr1/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= apr > PORTVERSION= ${APR_VERSION}.${APU_VERSION} >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel > MASTER_SITES= APACHE/apr > DISTFILES= apr-${APR_VERSION}.tar.gz \ >diff --git a/devel/ice/Makefile b/devel/ice/Makefile >index 4dfe91d21d4f..e16e8251cbc9 100644 >--- a/devel/ice/Makefile >+++ b/devel/ice/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= Ice > PORTVERSION= 3.6.5 >-PORTREVISION= 1 >+PORTREVISION= 2 > DISTVERSIONPREFIX= v > CATEGORIES= devel > >diff --git a/devel/kdesvn/Makefile b/devel/kdesvn/Makefile >index 8cf1e77a3f1e..76374dfb1ddd 100644 >--- a/devel/kdesvn/Makefile >+++ b/devel/kdesvn/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= kdesvn > DISTVERSION= 2.1.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel kde > MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ > >diff --git a/devel/librcc/Makefile b/devel/librcc/Makefile >index b863e4236013..43f5a605a45a 100644 >--- a/devel/librcc/Makefile >+++ b/devel/librcc/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= librcc > PORTVERSION= 0.2.12 >-PORTREVISION= 13 >+PORTREVISION= 14 > CATEGORIES= devel > MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \ > LOCAL/fluffy >diff --git a/devel/rsvndump/Makefile b/devel/rsvndump/Makefile >index 943488d1dde5..7c6433dba17c 100644 >--- a/devel/rsvndump/Makefile >+++ b/devel/rsvndump/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= rsvndump > PORTVERSION= 0.6 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} > >diff --git a/dns/bind916/Makefile b/dns/bind916/Makefile >index dcefa8762ce9..7eea7a4f13d8 100644 >--- a/dns/bind916/Makefile >+++ b/dns/bind916/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= bind > PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} >-PORTREVISION= 0 >+PORTREVISION= 1 > CATEGORIES= dns net > MASTER_SITES= ISC/bind9/${ISCVERSION} > PKGNAMESUFFIX= 916 >diff --git a/dns/dnshistory/Makefile b/dns/dnshistory/Makefile >index 2914b1cc6989..8d9f709207c6 100644 >--- a/dns/dnshistory/Makefile >+++ b/dns/dnshistory/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= dnshistory > PORTVERSION= 1.3 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= dns > MASTER_SITES= http://www.stedee.id.au/files/ \ > http://launchpad.net/${PORTNAME}/${PORTVERSION}/${PORTVERSION}/+download/ >diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile >index 250ee41f7614..ee889d724b72 100644 >--- a/dns/fastresolve/Makefile >+++ b/dns/fastresolve/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= fastresolve > PORTVERSION= 2.10 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= dns > MASTER_SITES= https://BSDforge.com/projects/source/dns/fastresolve/ > >diff --git a/editors/nvi2/Makefile b/editors/nvi2/Makefile >index 85722f99570a..82256904aad8 100644 >--- a/editors/nvi2/Makefile >+++ b/editors/nvi2/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= nvi2 > PORTVERSION= 2.2.0 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= editors > >diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile >index c8638b637d56..5451aece3ddf 100644 >--- a/editors/poedit/Makefile >+++ b/editors/poedit/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= poedit > PORTVERSION= 3.0.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= editors > MASTER_SITES= https://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/ > >diff --git a/graphics/fortytwo/Makefile b/graphics/fortytwo/Makefile >index 3a26c0554181..cb3af4bee815 100644 >--- a/graphics/fortytwo/Makefile >+++ b/graphics/fortytwo/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= fortytwo > PORTVERSION= 0.2.0 >-PORTREVISION= 12 >+PORTREVISION= 13 > CATEGORIES= graphics gnustep > MASTER_SITES= SF/${PORTNAME}/FT%20%2842%29/${PORTVERSION} > DISTFILES= FT-${PORTVERSION}-src.tgz \ >diff --git a/japanese/mutt-devel/Makefile b/japanese/mutt-devel/Makefile >index 01f50bbf4fe5..b93ed82b5a01 100644 >--- a/japanese/mutt-devel/Makefile >+++ b/japanese/mutt-devel/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= mutt > PORTVERSION= ${VERSION}.j${JP_VERSION} >-PORTREVISION= 10 >+PORTREVISION= 11 > CATEGORIES= japanese mail > MASTER_SITES= ftp://ftp.mutt.org/mutt/devel/:body \ > ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/devel/:body \ >diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile >index 15cd80ebac0e..d601964c94b4 100644 >--- a/lang/clisp/Makefile >+++ b/lang/clisp/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= clisp > PORTVERSION= 2.49.93+ >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= lang lisp > > MAINTAINER= kiri@TrueFC.org >diff --git a/lang/gnu-cobol/Makefile b/lang/gnu-cobol/Makefile >index 3406d09508a7..ec2534917a1f 100644 >--- a/lang/gnu-cobol/Makefile >+++ b/lang/gnu-cobol/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= gnucobol > PORTVERSION= 3.1.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= lang > MASTER_SITES= GNU/gnucobol > >diff --git a/lang/php81/Makefile b/lang/php81/Makefile >index 8dd91a6399e6..fa228565c5fe 100644 >--- a/lang/php81/Makefile >+++ b/lang/php81/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= php81 > DISTVERSION= 8.1.8 >-PORTREVISION?= 0 >+PORTREVISION?= 1 > CATEGORIES?= lang devel www > MASTER_SITES= PHP/distributions > DISTNAME= php-${DISTVERSION} >diff --git a/lang/php82/Makefile b/lang/php82/Makefile >index df244e8f6d73..336e5ced2a71 100644 >--- a/lang/php82/Makefile >+++ b/lang/php82/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= php82 > DISTVERSION= 8.2.0alpha3 >-PORTREVISION?= 0 >+PORTREVISION?= 1 > CATEGORIES?= lang devel www > MASTER_SITES= https://downloads.php.net/~sergey/ > DISTNAME= php-${DISTVERSION} >diff --git a/mail/avenger/Makefile b/mail/avenger/Makefile >index fd1049dac907..04386cb00acd 100644 >--- a/mail/avenger/Makefile >+++ b/mail/avenger/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= avenger > PORTVERSION= 0.8.5 >+PORTREVISION= 1 > CATEGORIES= mail > MASTER_SITES= http://www.mailavenger.org/dist/ > >diff --git a/mail/bmf/Makefile b/mail/bmf/Makefile >index 014ea505a19d..4c7aa231dfb6 100644 >--- a/mail/bmf/Makefile >+++ b/mail/bmf/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= bmf > PORTVERSION= 0.9.4 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= mail > MASTER_SITES= SF >diff --git a/mail/bogofilter-bdb/Makefile b/mail/bogofilter-bdb/Makefile >index a009a66f46d1..a8a918af2828 100644 >--- a/mail/bogofilter-bdb/Makefile >+++ b/mail/bogofilter-bdb/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= bogofilter > DISTVERSION= 1.2.5 >-PORTREVISION?= 3 >+PORTREVISION?= 4 > CATEGORIES?= mail > MASTER_SITES= SF/bogofilter/bogofilter-stable/ > PKGNAMESUFFIX?= -bdb >diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile >index a831f08771ea..ca4d58a99065 100644 >--- a/mail/cyrus-imapd23/Makefile >+++ b/mail/cyrus-imapd23/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= cyrus-imapd > PORTVERSION= 2.3.20 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= mail > MASTER_SITES= https://github.com/cyrusimap/cyrus-imapd/releases/download/${PORTNAME}-${PORTVERSION}/ > PKGNAMESUFFIX= 23 >diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile >index cfceab1df5c3..68a47feb1505 100644 >--- a/mail/cyrus-imapd24/Makefile >+++ b/mail/cyrus-imapd24/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= cyrus-imapd > PORTVERSION= 2.4.22 >-PORTREVISION= 0 >+PORTREVISION= 1 > CATEGORIES= mail > MASTER_SITES= https://github.com/cyrusimap/cyrus-imapd/releases/download/${PORTNAME}-${PORTVERSION}/ > PKGNAMESUFFIX= 24 >diff --git a/mail/cyrus-imapd25/Makefile b/mail/cyrus-imapd25/Makefile >index 2666e1e2fc6b..ef0cc262ffa9 100644 >--- a/mail/cyrus-imapd25/Makefile >+++ b/mail/cyrus-imapd25/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= cyrus-imapd > PORTVERSION= 2.5.17 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= mail > MASTER_SITES= https://github.com/cyrusimap/cyrus-imapd/releases/download/${PORTNAME}-${PORTVERSION}/ > PKGNAMESUFFIX= 25 >diff --git a/mail/dk-milter/Makefile b/mail/dk-milter/Makefile >index 7b3443232b43..677d6869da1c 100644 >--- a/mail/dk-milter/Makefile >+++ b/mail/dk-milter/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= dk-milter > PORTVERSION= 1.0.2 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= mail > MASTER_SITES= SF/${PORTNAME}/DomainKeys%20Milter/${PORTVERSION} > >diff --git a/mail/exim/Makefile b/mail/exim/Makefile >index 64235bd5466f..f6e52a4ff46c 100644 >--- a/mail/exim/Makefile >+++ b/mail/exim/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= exim > PORTVERSION?= ${EXIM_VERSION} >-PORTREVISION?= 5 >+PORTREVISION?= 6 > CATEGORIES= mail > MASTER_SITES= EXIM:exim > MASTER_SITE_SUBDIR= /exim4/:exim \ >@@ -43,7 +43,7 @@ MAKE_JOBS_UNSAFE= yes > OPTIONS_SUB= yes > > AUTH_SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 >-BDB_USES= bdb >+BDB_USES= bdb:5 > DMARC_LIB_DEPENDS= libopendmarc.so:mail/opendmarc > EMBEDDED_PERL_USE= perl5=run,build > EXIMON_USES= xorg >@@ -336,7 +336,6 @@ SEDLIST+= -e 's,XX_LDAP_[^ ]*_XX,,' \ > .endif > > .if ${PORT_OPTIONS:MBDB} >-INVALID_BDB_VER= 2 3 6 18 > DB_LIBS= -L${BDB_LIB_DIR} -l${BDB_LIB_NAME} > DB_INCLUDES= -I${BDB_INCLUDE_DIR} > .else >diff --git a/mail/greyfix/Makefile b/mail/greyfix/Makefile >index e0aae92f62ff..db04c938f7e1 100644 >--- a/mail/greyfix/Makefile >+++ b/mail/greyfix/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= greyfix > PORTVERSION= 0.4.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= mail > MASTER_SITES= http://www.kim-minh.com/pub/greyfix/ \ > http://stereochro.me/distfiles/ >diff --git a/mail/isync/Makefile b/mail/isync/Makefile >index 3a987a6aa8ca..469b7d7d9c21 100644 >--- a/mail/isync/Makefile >+++ b/mail/isync/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= isync > PORTVERSION= 1.4.4 >+PORTREVISION= 1 > CATEGORIES= mail > MASTER_SITES= SF > >diff --git a/mail/mailfromd/Makefile b/mail/mailfromd/Makefile >index 7e140a2f622b..a8994fd6844b 100644 >--- a/mail/mailfromd/Makefile >+++ b/mail/mailfromd/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= mailfromd > PORTVERSION= 8.13 >+PORTREVISION= 1 > CATEGORIES= mail > MASTER_SITES= http://download.gnu.org.ua/pub/release/${PORTNAME}/ \ > http://download.gnu.org.ua/pub/alpha/${PORTNAME}/ >diff --git a/mail/mailutils/Makefile b/mail/mailutils/Makefile >index 54d18155790a..92229735e99f 100644 >--- a/mail/mailutils/Makefile >+++ b/mail/mailutils/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= mailutils > PORTVERSION= 3.15 >+PORTREVISION= 1 > CATEGORIES= mail > MASTER_SITES= GNU GNU_ALPHA > >diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile >index d899a91a666c..3656248958cf 100644 >--- a/mail/mutt/Makefile >+++ b/mail/mutt/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= mutt > DISTVERSION= 2.2.6 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES+= mail > MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ > https://bitbucket.org/mutt/mutt/downloads/ \ >diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile >index 401d696c9dad..30879b40a792 100644 >--- a/mail/neomutt/Makefile >+++ b/mail/neomutt/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= neomutt > PORTVERSION= 20220429 >+PORTREVISION= 1 > CATEGORIES= mail > > MAINTAINER= bapt@FreeBSD.org >diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile >index f8206ea360a7..a153d1d0af63 100644 >--- a/mail/opendkim/Makefile >+++ b/mail/opendkim/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= opendkim > PORTVERSION= 2.10.3 >-PORTREVISION= 16 >+PORTREVISION= 17 > CATEGORIES= mail security > MASTER_SITES= SF/${PORTNAME} \ > SF/${PORTNAME}/Previous%20Releases \ >diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile >index 55ee00c75d7c..5bfe68dd7116 100644 >--- a/mail/perdition/Makefile >+++ b/mail/perdition/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= perdition > PORTVERSION= 2.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= mail net security > MASTER_SITES= http://horms.net/projects/perdition/download/${PORTVERSION}/ > >diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile >index d96fd414c512..d3e8d8ddfdbb 100644 >--- a/mail/postfix-current/Makefile >+++ b/mail/postfix-current/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= postfix > DISTVERSION= 3.8-20220325 >-PORTREVISION?= 1 >+PORTREVISION?= 2 > PORTEPOCH= 6 > CATEGORIES= mail > MASTER_SITES= http://ftp.porcupine.org/mirrors/postfix-release/ \ >diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile >index a4a357e08401..b4bfeeb1e26c 100644 >--- a/mail/postfix/Makefile >+++ b/mail/postfix/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= postfix > DISTVERSION= 3.7.2 >-PORTREVISION?= 0 >+PORTREVISION?= 1 > PORTEPOCH= 1 > CATEGORIES= mail > MASTER_SITES= http://ftp.porcupine.org/mirrors/postfix-release/ \ >diff --git a/mail/sendmail-devel/Makefile b/mail/sendmail-devel/Makefile >index 4118f7e0cd06..f3e9b5c42362 100644 >--- a/mail/sendmail-devel/Makefile >+++ b/mail/sendmail-devel/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= sendmail > PORTVERSION= 8.17.1.9 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= mail > MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/snapshots/ > PKGNAMESUFFIX?= -devel${PKGNAMESUFFIX2} >diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile >index 3c9635450ffd..1790ee95fdb1 100644 >--- a/mail/sendmail/Makefile >+++ b/mail/sendmail/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= sendmail > PORTVERSION= 8.17.1 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= mail > MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ > DISTNAME= ${PORTNAME}.${PORTVERSION} >diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile >index 734374d9c3a2..b240650c9a7f 100644 >--- a/mail/spamprobe/Makefile >+++ b/mail/spamprobe/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= spamprobe > PORTVERSION= 1.4d >-PORTREVISION= 19 >+PORTREVISION= 20 > CATEGORIES= mail > MASTER_SITES= SF > >diff --git a/mail/spmfilter/Makefile b/mail/spmfilter/Makefile >index 12e0b29e4579..c5081b8d59c2 100644 >--- a/mail/spmfilter/Makefile >+++ b/mail/spmfilter/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= spmfilter > PORTVERSION= 0.6.7 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= mail > MASTER_SITES= http://www.${PORTNAME}.org/files/ > >diff --git a/mail/vacation/Makefile b/mail/vacation/Makefile >index a8a7e7f160b8..4b5863cd179b 100644 >--- a/mail/vacation/Makefile >+++ b/mail/vacation/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= vacation > PORTVERSION= 3.3.3 >+PORTREVISION= 1 > CATEGORIES= mail > MASTER_SITES= DEBIAN > DISTNAME= ${PORTNAME}_${PORTVERSION} >diff --git a/misc/hotkeys/Makefile b/misc/hotkeys/Makefile >index 4d7078193c30..7a1423cbf7be 100644 >--- a/misc/hotkeys/Makefile >+++ b/misc/hotkeys/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= hotkeys > PORTVERSION= 0.5.7.1 >-PORTREVISION= 20 >+PORTREVISION= 21 > CATEGORIES= misc > MASTER_SITES= https://BSDforge.com/projects/source/misc/hotkeys/${PORTVERSION}/ > DISTNAME= hotkeys_${PORTVERSION} >diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile >index 6a7276e1f53d..84bce242dcff 100644 >--- a/net-im/jabberd/Makefile >+++ b/net-im/jabberd/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= jabberd > PORTVERSION= 2.7.0 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= net-im > MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \ > LOCAL/matthew/${PORTNAME} >diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile >index bc62d2e36521..4448b740ff1a 100644 >--- a/net-p2p/bitcoin/Makefile >+++ b/net-p2p/bitcoin/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= bitcoin > PORTVERSION= 23.0 >-PORTREVISION?= 1 >+PORTREVISION?= 2 > CATEGORIES= net-p2p finance > MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/ \ > LOCAL/swills:icon >diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile >index 52e45f3a1fdc..60c3729f279a 100644 >--- a/net-p2p/jigdo/Makefile >+++ b/net-p2p/jigdo/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= jigdo > PORTVERSION= 0.7.3 >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= net-p2p > MASTER_SITES= http://atterer.org/sites/atterer/files/2009-08/${PORTNAME}/ > >diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile >index 38e11b5c259f..f59d4828f389 100644 >--- a/net-p2p/litecoin/Makefile >+++ b/net-p2p/litecoin/Makefile >@@ -1,6 +1,7 @@ > PORTNAME= litecoin > DISTVERSIONPREFIX= v > DISTVERSION= 0.21.2 >+PORTREVISION= 1 > CATEGORIES= net-p2p finance > > MAINTAINER= hsw@bitmark.com >diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile >index 2c128d1db8de..352174688f3f 100644 >--- a/net-p2p/namecoin/Makefile >+++ b/net-p2p/namecoin/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= namecoin > PORTVERSION= 0.21.0.1 > DISTVERSIONPREFIX= nc >-PORTREVISION= 4 >+PORTREVISION= 5 > PORTEPOCH= 1 > CATEGORIES= net-p2p dns > >diff --git a/net-p2p/qtum/Makefile b/net-p2p/qtum/Makefile >index 160919845482..dba89641f1f3 100644 >--- a/net-p2p/qtum/Makefile >+++ b/net-p2p/qtum/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= qtum > PORTVERSION= 0.20.3 > DISTVERSIONPREFIX= mainnet-fastlane-v >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= net-p2p finance > > MAINTAINER= ports@FreeBSD.org >diff --git a/net-p2p/zetacoin/Makefile b/net-p2p/zetacoin/Makefile >index 486dfbf24260..edde1bf0a51d 100644 >--- a/net-p2p/zetacoin/Makefile >+++ b/net-p2p/zetacoin/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= zetacoin > PORTVERSION= 0.13.2.1 > DISTVERSIONPREFIX= v >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= net-p2p finance > > MAINTAINER= daniel@morante.net >diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile >index ce7c2dc416c7..641932330827 100644 >--- a/net/netatalk3/Makefile >+++ b/net/netatalk3/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= netatalk > PORTVERSION= 3.1.13 >-PORTREVISION= 2 >+PORTREVISION= 3 > PORTEPOCH= 1 > CATEGORIES= net > MASTER_SITES= SF >diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile >index 3d14afaf8b44..4ecda41dff39 100644 >--- a/net/openldap24-server/Makefile >+++ b/net/openldap24-server/Makefile >@@ -47,8 +47,8 @@ WANT_OPENLDAP_VER?= 24 > BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER} > .endif > >-PORTREVISION_CLIENT= 4 >-PORTREVISION_SERVER= 9 >+PORTREVISION_CLIENT= 5 >+PORTREVISION_SERVER= 10 > OPENLDAP_SHLIB_MAJOR= 2 > OPENLDAP_SHLIB_MINOR= 11.7 > OPENLDAP_MAJOR= ${DISTVERSION:R} >diff --git a/news/inn/Makefile b/news/inn/Makefile >index eceff0609dcd..a610861740ca 100644 >--- a/news/inn/Makefile >+++ b/news/inn/Makefile >@@ -1,6 +1,6 @@ > PORTNAME?= inn > PORTVERSION?= 2.6.5 >-PORTREVISION?= 0 >+PORTREVISION?= 1 > CATEGORIES= news > MASTER_SITES= ISC > MASTER_SITE_SUBDIR?= ${PORTNAME} >diff --git a/print/panda/Makefile b/print/panda/Makefile >index 1b9f22cd9ad3..d1543f0f3cdf 100644 >--- a/print/panda/Makefile >+++ b/print/panda/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= panda > PORTVERSION= 0.5.4 >-PORTREVISION= 10 >+PORTREVISION= 11 > CATEGORIES= print > MASTER_SITES= SF \ > SAVANNAH \ >diff --git a/security/cyrus-sasl2-saslauthd/Makefile b/security/cyrus-sasl2-saslauthd/Makefile >index 0d7fd75ba4cc..d5e8e089b141 100644 >--- a/security/cyrus-sasl2-saslauthd/Makefile >+++ b/security/cyrus-sasl2-saslauthd/Makefile >@@ -1,3 +1,4 @@ >+PORTREVISION= 1 > PKGNAMESUFFIX= -saslauthd > > COMMENT= SASL authentication server for cyrus-sasl2 >diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile >index e83dc2936733..e21958da9870 100644 >--- a/security/cyrus-sasl2/Makefile >+++ b/security/cyrus-sasl2/Makefile >@@ -1,3 +1,4 @@ >+PORTREVISION= 1 > COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer) > > USES= cpe libtool:keepla pathfix perl5 >diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile >index f48a5c75436a..6dad910bdefc 100644 >--- a/security/heimdal/Makefile >+++ b/security/heimdal/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= heimdal > PORTVERSION= 7.7.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= security > MASTER_SITES= https://github.com/heimdal/heimdal/releases/download/${DISTNAME}/ > >diff --git a/security/pks/Makefile b/security/pks/Makefile >index 37d5a568f46a..f8fdd5e2a0a3 100644 >--- a/security/pks/Makefile >+++ b/security/pks/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= pks > PORTVERSION= 0.9.6.20040312 >-PORTREVISION= 9 >+PORTREVISION= 10 > CATEGORIES= security www > MASTER_SITES= http://pks.sourceforge.net/ LOCAL/mandree > DISTFILES= pks-current.tgz >diff --git a/security/shibboleth-sp/Makefile b/security/shibboleth-sp/Makefile >index e32d61449dea..add574a7ecb3 100644 >--- a/security/shibboleth-sp/Makefile >+++ b/security/shibboleth-sp/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= shibboleth-sp > PORTVERSION= 3.3.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= security www > MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ > >diff --git a/security/sks/Makefile b/security/sks/Makefile >index a041ae972668..ad7f7453f1fa 100644 >--- a/security/sks/Makefile >+++ b/security/sks/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= sks > PORTVERSION= 1.1.6 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= http://bitbucket.org/skskeyserver/sks-keyserver/downloads/ > >diff --git a/security/webfwlog/Makefile b/security/webfwlog/Makefile >index 4a852151bb40..84c549769a98 100644 >--- a/security/webfwlog/Makefile >+++ b/security/webfwlog/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= webfwlog > PORTVERSION= 1.1.1 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ \ > http://devel.webfwlog.net/download/v1.1.x/ >diff --git a/sysutils/ftwin/Makefile b/sysutils/ftwin/Makefile >index 1785b21b6c87..d2db0d128ac8 100644 >--- a/sysutils/ftwin/Makefile >+++ b/sysutils/ftwin/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= ftwin > PORTVERSION= 0.8.10 >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= shoesoft@gmx.net >diff --git a/textproc/p5-RDFStore/Makefile b/textproc/p5-RDFStore/Makefile >index 8693db11c748..885518e8d9b2 100644 >--- a/textproc/p5-RDFStore/Makefile >+++ b/textproc/p5-RDFStore/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= RDFStore > PORTVERSION= 0.51 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= textproc perl5 > MASTER_SITES= CPAN > MASTER_SITE_SUBDIR= CPAN:AREGGIORI >diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile >index 91f9c1ff25e5..5ef829226211 100644 >--- a/textproc/redland/Makefile >+++ b/textproc/redland/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= redland > PORTVERSION= 1.0.17 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= textproc > MASTER_SITES= http://download.librdf.org/source/ > >diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile >index 12bbcb35d806..ec0bcfdbedcf 100644 >--- a/www/c-icap/Makefile >+++ b/www/c-icap/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= c-icap > PORTVERSION= 0.5.10 >+PORTREVISION= 1 > PORTEPOCH= 2 > CATEGORIES= www > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.5.x/ >diff --git a/www/crawl/Makefile b/www/crawl/Makefile >index c76bbf68ff07..027bee02c9d8 100644 >--- a/www/crawl/Makefile >+++ b/www/crawl/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= crawl > PORTVERSION= 0.4 >-PORTREVISION= 14 >+PORTREVISION= 15 > CATEGORIES= www > MASTER_SITES= http://www.monkey.org/~provos/ > >diff --git a/www/httest/Makefile b/www/httest/Makefile >index 847d1d09b09d..50e8f63a35d2 100644 >--- a/www/httest/Makefile >+++ b/www/httest/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= httest > PORTVERSION= 2.4.24 >+PORTREVISION= 1 > CATEGORIES= www > MASTER_SITES= SF/htt/htt${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} > >diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile >index fa5d326ff61c..2322f45f0ab9 100644 >--- a/www/mod_security/Makefile >+++ b/www/mod_security/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= mod_security > DISTVERSIONPREFIX= v > PORTVERSION= 2.9.5 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= www security > MASTER_SITES= https://github.com/SpiderLabs/ModSecurity/releases/download/v${PORTVERSION}/ > PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} >diff --git a/www/squidguard/Makefile b/www/squidguard/Makefile >index e2f913089c14..42cfbb15315a 100644 >--- a/www/squidguard/Makefile >+++ b/www/squidguard/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= squidGuard > PORTVERSION= 1.4 >-PORTREVISION= 15 >+PORTREVISION= 16 > CATEGORIES= www > MASTER_SITES= LOCAL/garga/squidguard/ > DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ >diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile >index d05f7c1a71ec..08b61041d2d2 100644 >--- a/www/webalizer/Makefile >+++ b/www/webalizer/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= webalizer > PORTVERSION= 2.23.8 >-PORTREVISION= 14 >+PORTREVISION= 15 > CATEGORIES+= www > MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/:main \ > ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/:main \ >-- >2.37.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 261523
:
231394
|
231406
|
231569
|
231617
|
235409
|
235422
|
236499
|
237252