diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-10-05 22:43:38 +0200 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-11-17 12:46:00 +0100 |
commit | e55b80195e2af4bd63088de216ccd3e23be81c1f (patch) | |
tree | 2940e8bbfa7b746e0ca39510d33120efd8d69e5e /audio/musicpd | |
parent | graphics/impressive: Update to 0.13.2 (diff) |
devel/icu: update to 74.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by: GitHub (watch releases)
PR: 274317
Exp-run by: antoine (incomplete)
Approved by: fluffy
Diffstat (limited to 'audio/musicpd')
-rw-r--r-- | audio/musicpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index e2164fbbf62b..010628b54f4f 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,5 +1,6 @@ PORTNAME= musicpd PORTVERSION= 0.23.14 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} |