diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2014-03-12 21:40:00 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2014-03-12 21:40:00 +0000 |
commit | 5c8f9ad914bad4993e02e2a6bf7a7b53c429fa1c (patch) | |
tree | e98a1717258c7a92655afd0b5845e6cf9eca1155 /devel/libuv | |
parent | b36eb13e440ff802a6d7e37a20c4bd97dfbf0959 (diff) | |
download | ports-5c8f9ad914bad4993e02e2a6bf7a7b53c429fa1c.tar.gz ports-5c8f9ad914bad4993e02e2a6bf7a7b53c429fa1c.zip |
Notes
Diffstat (limited to 'devel/libuv')
-rw-r--r-- | devel/libuv/Makefile | 2 | ||||
-rw-r--r-- | devel/libuv/distinfo | 4 | ||||
-rw-r--r-- | devel/libuv/files/patch-configure.ac | 13 |
3 files changed, 3 insertions, 16 deletions
diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile index f4e7d840392c..94efa5559841 100644 --- a/devel/libuv/Makefile +++ b/devel/libuv/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libuv -PORTVERSION= 0.11.21 +PORTVERSION= 0.11.22 CATEGORIES= devel MASTER_SITES= http://libuv.org/dist/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} diff --git a/devel/libuv/distinfo b/devel/libuv/distinfo index ebe14c8f05e9..8658c622baad 100644 --- a/devel/libuv/distinfo +++ b/devel/libuv/distinfo @@ -1,2 +1,2 @@ -SHA256 (libuv-v0.11.21.tar.gz) = 8e3c5e7aa39bedb6e94dcb42126b1623baac054817fc7992597c6e52f5e9ed64 -SIZE (libuv-v0.11.21.tar.gz) = 376612 +SHA256 (libuv-v0.11.22.tar.gz) = 8bbe71e264e2b8e4c52de5cbd5359c9b8311542bf1018da218ba05f734bf0751 +SIZE (libuv-v0.11.22.tar.gz) = 380206 diff --git a/devel/libuv/files/patch-configure.ac b/devel/libuv/files/patch-configure.ac deleted file mode 100644 index be186893569d..000000000000 --- a/devel/libuv/files/patch-configure.ac +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.ac.orig 2014-02-27 03:04:23.000000000 +0100 -+++ configure.ac 2014-02-28 22:03:02.000000000 +0100 -@@ -47,8 +47,8 @@ - AM_CONDITIONAL([WINNT], [AS_CASE([$host_os], [mingw*], [true], [false])]) - PANDORA_ENABLE_DTRACE - AC_CHECK_PROG(PKG_CONFIG, pkg-config, yes) --AM_CONDITIONAL([HAVE_PKG_CONFIG], [test "x$PKG_CONFIG" = "xyes"]) --AS_IF([test "x$PKG_CONFIG" = "xyes"], [ -+AM_CONDITIONAL([HAVE_PKG_CONFIG], [test "x$PKG_CONFIG" != "x"]) -+AS_IF([test "x$PKG_CONFIG" != "x"], [ - AC_CONFIG_FILES([libuv.pc]) - ]) - AC_CONFIG_FILES([Makefile]) |