mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
devel/libuv: Take maintainership
- As per the mail request from adamw@ I am taking over the maintainership - Pet portclippy Approved by: adamw (as per mailing list request)
This commit is contained in:
parent
08f59c0079
commit
2544b7aba4
1 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@ CATEGORIES= devel
|
|||
MASTER_SITES= https://dist.libuv.org/dist/v${DISTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-${DISTVERSIONFULL}-dist
|
||||
|
||||
MAINTAINER= adamw@FreeBSD.org
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Multi-platform support library with a focus on asynchronous I/O
|
||||
WWW= https://github.com/libuv/libuv
|
||||
|
||||
|
@ -13,17 +13,17 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cpe libtool pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
||||
INSTALL_TARGET= install-strip
|
||||
CONFIGURE_ARGS= --disable-maintainer-mode
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
# Will not run as root, reference:
|
||||
# https://github.com/libuv/libuv/commit/af45b6ba2f2c506ae18dd24481e24db17b8269e7
|
||||
TEST_TARGET= check
|
||||
|
||||
CONFIGURE_ARGS= --disable-maintainer-mode
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
||||
|
||||
pre-configure:
|
||||
${ECHO_CMD} "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [ serial-tests])" \
|
||||
|
|
Loading…
Add table
Reference in a new issue