Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Dec 2025 18:07:00 +0000
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d80169b2e9ec - main - audio/pms-devel: Un-deprecate
Message-ID:  <693470c4.feaf.6d5804c9@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by riggs:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d80169b2e9ec72c1704e15ba72de70afe2a4c502

commit d80169b2e9ec72c1704e15ba72de70afe2a4c502
Author:     Thomas Zander <riggs@FreeBSD.org>
AuthorDate: 2025-12-06 18:05:20 +0000
Commit:     Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2025-12-06 18:06:58 +0000

    audio/pms-devel: Un-deprecate
    
    The port does not depend on an old go version. Removed the version
    requirement and removed DEPRECATED.
---
 audio/pms-devel/Makefile | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/audio/pms-devel/Makefile b/audio/pms-devel/Makefile
index 6aa47d1053cd..71f0cbc58212 100644
--- a/audio/pms-devel/Makefile
+++ b/audio/pms-devel/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pms-devel
 PORTVERSION=	0.0.20231224
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	audio
 
 MAINTAINER=	riggs@FreeBSD.org
@@ -10,10 +10,7 @@ WWW=		https://github.com/ambientsound/pms
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:1.21,modules
-
-DEPRECATED=	Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
+USES=		go:modules
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	kimtore


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?693470c4.feaf.6d5804c9>