diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2008-07-23 10:48:01 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2008-07-23 10:48:01 +0000 |
commit | 43d7f04cac5c06214ba74eb265affd82bb6454df (patch) | |
tree | c286fa36a050f280768a7aea9e029609b6b5321f /audio | |
parent | 836c0508ca947f7456543865803d0a0e4293808f (diff) | |
download | ports-43d7f04cac5c06214ba74eb265affd82bb6454df.tar.gz ports-43d7f04cac5c06214ba74eb265affd82bb6454df.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gmidimonitor/Makefile | 8 | ||||
-rw-r--r-- | audio/gmidimonitor/distinfo | 6 | ||||
-rw-r--r-- | audio/gmidimonitor/files/patch-configure | 11 |
3 files changed, 17 insertions, 8 deletions
diff --git a/audio/gmidimonitor/Makefile b/audio/gmidimonitor/Makefile index 5935909cf0df..b801aff8efb2 100644 --- a/audio/gmidimonitor/Makefile +++ b/audio/gmidimonitor/Makefile @@ -6,12 +6,9 @@ # PORTNAME= gmidimonitor -PORTVERSION= 3.2 -PORTREVISION= 1 +PORTVERSION= 3.4 CATEGORIES= audio -# WARNING: the path below changes with every release. It's not enough to change -# the version number above. -MASTER_SITES= https://files.bountysource.com/file/download/588/ +MASTER_SITES= http://download.gna.org/gmidimonitor/ MAINTAINER= trasz@FreeBSD.org COMMENT= GTK+ application that shows MIDI events @@ -22,6 +19,7 @@ LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsamidi +CONFIGURE_ENV= "CFLAGS=${CFLAGS} -I${LOCALBASE}/include" USE_GMAKE= yes USE_GNOME= gtk20 libglade2 diff --git a/audio/gmidimonitor/distinfo b/audio/gmidimonitor/distinfo index 8ac801695a3d..dadc4717c0c6 100644 --- a/audio/gmidimonitor/distinfo +++ b/audio/gmidimonitor/distinfo @@ -1,3 +1,3 @@ -MD5 (gmidimonitor-3.2.tar.bz2) = 2473a25a4f9d049d5eccb481ab233a54 -SHA256 (gmidimonitor-3.2.tar.bz2) = ec7ebd31c91738cd8e1733f26fd2ba709b5e415b53e1aa2b8ca0a575675bcb2e -SIZE (gmidimonitor-3.2.tar.bz2) = 249262 +MD5 (gmidimonitor-3.4.tar.bz2) = 96281a49da9a5335c8a86d164dd6f553 +SHA256 (gmidimonitor-3.4.tar.bz2) = ae7cc4c6be1cbcb3dbedc7d76bad2871ee6ec896cf269b1086726d7d22f11095 +SIZE (gmidimonitor-3.4.tar.bz2) = 252382 diff --git a/audio/gmidimonitor/files/patch-configure b/audio/gmidimonitor/files/patch-configure new file mode 100644 index 000000000000..6b29ea5fad12 --- /dev/null +++ b/audio/gmidimonitor/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2008-07-23 12:17:35.000000000 +0200 ++++ configure 2008-07-23 12:18:05.000000000 +0200 +@@ -20374,7 +20374,7 @@ + ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +- if test "$jackmidi_nframes" == "yes" ++ if test "$jackmidi_nframes" = "yes" + then + + cat >>confdefs.h <<\_ACEOF |