diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2025-06-29 13:20:03 +0200 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2025-06-30 17:00:39 +0200 |
commit | 9eb3fb8e5bc151a15e62e82df91ded9c4366e18c (patch) | |
tree | d45500bcae960f5a0e22260b4a7f6dc40cad1adc /net | |
parent | */*libuuid, */*libblkid: build MANPAGES by default as before. (diff) |
*/*: Bump PORTREVISION after libuuid/libblkid switch
from e2fsprogs to util-linux, to complete the bump of all users
of either library that started with Alexander's commit titled
'*/*: Switch to misc/libuuid and misc/libblkid'
PR: 251489
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk18/Makefile | 2 | ||||
-rw-r--r-- | net/freeswitch/Makefile | 2 | ||||
-rw-r--r-- | net/gupnp/Makefile | 2 | ||||
-rw-r--r-- | net/mosquitto/Makefile | 1 | ||||
-rw-r--r-- | net/pacemaker2/Makefile | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/net/asterisk18/Makefile b/net/asterisk18/Makefile index 0ed359f32cfc..3d0dd0fead83 100644 --- a/net/asterisk18/Makefile +++ b/net/asterisk18/Makefile @@ -1,6 +1,6 @@ PORTNAME= asterisk PORTVERSION= 18.26.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index 5d243aea8075..e6456b3af785 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -1,6 +1,6 @@ PORTNAME= freeswitch DISTVERSION= 1.10.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= https://files.freeswitch.org/releases/freeswitch/ \ https://files.freeswitch.org/releases/sounds/:sounds diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index e14e3c8164fa..ddf2c1452b9e 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -1,6 +1,6 @@ PORTNAME= gupnp PORTVERSION= 1.6.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= GNOME diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index f7426ef180a5..4ccc5523b4be 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -1,5 +1,6 @@ PORTNAME= mosquitto DISTVERSION= 2.0.21 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://mosquitto.org/files/source/ diff --git a/net/pacemaker2/Makefile b/net/pacemaker2/Makefile index 197b6d4e1408..2271fbf46fe3 100644 --- a/net/pacemaker2/Makefile +++ b/net/pacemaker2/Makefile @@ -1,5 +1,5 @@ PORTVERSION= 2.1.7 -PORTREVISION= 4 +PORTREVISION= 5 PKGNAMESUFFIX= 2 WWW= https://www.clusterlabs.org/pacemaker/ |