Update to 1.12.5.
PR: 151158 (based on) Submitted by: Anton Yuzhaninov <ayuzhaninov@monitoring.int.vega.ru>
This commit is contained in:
parent
1d1e512ae9
commit
e868266ae7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263481
2 changed files with 7 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mpg123
|
||||
PORTVERSION= 1.12.3
|
||||
PORTVERSION= 1.12.5
|
||||
CATEGORIES= audio ipv6
|
||||
MASTER_SITES= SF \
|
||||
http://www.mpg123.de/download/
|
||||
|
@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ARGS= --with-audio=oss \
|
||||
--with-default-audio=oss
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CONFIG_SHELL=${SH} CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
CONFIGURE_ENV= CONFIG_SHELL=${SH} CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
MAN1= mpg123.1
|
||||
|
@ -39,6 +39,8 @@ WITH_CPU= i586
|
|||
.elif ${MACHINE_CPU:Mi486}
|
||||
WITH_CPU= i486
|
||||
.endif
|
||||
.elif ${ARCH} == "amd64"
|
||||
WITH_CPU= x86-64
|
||||
.endif
|
||||
|
||||
.if defined(WITH_CPU)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (mpg123-1.12.3.tar.bz2) = c1568be2d1715786bd6b1a89ec6fa7ef
|
||||
SHA256 (mpg123-1.12.3.tar.bz2) = ae0fe1bd85971421c24a35ebfc3662942a7815f57228091e69033279744246c6
|
||||
SIZE (mpg123-1.12.3.tar.bz2) = 809725
|
||||
MD5 (mpg123-1.12.5.tar.bz2) = 01fa64533cade452c2b22a3ce14a2fcd
|
||||
SHA256 (mpg123-1.12.5.tar.bz2) = 27008b972e37f35eb8a2a33af556adc29d8e10bf8f2c362f3e50254d682425c4
|
||||
SIZE (mpg123-1.12.5.tar.bz2) = 810881
|
||||
|
|
Loading…
Reference in a new issue