git: 5281f1cfec9a - main - devel/libevent-devel: fix MASTER_SITES, assume maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Jun 2023 02:07:20 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=5281f1cfec9a1853def74087868bd7072bfcad51 commit 5281f1cfec9a1853def74087868bd7072bfcad51 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2023-06-06 02:06:12 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2023-06-06 02:06:12 +0000 devel/libevent-devel: fix MASTER_SITES, assume maintainership The latter is of technical nature to reduce the tension on the lists. Feel free to reclaim if you believe you're in a better position to take care of this library. Reported by: diizzy --- devel/libevent-devel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/libevent-devel/Makefile b/devel/libevent-devel/Makefile index 212ea6b5a497..c08faccbe0d6 100644 --- a/devel/libevent-devel/Makefile +++ b/devel/libevent-devel/Makefile @@ -2,10 +2,10 @@ PORTNAME= libevent DISTVERSION= 2.2.1 DISTVERSIONSUFFIX= -alpha-dev CATEGORIES= devel -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${DISTVERSION}${DISTVERSIONSUFFIX}/ +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${DISTVERSION}-alpha/ PKGNAMESUFFIX= -devel -MAINTAINER= kbowling@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= API for executing callback functions on events or timeouts WWW= https://libevent.org/