diff options
author | Zsolt Udvari <uzsolt@FreeBSD.org> | 2025-04-24 09:50:55 +0200 |
---|---|---|
committer | Zsolt Udvari <uzsolt@FreeBSD.org> | 2025-04-24 09:50:55 +0200 |
commit | a6a27bb4137b45b4bbce7b3aec9815633cc6afb6 (patch) | |
tree | d5e7159c3f1f223e58bd3ca2adeca576d187a450 | |
parent | deskutils/fet: Update to 7.1.8 (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.
See 0dd72a25281b943eff37157c9dd9ce39e7117291.
-rw-r--r-- | devel/libinotify/Makefile | 1 | ||||
-rw-r--r-- | devel/pcre2/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
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}/ |