svn commit: r311314 - head/devel/tevent

Timur I. Bakeyev timur at FreeBSD.org
Thu Jan 31 15:02:36 UTC 2013


Author: timur
Date: Thu Jan 31 15:02:35 2013
New Revision: 311314
URL: http://svnweb.freebsd.org/changeset/ports/311314

Log:
  Update port to the latest version

Modified:
  head/devel/tevent/Makefile
  head/devel/tevent/distinfo

Modified: head/devel/tevent/Makefile
==============================================================================
--- head/devel/tevent/Makefile	Thu Jan 31 14:34:48 2013	(r311313)
+++ head/devel/tevent/Makefile	Thu Jan 31 15:02:35 2013	(r311314)
@@ -1,18 +1,11 @@
-# New ports collection makefile for:	tevent
-# Date created:				1 May 2009
-# Whom:					Koop Mast <kwm at 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 at 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)

Modified: head/devel/tevent/distinfo
==============================================================================
--- head/devel/tevent/distinfo	Thu Jan 31 14:34:48 2013	(r311313)
+++ head/devel/tevent/distinfo	Thu Jan 31 15:02:35 2013	(r311314)
@@ -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


More information about the svn-ports-all mailing list