diff options
-rw-r--r-- | devel/tevent/Makefile | 17 | ||||
-rw-r--r-- | devel/tevent/distinfo | 4 |
2 files changed, 8 insertions, 13 deletions
diff --git a/devel/tevent/Makefile b/devel/tevent/Makefile index 8158cc073358..d0d15ea9c882 100644 --- a/devel/tevent/Makefile +++ b/devel/tevent/Makefile @@ -1,18 +1,11 @@ -# New ports collection makefile for: tevent -# Date created: 1 May 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= tevent -PORTVERSION= 0.9.15 +PORTVERSION= 0.9.17 PORTREVISION= 0 PORTEPOCH= 0 CATEGORIES= devel -MASTER_SITES= ftp://ftp.samba.org/pub/%SUBDIR%/ \ - ftp://ca.samba.org/pub/%SUBDIR%/ \ - ftp://de.samba.org/pub/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= timur@FreeBSD.org @@ -28,7 +21,7 @@ HAS_CONFIGURE= yes WAF_TOOL= buildtools/bin/waf CONFIGURE_SCRIPT= ${WAF_TOOL} configure CONFIGURE_LOG= bin/config.log -USE_GNOME= pkgconfig +USE_PKGCONFIG= build MAKE_JOBS_SAFE= yes @@ -52,7 +45,9 @@ MAKE_ENV+= NOCOLOR=yes CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man -LIB_DEPENDS+= talloc.2:${PORTSDIR}/devel/talloc +BUILD_DEPENDS+= talloc>=2.0.8:${PORTSDIR}/devel/talloc +RUN_DEPENDS:= ${BUILD_DEPENDS} + CONFIGURE_ARGS+= --bundled-libraries=!talloc .if !defined(DISABLE_MAKE_JOBS) && !defined(MAKE_JOBS_UNSAFE) diff --git a/devel/tevent/distinfo b/devel/tevent/distinfo index fbe79a0e6020..697177b1839f 100644 --- a/devel/tevent/distinfo +++ b/devel/tevent/distinfo @@ -1,2 +1,2 @@ -SHA256 (tevent-0.9.15.tar.gz) = 2b32ad8b26a5fe2666992615858f9ebe38edac9c50fb2348288ab499d1f2c245 -SIZE (tevent-0.9.15.tar.gz) = 484269 +SHA256 (tevent-0.9.17.tar.gz) = 9155a85e83b6df38d251c292ca70950dd3f2ba325aad2cb8429ae0a3ee1d6b6c +SIZE (tevent-0.9.17.tar.gz) = 496964 |