aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2025-12-06 18:05:20 +0000
committerThomas Zander <riggs@FreeBSD.org>2025-12-06 18:06:58 +0000
commitd80169b2e9ec72c1704e15ba72de70afe2a4c502 (patch)
tree8e4ba9cdaaf34ddb0b98a87f87b4672519e8624e
parent39296a587fe0cc36e11f3f0c84cac159f8b182f3 (diff)
audio/pms-devel: Un-deprecate
The port does not depend on an old go version. Removed the version requirement and removed DEPRECATED.
-rw-r--r--audio/pms-devel/Makefile7
1 files 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