diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-18 05:01:28 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-18 05:01:28 +0800 |
commit | c6be8b0fc823bb539559ac9926a53294d23e1fef (patch) | |
tree | 073e96e19b54da0c05a76675d81cdaa79913296f /audio | |
parent | c251e2f4c8c9224fa2c43b56f8366d54bac53da5 (diff) | |
download | freebsd-ports-gnome-c6be8b0fc823bb539559ac9926a53294d23e1fef.tar.gz freebsd-ports-gnome-c6be8b0fc823bb539559ac9926a53294d23e1fef.tar.zst freebsd-ports-gnome-c6be8b0fc823bb539559ac9926a53294d23e1fef.zip |
Update to version 3.2.1
PR: ports/99041
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/solfege/Makefile | 11 | ||||
-rw-r--r-- | audio/solfege/distinfo | 6 | ||||
-rw-r--r-- | audio/solfege/pkg-plist | 4 |
3 files changed, 11 insertions, 10 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index 3dcc6644c733..ef4e33baf17a 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -7,7 +7,7 @@ # PORTNAME= solfege -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -33,6 +33,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4 CONFIGURE_ARGS= --disable-oss-sound \ --enable-docbook-stylesheet=${STYLESHEET} +MAKE_ARGS= skipmanual=YES MAN1= lessonfile_editor.1 solfege.1 @@ -45,13 +46,9 @@ post-patch: @${REINPLACE_CMD} -e 's|share", "solfege|share", "gnome", "solfege|g' \ ${WRKSRC}/${file} .endfor -.for file in default.config @${REINPLACE_CMD} -e 's|type=sequencer-device|type=fake-synth|g ; \ - s|/usr/bin|${LOCALBASE}/bin|g' ${WRKSRC}/${file} -.endfor -.for file in po/Makefile + s|/usr/bin|${LOCALBASE}/bin|g' ${WRKSRC}/default.config @${REINPLACE_CMD} -e 's|(datadir)/locale|(prefix)/share/locale|g' \ - ${WRKSRC}/${file} -.endfor + ${WRKSRC}/po/Makefile .include <bsd.port.mk> diff --git a/audio/solfege/distinfo b/audio/solfege/distinfo index 67d6516ed1ba..8a268aef899f 100644 --- a/audio/solfege/distinfo +++ b/audio/solfege/distinfo @@ -1,3 +1,3 @@ -MD5 (solfege-3.2.0.tar.gz) = a0ccfc77320cb5acfa9a79749c77a723 -SHA256 (solfege-3.2.0.tar.gz) = 388e97a0dff5a7d0ef16fc8969ed6d0feebe19458018434bc4aa18c2903774eb -SIZE (solfege-3.2.0.tar.gz) = 5145855 +MD5 (solfege-3.2.1.tar.gz) = c0cd383696c0a0a7504bd65e54225c32 +SHA256 (solfege-3.2.1.tar.gz) = 84769132e7429f9fa928f75709a1f290639ecdfd3b02d83da94afc70a580c4c6 +SIZE (solfege-3.2.1.tar.gz) = 5144248 diff --git a/audio/solfege/pkg-plist b/audio/solfege/pkg-plist index 62eead419042..77b29c53d785 100644 --- a/audio/solfege/pkg-plist +++ b/audio/solfege/pkg-plist @@ -191,6 +191,7 @@ share/gnome/solfege/help/C/ly/theory-intervals-4.png share/gnome/solfege/help/C/melodicinterval.html share/gnome/solfege/help/C/melodicintervals-module.html share/gnome/solfege/help/C/midi-instrument-names.html +share/gnome/solfege/help/C/music-theory.html share/gnome/solfege/help/C/online-resources.html share/gnome/solfege/help/C/preferences-window.html share/gnome/solfege/help/C/rhythm-module.html @@ -245,6 +246,7 @@ share/gnome/solfege/help/fr/index.html share/gnome/solfege/help/fr/melodicinterval.html share/gnome/solfege/help/fr/melodicintervals-module.html share/gnome/solfege/help/fr/midi-instrument-names.html +share/gnome/solfege/help/fr/music-theory.html share/gnome/solfege/help/fr/online-resources.html share/gnome/solfege/help/fr/preferences-window.html share/gnome/solfege/help/fr/rhythm-module.html @@ -299,6 +301,7 @@ share/gnome/solfege/help/no/index.html share/gnome/solfege/help/no/melodicinterval.html share/gnome/solfege/help/no/melodicintervals-module.html share/gnome/solfege/help/no/midi-instrument-names.html +share/gnome/solfege/help/no/music-theory.html share/gnome/solfege/help/no/online-resources.html share/gnome/solfege/help/no/preferences-window.html share/gnome/solfege/help/no/rhythm-module.html @@ -353,6 +356,7 @@ share/gnome/solfege/help/tr/index.html share/gnome/solfege/help/tr/melodicinterval.html share/gnome/solfege/help/tr/melodicintervals-module.html share/gnome/solfege/help/tr/midi-instrument-names.html +share/gnome/solfege/help/tr/music-theory.html share/gnome/solfege/help/tr/online-resources.html share/gnome/solfege/help/tr/preferences-window.html share/gnome/solfege/help/tr/rhythm-module.html |