mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Fix csound interval script to use /bin/sh instead of /bin/bash
- bump PORTREVISION Approved by: miwi (mentor, implicit)
This commit is contained in:
parent
c264a5e4df
commit
5ee71c750d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187531
@ -8,6 +8,7 @@
|
||||
|
||||
PORTNAME= solfege
|
||||
PORTVERSION= 3.7.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user