diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2022-08-13 20:47:12 +0200 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2022-08-13 20:51:14 +0200 |
commit | 875d7c7d1985049af69dcafec40b6669c562781c (patch) | |
tree | 1095c16fef0db86cfddb1e66c4bda1621ceedf17 /audio/musicpc | |
parent | devel/xxhash: fix static_assert to _Static_assert (diff) |
*: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix.
Diffstat (limited to 'audio/musicpc')
-rw-r--r-- | audio/musicpc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/musicpc/Makefile b/audio/musicpc/Makefile index 6bf08d91440a..4827199fcdbb 100644 --- a/audio/musicpc/Makefile +++ b/audio/musicpc/Makefile @@ -1,5 +1,6 @@ PORTNAME= musicpc DISTVERSION= 0.34 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.musicpd.org/download/mpc/0/ DISTNAME= mpc-${PORTVERSION} |