diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-09-24 16:35:03 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-10-19 08:10:29 +0000 |
commit | dfe25d73e7fdd333c59008a4ec1859c7f93dacd6 (patch) | |
tree | b6a8137f21a4ba89c9ea209c17d5aa649890c7dc /audio/musicpd | |
parent | bf7bffc2c674136ee573e46d64dd85c96a586f6a (diff) | |
download | ports-dfe25d73e7fdd333c59008a4ec1859c7f93dacd6.tar.gz ports-dfe25d73e7fdd333c59008a4ec1859c7f93dacd6.zip |
devel/icu: update to 72.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by: GitHub (watch releases)
PR: 266582
Exp-run by: antoine
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 0289ec53dd34..172738d9fd74 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,5 +1,6 @@ PORTNAME= musicpd PORTVERSION= 0.23.10 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} |