FreeBSD Bugzilla – Attachment 236499 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), 36.79 KB, created by
Yasuhiro Kimura
on 2022-09-11 11:53:11 UTC
(
hide
)
Description:
Updated patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2022-09-11 11:53:11 UTC
Size:
36.79 KB
patch
obsolete
>From 407b830db8ee2fc4ccb063d505fdb61ffa72c8e9 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/librcc/Makefile | 2 +- > devel/rsvndump/Makefile | 1 + > dns/bind916/Makefile | 2 +- > dns/dnshistory/Makefile | 2 +- > dns/fastresolve/Makefile | 2 +- > editors/nvi2/Makefile | 1 + > 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 | 1 + > mail/neomutt/Makefile | 1 + > mail/opendkim/Makefile | 2 +- > mail/perdition/Makefile | 2 +- > mail/postfix-current/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/jigdo/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/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 +- > 77 files changed, 96 insertions(+), 130 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 492894708413..2a2608338256 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 f94aa1ff7729..8fcbaa7d43f6 100644 >--- a/UPDATING >+++ b/UPDATING >@@ -62,6 +62,15 @@ you update your ports collection, before attempting any port upgrades. > With portmaster or portupgrade (replace the command accordingly): > portmaster -o archivers/py-borgbackup11 archivers/py-borgbackup > >+20220904: >+ 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=5' in /etc/make.conf. >+ > 20220901: > AFFECTS: users of mail/rainloop-community > AUTHOR: yasu@FreeBSD.org >diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile >index 442db528d1a4..a74586a1be75 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 68a656778b87..81a9732cbd18 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 db4a331a9263..6eefa407fd8e 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 a050d457f5b9..606238aafdf0 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 49a3fbde2a82..5977ea8eea66 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 010f847b90f1..df7cc871c171 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 68a29c139632..0191333b8680 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 2ff9b1d4b992..c8fb158c361c 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 d7522939174f..689e21889b48 100644 >--- a/databases/evolution-data-server/Makefile >+++ b/databases/evolution-data-server/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= evolution-data-server > DISTVERSION= 3.44.4 >+PORTREVISION= 1 > CATEGORIES= databases gnome > MASTER_SITES= GNOME > DIST_SUBDIR= gnome >diff --git a/databases/fortytwo-bdb/Makefile b/databases/fortytwo-bdb/Makefile >index bcce7c7c6471..ffaa6687f309 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 2806108832da..ce6e3f4826ca 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 9642898ccd20..16bc4ac2591e 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 87d561d6cbf1..235f46757949 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 619a6d666dec..afea37cabb14 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 616efd479384..137a09e15e5d 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 b4b1f20ec0f3..d3a6b8b59a68 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 eed067aecdc6..9cb01308644d 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 644cd93f517c..2d0fa623cf66 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 c89bcda1ac11..6aa774532fc6 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/librcc/Makefile b/devel/librcc/Makefile >index 164e84a40ba3..4ea4a4de3088 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 03701b3def98..0447c8b940bf 100644 >--- a/devel/rsvndump/Makefile >+++ b/devel/rsvndump/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= rsvndump > PORTVERSION= 0.6.1 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} > >diff --git a/dns/bind916/Makefile b/dns/bind916/Makefile >index 70b408396cd4..a71b6c36b700 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 8ea3d90b6330..4a28c0c4e91f 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 4defb614d363..4ed8430e58fd 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 d9f955eb7d57..5e05ac6aff51 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/graphics/fortytwo/Makefile b/graphics/fortytwo/Makefile >index 079046684a80..8ca8befc0843 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 6d0c8976a057..93d218ba379f 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 a10a44b4ec8c..f7e80543699f 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 7c882271aa11..2b3168d5ad1b 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 56385c830e24..25b25a52c593 100644 >--- a/lang/php81/Makefile >+++ b/lang/php81/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= php81 > DISTVERSION= 8.1.10 >-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 a2f96d9bacb1..efeed3b0031d 100644 >--- a/lang/php82/Makefile >+++ b/lang/php82/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= php82 > DISTVERSION= 8.2.0beta2 >-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 6d7a086be8ec..27f7a4d93334 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 fb7e0acb4b82..0a202136ee89 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 84f5b7675316..b07c289e54d9 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 602a9fe633cf..cf7bbc79a982 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 794ac23f463c..9780ba22efbe 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 6f75534550e6..0a872e19376b 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 728ccccec437..5c7c89af3e92 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 761a50129c29..1377b64c5f55 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 \ >@@ -44,7 +44,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 >@@ -337,7 +337,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 6aba20e6b7bb..86b5ea5bae38 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 2bc408fa5f33..9de86aec08f2 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 f4238214f57e..a80ed92601db 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 a5a6c2a5b279..cd3e750bb40d 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 19439e7ec7bd..07d205d0c5f5 100644 >--- a/mail/mutt/Makefile >+++ b/mail/mutt/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= mutt > DISTVERSION= 2.2.7 >+PORTREVISION= 1 > 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 82b5e8b0cabd..c84fde69a4f1 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 0a0ee017100f..4555d9b7b928 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 fa393b4bc0c8..dc667513ecbc 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 140ed06488e9..597ce7d600cc 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/sendmail-devel/Makefile b/mail/sendmail-devel/Makefile >index 5c9ebb63f334..a32cca96becc 100644 >--- a/mail/sendmail-devel/Makefile >+++ b/mail/sendmail-devel/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= sendmail > PORTVERSION= 8.17.1.20 >-PORTREVISION= 0 >+PORTREVISION= 1 > 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 10743edef70a..9417d3c2b2b2 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 b76a2e9c4548..e9bd2c40ee61 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 cb6c08167c8e..9f8a79f5bae1 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 1d1e83dbf878..f5f505acd79c 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 b0556e23f46f..63a60088cffd 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 6f7f4a2d0d54..511fa0a20d3f 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/jigdo/Makefile b/net-p2p/jigdo/Makefile >index 9aafa61365ce..9996b741aa7d 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/netatalk3/Makefile b/net/netatalk3/Makefile >index 87e0f5fd840f..71d081b6c62c 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 bd9f5d6f9d10..81aed7edc0e6 100644 >--- a/net/openldap24-server/Makefile >+++ b/net/openldap24-server/Makefile >@@ -48,8 +48,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 d2d767f14bb5..b4ec73ff0f3a 100644 >--- a/news/inn/Makefile >+++ b/news/inn/Makefile >@@ -1,6 +1,6 @@ > PORTNAME?= inn > PORTVERSION?= 2.7.0 >-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 98eeb8d035fd..e35a0084284a 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 fa1ac5d47796..74a8e70f16ff 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) > WWW= https://www.cyrusimap.org/sasl/ > >diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile >index e731686bdc09..804fbaba9dac 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/sks/Makefile b/security/sks/Makefile >index 1e9eed74fb3c..61fd8c7430c6 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 02e4b317d75e..383148e80c81 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 9b70bd7abbff..30c6a41008d1 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 dc200aecabc2..c82e71cc6fd6 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 a4d1ee191970..ba00a16150c2 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 6550e99b4807..6f0e4bdf31d6 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 75cc1aea1426..f90a590fabbd 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 020904935a6c..b31a7946f662 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 a8a9ac5c643b..9e2336bbcff7 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 4c968c55abc7..141a32b5d056 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 3cdce4c26aea..08d9aad23f2e 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.3 >
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