diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2016-12-17 17:08:42 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2016-12-17 17:08:42 +0000 |
commit | c981ff6de0e9afd75044f9f8fdd1f25e3e10bcd5 (patch) | |
tree | 81aae3a5455e2870580335f9bf5bfc244d30718f /audio/fluidsynth | |
parent | Update to 1.2 (diff) |
Bump PORTREVISION (due to changed OPTIONS set in the previous commit)
Notes
Notes:
svn path=/head/; revision=428782
Diffstat (limited to 'audio/fluidsynth')
-rw-r--r-- | audio/fluidsynth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index 05d5ecb88ccc..3e8d2efb62a4 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -3,7 +3,7 @@ PORTNAME= fluidsynth PORTVERSION= 1.1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} |