Upgrade to 0.11.25.
This commit is contained in:
parent
1c532a7a0e
commit
95d98a90fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353131
3 changed files with 4 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libuv
|
||||
PORTVERSION= 0.11.24
|
||||
PORTVERSION= 0.11.25
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://libuv.org/dist/v${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||
|
@ -20,7 +20,7 @@ TEST_DEPENDS= gyp:${PORTSDIR}/devel/py-gyp-devel \
|
|||
|
||||
USE_AUTOTOOLS= aclocal automake autoconf libtoolize
|
||||
ACLOCAL_ARGS= -I m4
|
||||
USES= pkgconfig
|
||||
USES= pkgconfig libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
run-autotools:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libuv-v0.11.24.tar.gz) = e2504d4832812c29338dd7a6cea8b51a7742e955bcf0b033be568911f2fc4218
|
||||
SIZE (libuv-v0.11.24.tar.gz) = 389041
|
||||
SHA256 (libuv-v0.11.25.tar.gz) = bbd79c101334a5ae31bf54631ef75910a8d8dc798a0c7672a596e02769b84d22
|
||||
SIZE (libuv-v0.11.25.tar.gz) = 389543
|
||||
|
|
|
@ -4,7 +4,6 @@ include/uv-unix.h
|
|||
include/uv-version.h
|
||||
include/uv.h
|
||||
lib/libuv.a
|
||||
lib/libuv.la
|
||||
lib/libuv.so
|
||||
lib/libuv.so.11
|
||||
libdata/pkgconfig/libuv.pc
|
||||
|
|
Loading…
Reference in a new issue