diff options
author | adam <adam@pkgsrc.org> | 2020-05-06 14:04:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-05-06 14:04:05 +0000 |
commit | 6970defbb2f9e26c73129c4c8cfc20803b109467 (patch) | |
tree | c81d648805b099d82983eab8e643d64ab9cdb13f /audio/musicpd | |
parent | 5d40b7bcb0767de3a1d3ce1a480ed9035b4b97c1 (diff) | |
download | pkgsrc-6970defbb2f9e26c73129c4c8cfc20803b109467.tar.gz |
revbump after boost update
Diffstat (limited to 'audio/musicpd')
-rw-r--r-- | audio/musicpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 420f5ff07ac..c42fe413a14 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.217 2020/04/28 17:36:54 wiz Exp $ +# $NetBSD: Makefile,v 1.218 2020/05/06 14:04:18 adam Exp $ DISTNAME= mpd-0.21.23 PKGNAME= ${DISTNAME:S/mpd/musicpd/} +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/0.21/ EXTRACT_SUFX= .tar.xz |