git: c6fceb97fbc9 - main - irc/bnc: Update MASTER_SITES and return to pool
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Jan 2024 08:55:03 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c6fceb97fbc9e66a9545689a9696b2bed1d400e5 commit c6fceb97fbc9e66a9545689a9696b2bed1d400e5 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-01-06 08:44:55 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-01-06 08:54:14 +0000 irc/bnc: Update MASTER_SITES and return to pool Update MASTER_SITES and return to pool as bsdforge.com has expired Approved by: portmgr --- irc/bnc/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/irc/bnc/Makefile b/irc/bnc/Makefile index 105034e403dd..d383a3def4ad 100644 --- a/irc/bnc/Makefile +++ b/irc/bnc/Makefile @@ -1,13 +1,10 @@ PORTNAME= bnc -PORTVERSION= 2.9.4 +DISTVERSION= 2.9.4 CATEGORIES= irc -MASTER_SITES= http://home.risingnet.net/download/ \ - http://bnc.acmeshells.com/ \ - http://www.sourcefiles.org/System/Servers/ \ - https://BSDforge.com/projects/source/irc/bnc/ -DISTNAME= ${PORTNAME}${PORTVERSION} +MASTER_SITES= http://home.risingnet.net/download/ +DISTNAME= ${PORTNAME}${DISTVERSION} -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Simple IRC relay proxy with support for virtual hosting LICENSE= GPLv2