diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-04-24 05:48:44 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-04-24 05:48:44 +0200 |
commit | 0dd72a25281b943eff37157c9dd9ce39e7117291 (patch) | |
tree | a2c4a6667f91fef1afb4ad138dd05ffb9d923f21 | |
parent | ports-mgmt/pkg: update to 2.1.2 (diff) |
regression: bump packages known to trigger the pkg 2.1.1 regression
A regression was introduced in pkg 2.1.1 which results in at least those
packages ending up depending on themselves.
Bump to force rebuild them
-rw-r--r-- | devel/gettext-tools/Makefile | 2 | ||||
-rw-r--r-- | devel/glib20/Makefile | 1 | ||||
-rw-r--r-- | devel/pkgconf/Makefile | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/devel/gettext-tools/Makefile b/devel/gettext-tools/Makefile index f49004bd43e8..ae5f960afa28 100644 --- a/devel/gettext-tools/Makefile +++ b/devel/gettext-tools/Makefile @@ -3,7 +3,7 @@ # discretion. PORTNAME= gettext-tools -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= GNU gettext development and translation tools WWW= https://www.gnu.org/software/gettext/ diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index ef3b3598c398..170e4515ae0f 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -1,5 +1,6 @@ PORTNAME= glib DISTVERSION= 2.84.1 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= GNOME diff --git a/devel/pkgconf/Makefile b/devel/pkgconf/Makefile index e7c4a8f2eaf0..36f3d686afb8 100644 --- a/devel/pkgconf/Makefile +++ b/devel/pkgconf/Makefile @@ -1,5 +1,6 @@ PORTNAME= pkgconf PORTVERSION= 2.3.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://distfiles.ariadne.space/${PORTNAME}/ |