diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2016-10-25 17:34:37 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2016-10-25 17:34:37 +0000 |
commit | db6de244e05fbd2527a6ad0e2b088788f06b2aaa (patch) | |
tree | 41edb9f1ae70ec0d97851aff527e2f7b997b2b8d /devel/libuv/Makefile | |
parent | bf4d7f8e6b7fb6151034a7c75d85f5718c368908 (diff) | |
download | ports-db6de244e05fbd2527a6ad0e2b088788f06b2aaa.tar.gz ports-db6de244e05fbd2527a6ad0e2b088788f06b2aaa.zip |
Notes
Diffstat (limited to 'devel/libuv/Makefile')
-rw-r--r-- | devel/libuv/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile index e0870cf50285..1373a8709dba 100644 --- a/devel/libuv/Makefile +++ b/devel/libuv/Makefile @@ -4,8 +4,7 @@ PORTNAME= libuv PORTVERSION= 1.10.0 CATEGORIES= devel -MASTER_SITES= http://dist.libuv.org/dist/v${PORTVERSION}/ \ - http://mirror.amdmi3.ru/distfiles/ +#MASTER_SITES= http://dist.libuv.org/dist/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= thierry@FreeBSD.org @@ -19,6 +18,9 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept TEST_DEPENDS= gyp:devel/py-gyp \ gmake:devel/gmake +USE_GITHUB= yes +GH_TAGNAME= v1.10.0 + USES= autoreconf libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes |