git: e19ab53096cf - main - net/nmsg: Bump PORTREVSION of dependent ports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jul 2024 03:18:23 UTC
The branch main has been updated by truckman: URL: https://cgit.FreeBSD.org/ports/commit/?id=e19ab53096cf8b879748b58beb10143b4d9ba732 commit e19ab53096cf8b879748b58beb10143b4d9ba732 Author: Don Lewis <truckman@FreeBSD.org> AuthorDate: 2024-07-12 03:11:54 +0000 Commit: Don Lewis <truckman@FreeBSD.org> CommitDate: 2024-07-12 03:18:15 +0000 net/nmsg: Bump PORTREVSION of dependent ports The last uprade of net/nmsg changed its shared library version. Bump PORTREVISION of its dependent ports to force package rebuilds. Sponsored by: DomainTools LLC --- dns/dnstable-convert/Makefile | 2 +- net/axa/Makefile | 2 +- net/p5-Net-Nmsg/Makefile | 2 +- net/py-pynmsg/Makefile | 2 +- net/sie-nmsg/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dns/dnstable-convert/Makefile b/dns/dnstable-convert/Makefile index 7d47170f77f2..a50187aabc8a 100644 --- a/dns/dnstable-convert/Makefile +++ b/dns/dnstable-convert/Makefile @@ -1,6 +1,6 @@ PORTNAME= dnstable-convert PORTVERSION= 0.13.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= FARSIGHT LOCAL/truckman/farsight diff --git a/net/axa/Makefile b/net/axa/Makefile index 0dbf7c0bec0a..bae3ecaad2d2 100644 --- a/net/axa/Makefile +++ b/net/axa/Makefile @@ -1,6 +1,6 @@ PORTNAME= axa PORTVERSION= 3.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net dns MASTER_SITES= FARSIGHT LOCAL/truckman/farsight diff --git a/net/p5-Net-Nmsg/Makefile b/net/p5-Net-Nmsg/Makefile index 9fcc73a86a31..7a19a1cd16c8 100644 --- a/net/p5-Net-Nmsg/Makefile +++ b/net/p5-Net-Nmsg/Makefile @@ -1,6 +1,6 @@ PORTNAME= Net-Nmsg PORTVERSION= 0.17 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net perl5 MASTER_SITES= https://tools.netsa.cert.org/confluence/download/attachments/12320770/ \ CPAN diff --git a/net/py-pynmsg/Makefile b/net/py-pynmsg/Makefile index f94e2ee0d1ee..2c53e8065d4e 100644 --- a/net/py-pynmsg/Makefile +++ b/net/py-pynmsg/Makefile @@ -1,6 +1,6 @@ PORTNAME= pynmsg PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/sie-nmsg/Makefile b/net/sie-nmsg/Makefile index a1d338deb3ad..6278aa2d5275 100644 --- a/net/sie-nmsg/Makefile +++ b/net/sie-nmsg/Makefile @@ -1,6 +1,6 @@ PORTNAME= sie-nmsg PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net dns MAINTAINER= truckman@FreeBSD.org