Update libumidi to 2.1.2
- Fix compilation under FreeBSD (NO_WERROR is defined). Approved by: pi (implicit)
This commit is contained in:
parent
f850071da4
commit
0ae4561ae9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560851
2 changed files with 8 additions and 6 deletions
|
@ -2,10 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libumidi
|
||||
PORTVERSION= 2.1.1
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.1.2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
|
||||
http://home.selasky.org/distfiles/
|
||||
|
||||
MAINTAINER= hselasky@FreeBSD.org
|
||||
COMMENT= Universal general purpose MIDI library
|
||||
|
@ -15,6 +14,9 @@ LICENSE= BSD2CLAUSE
|
|||
USES= tar:bzip2 uidfix
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= hselasky
|
||||
|
||||
OPTIONS_DEFINE= DEBUG JACK
|
||||
OPTIONS_DEFAULT=JACK
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1587196157
|
||||
SHA256 (libumidi-2.1.1.tar.bz2) = e439d303f674389827b32d35ce83b01fc7541297cff4963f18c95033f4a7126a
|
||||
SIZE (libumidi-2.1.1.tar.bz2) = 27776
|
||||
TIMESTAMP = 1610191680
|
||||
SHA256 (hselasky-libumidi-v2.1.2_GH0.tar.gz) = b5f33b69a6cd68b505475c6cd883bc5cafea46b6e73f7029ae3a20b24f2b1729
|
||||
SIZE (hselasky-libumidi-v2.1.2_GH0.tar.gz) = 37938
|
||||
|
|
Loading…
Reference in a new issue