From a6a27bb4137b45b4bbce7b3aec9815633cc6afb6 Mon Sep 17 00:00:00 2001 From: Zsolt Udvari Date: Thu, 24 Apr 2025 09:50:55 +0200 Subject: [PATCH] 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. See 0dd72a25281b943eff37157c9dd9ce39e7117291. --- devel/libinotify/Makefile | 1 + devel/pcre2/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/devel/libinotify/Makefile b/devel/libinotify/Makefile index 59bdda9464a8..5487626c9544 100644 --- a/devel/libinotify/Makefile +++ b/devel/libinotify/Makefile @@ -1,5 +1,6 @@ PORTNAME= libinotify PORTVERSION= 20240724 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/libinotify-kqueue/libinotify-kqueue/releases/download/${PORTVERSION}/ diff --git a/devel/pcre2/Makefile b/devel/pcre2/Makefile index c8272a644c23..5fe467cf5cbf 100644 --- a/devel/pcre2/Makefile +++ b/devel/pcre2/Makefile @@ -1,5 +1,6 @@ PORTNAME= pcre2 DISTVERSION= 10.45 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/PCRE2Project/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/