diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-07-05 07:00:50 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-07-05 07:00:50 +0000 |
commit | d080706349d75f7a1bcf0c76565526a798a483ba (patch) | |
tree | 19f70e7e06cf3ff083d9fb5f4cbb560bffac93e3 /audio/gmidimonitor/Makefile | |
parent | f26e122ce7b6f6b441b95b23258be81ae559ca0d (diff) | |
download | ports-d080706349d75f7a1bcf0c76565526a798a483ba.tar.gz ports-d080706349d75f7a1bcf0c76565526a798a483ba.zip |
Notes
Diffstat (limited to 'audio/gmidimonitor/Makefile')
-rw-r--r-- | audio/gmidimonitor/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/gmidimonitor/Makefile b/audio/gmidimonitor/Makefile index 8dfeef4d5c5e..3430e2c1cde3 100644 --- a/audio/gmidimonitor/Makefile +++ b/audio/gmidimonitor/Makefile @@ -6,10 +6,11 @@ # PORTNAME= gmidimonitor -PORTVERSION= 3.1 -PORTREVISION= 1 +PORTVERSION= 3.2 CATEGORIES= audio -MASTER_SITES= https://files.bountysource.com/file/download/583/ +# WARNING: the path below changes with every release. It's not enough to change +# the version number above. +MASTER_SITES= https://files.bountysource.com/file/download/588/ MAINTAINER= trasz@freebsd.org COMMENT= GTK+ application that shows MIDI events |