diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/solfege/Makefile | 1 | ||||
-rw-r--r-- | audio/solfege/files/patch-csound-play-harmonic-interval.sh | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index 24b697f0216f..c7f89845b322 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -8,6 +8,7 @@ PORTNAME= solfege PORTVERSION= 3.7.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/audio/solfege/files/patch-csound-play-harmonic-interval.sh b/audio/solfege/files/patch-csound-play-harmonic-interval.sh new file mode 100644 index 000000000000..96f8c6135fd4 --- /dev/null +++ b/audio/solfege/files/patch-csound-play-harmonic-interval.sh @@ -0,0 +1,7 @@ +Index: lesson-files/bin/csound-play-harmonic-interval.sh +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + + # This file is free software; as a special exception the author gives + # unlimited permission to copy and/or distribute it, with or without |