diff options
author | yuri <yuri@FreeBSD.org> | 2017-11-13 04:23:00 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2017-11-13 04:23:00 +0800 |
commit | cde2d285f52b6b5c18984a012ba3277cd497cf41 (patch) | |
tree | dd89c1dc858adf0f27b3e93bd20eed6e9db2326f | |
parent | 47584a6eb84195bd1faa5d451762c8401371f5c7 (diff) | |
download | freebsd-ports-gnome-cde2d285f52b6b5c18984a012ba3277cd497cf41.tar.gz freebsd-ports-gnome-cde2d285f52b6b5c18984a012ba3277cd497cf41.tar.zst freebsd-ports-gnome-cde2d285f52b6b5c18984a012ba3277cd497cf41.zip |
audio/drumstick: Bumped PORTREVISION after adding MANPAGES to OPTIONS_DEFAULT
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12999
-rw-r--r-- | audio/drumstick/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/drumstick/Makefile b/audio/drumstick/Makefile index 5f5544e197a0..99ed40a9bc42 100644 --- a/audio/drumstick/Makefile +++ b/audio/drumstick/Makefile @@ -2,6 +2,7 @@ PORTNAME= drumstick DISTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= audio multimedia MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ |