Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2023 02:07:20 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5281f1cfec9a - main - devel/libevent-devel: fix MASTER_SITES, assume maintainership
Message-ID:  <202306060207.35627K6B078485@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306060207.35627K6B078485>