diff options
author | nox <nox@FreeBSD.org> | 2007-03-17 03:45:33 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2007-03-17 03:45:33 +0800 |
commit | e0a573da5995fda5ef37b2461410c7353d1b3131 (patch) | |
tree | eb09a6f7788939463b579915c1e22bac1cc6785d /audio | |
parent | 7ee752c9ac746ef845095720f4c7104b74bc0291 (diff) | |
download | freebsd-ports-gnome-e0a573da5995fda5ef37b2461410c7353d1b3131.tar.gz freebsd-ports-gnome-e0a573da5995fda5ef37b2461410c7353d1b3131.tar.zst freebsd-ports-gnome-e0a573da5995fda5ef37b2461410c7353d1b3131.zip |
- Fix csound interval script to use /bin/sh instead of /bin/bash
- bump PORTREVISION
Approved by: miwi (mentor, implicit)
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 |