On Fri, Aug 26, 2022 at 05:40:00PM +0000, Klemens Nanni wrote: 
> Full ports diff for completeness.

Done with
        $ infrastructure/bin/portbump -r \
                devel/libgtop2 \
                games/warzone2100 \
                mail/mozilla-thunderbird \
                multimedia/gstreamer1/plugins-bad \
                net/miniupnp/miniupnpd \
                net/net-snmp,-main \
                net/usrsctp \
                net/zabbix,-main \
                security/aircrack-ng \
                www/firefox-esr \
                www/mozilla-firefox


> 
> OK to zap the switchport member now, wait, then commit the bumps?
> 

Ping.

Index: if_var.h
===================================================================
RCS file: /cvs/src/sys/net/if_var.h,v
retrieving revision 1.115
diff -u -p -r1.115 if_var.h
--- if_var.h    29 Aug 2022 07:51:45 -0000      1.115
+++ if_var.h    30 Aug 2022 11:05:28 -0000
@@ -133,7 +133,6 @@ struct ifnet {                              /* and the 
entries */
        int     if_pcount;              /* [N] # of promiscuous listeners */
        unsigned int if_bridgeidx;      /* [K] used by bridge ports */
        caddr_t if_bpf;                 /* packet filter structure */
-       caddr_t if_switchport;          /* used by switch ports */
        caddr_t if_mcast;               /* used by multicast code */
        caddr_t if_mcast6;              /* used by IPv6 multicast code */
        caddr_t if_pf_kif;              /* pf interface abstraction */


Index: security/aircrack-ng/Makefile
===================================================================
RCS file: /cvs/ports/security/aircrack-ng/Makefile,v
retrieving revision 1.36
diff -u -p -u -r1.36 Makefile
--- security/aircrack-ng/Makefile       11 Mar 2022 19:53:17 -0000      1.36
+++ security/aircrack-ng/Makefile       30 Aug 2022 11:31:56 -0000
@@ -1,6 +1,6 @@
 COMMENT=               802.11 WEP and WPA-PSK keys cracking program
 DISTNAME=              aircrack-ng-1.5.2
-REVISION=              7
+REVISION=              8
 CATEGORIES=            security
 
 HOMEPAGE=              https://www.aircrack-ng.org/
Index: www/firefox-esr/Makefile
===================================================================
RCS file: /cvs/ports/www/firefox-esr/Makefile,v
retrieving revision 1.177
diff -u -p -u -r1.177 Makefile
--- www/firefox-esr/Makefile    23 Aug 2022 17:24:28 -0000      1.177
+++ www/firefox-esr/Makefile    30 Aug 2022 11:31:55 -0000
@@ -13,6 +13,7 @@ HOMEPAGE =    https://www.mozilla.org/firef
 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
 
Index: www/mozilla-firefox/Makefile
===================================================================
RCS file: /cvs/ports/www/mozilla-firefox/Makefile,v
retrieving revision 1.506
diff -u -p -u -r1.506 Makefile
--- www/mozilla-firefox/Makefile        23 Aug 2022 17:29:27 -0000      1.506
+++ www/mozilla-firefox/Makefile        30 Aug 2022 11:31:55 -0000
@@ -8,6 +8,7 @@ MOZILLA_PROFDATA_TASKID=etJgDqZQRoCNCuHU
 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/
Index: multimedia/gstreamer1/plugins-bad/Makefile
===================================================================
RCS file: /cvs/ports/multimedia/gstreamer1/plugins-bad/Makefile,v
retrieving revision 1.93
diff -u -p -u -r1.93 Makefile
--- multimedia/gstreamer1/plugins-bad/Makefile  16 Jun 2022 15:18:56 -0000      
1.93
+++ multimedia/gstreamer1/plugins-bad/Makefile  30 Aug 2022 11:31:54 -0000
@@ -2,6 +2,7 @@ COMMENT=                bad elements for GStreamer
 
 DISTNAME=              gst-plugins-bad-${V}
 PKGNAME=               ${GST_PKGNAME_PREFIX}-plugins-bad-${V}
+REVISION=              0
 
 SHARED_LIBS += gsturidownloader-1.0      5.0 # 0.2003.0
 SHARED_LIBS += gstadaptivedemux-1.0      4.0 # 0.2003.0
Index: devel/libgtop2/Makefile
===================================================================
RCS file: /cvs/ports/devel/libgtop2/Makefile,v
retrieving revision 1.147
diff -u -p -u -r1.147 Makefile
--- devel/libgtop2/Makefile     11 Mar 2022 18:50:34 -0000      1.147
+++ devel/libgtop2/Makefile     30 Aug 2022 11:31:54 -0000
@@ -6,7 +6,7 @@ COMMENT=                portable library for obtaining
 GNOME_VERSION=         2.40.0
 GNOME_PROJECT=         libgtop
 PKGNAME=               libgtop2-${VERSION}
-REVISION=              1
+REVISION=              2
 
 SHARED_LIBS=           gtop-2.0        10.0    # .10.0
 
Index: net/usrsctp/Makefile
===================================================================
RCS file: /cvs/ports/net/usrsctp/Makefile,v
retrieving revision 1.6
diff -u -p -u -r1.6 Makefile
--- net/usrsctp/Makefile        11 Mar 2022 19:48:02 -0000      1.6
+++ net/usrsctp/Makefile        30 Aug 2022 11:31:53 -0000
@@ -3,7 +3,7 @@ GH_ACCOUNT =            sctplab
 GH_PROJECT =           usrsctp
 GH_TAGNAME =           0.9.5.0
 CATEGORIES =           net
-REVISION =             3
+REVISION =             4
 
 MASTER_SITES0 =                https://github.com/sctplab/usrsctp/commit/
 PATCHFILES =           usrsctplib-link-pthread-{}40e35a7.patch:0 \
Index: net/miniupnp/miniupnpd/Makefile
===================================================================
RCS file: /cvs/ports/net/miniupnp/miniupnpd/Makefile,v
retrieving revision 1.25
diff -u -p -u -r1.25 Makefile
--- net/miniupnp/miniupnpd/Makefile     1 Jun 2022 23:29:32 -0000       1.25
+++ net/miniupnp/miniupnpd/Makefile     30 Aug 2022 11:31:55 -0000
@@ -8,6 +8,7 @@ WRKDIST=        ${WRKDIR}/miniupnp-${GH_COMMIT}
 ##
 
 DISTNAME=      miniupnpd-2.3.0pl20220601
+REVISION=      0
 
 # uses pledge()
 WANTLIB += c crypto kvm ssl
Index: net/net-snmp/Makefile
===================================================================
RCS file: /cvs/ports/net/net-snmp/Makefile,v
retrieving revision 1.121
diff -u -p -u -r1.121 Makefile
--- net/net-snmp/Makefile       17 Jul 2022 09:03:22 -0000      1.121
+++ net/net-snmp/Makefile       30 Aug 2022 11:31:52 -0000
@@ -6,6 +6,7 @@ DISTNAME=       net-snmp-$V
 MULTI_PACKAGES=        -main -tkmib
 PKGNAME-main=  net-snmp-$V
 PKGNAME-tkmib= net-snmp-tkmib-$V
+REVISION-main= 0
 
 # tkmib isn't flavoured
 FULLPKGPATH-tkmib= net/net-snmp,-tkmib
Index: net/zabbix/Makefile
===================================================================
RCS file: /cvs/ports/net/zabbix/Makefile,v
retrieving revision 1.191
diff -u -p -u -r1.191 Makefile
--- net/zabbix/Makefile 12 Aug 2022 17:51:32 -0000      1.191
+++ net/zabbix/Makefile 30 Aug 2022 11:31:53 -0000
@@ -12,6 +12,7 @@ PKGNAME-proxy =               zabbix-proxy-${VERSION}
 FULLPKGNAME-web =      zabbix-web-${VERSION}
 FULLPKGPATH-web =      net/zabbix,-web
 CATEGORIES =           net
+REVISION-main =                0
 
 MAJV =                 ${VERSION:C/^([0-9]+\.[0-9]+).*/\1/}
 
Index: mail/mozilla-thunderbird/Makefile
===================================================================
RCS file: /cvs/ports/mail/mozilla-thunderbird/Makefile,v
retrieving revision 1.389
diff -u -p -u -r1.389 Makefile
--- mail/mozilla-thunderbird/Makefile   23 Aug 2022 17:25:25 -0000      1.389
+++ mail/mozilla-thunderbird/Makefile   30 Aug 2022 11:31:52 -0000
@@ -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 = :
Index: games/warzone2100/Makefile
===================================================================
RCS file: /cvs/ports/games/warzone2100/Makefile,v
retrieving revision 1.45
diff -u -p -u -r1.45 Makefile
--- games/warzone2100/Makefile  11 Mar 2022 19:05:10 -0000      1.45
+++ games/warzone2100/Makefile  30 Aug 2022 11:31:56 -0000
@@ -8,6 +8,7 @@ CATEGORIES=     games
 MASTER_SITES=  https://github.com/Warzone2100/warzone2100/releases/download/$V/
 DISTFILES=     warzone2100-${V}{warzone2100_src}${EXTRACT_SUFX}
 EXTRACT_SUFX=  .tar.xz
+REVISION=      0
 
 HOMEPAGE=      https://wz2100.net/
 

Reply via email to