From owner-svn-ports-all@FreeBSD.ORG Fri Feb 14 11:06:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD28577B; Fri, 14 Feb 2014 11:06:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 804DB1AF2; Fri, 14 Feb 2014 11:06:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1EB6m34091034; Fri, 14 Feb 2014 11:06:48 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1EB6mfh091029; Fri, 14 Feb 2014 11:06:48 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201402141106.s1EB6mfh091029@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 14 Feb 2014 11:06:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344189 - head/net/trickle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2014 11:06:48 -0000 Author: gahr Date: Fri Feb 14 11:06:47 2014 New Revision: 344189 URL: http://svnweb.freebsd.org/changeset/ports/344189 QAT: https://qat.redports.org/buildarchive/r344189/ Log: - STAGE-clean Modified: head/net/trickle/Makefile head/net/trickle/pkg-plist Modified: head/net/trickle/Makefile ============================================================================== --- head/net/trickle/Makefile Fri Feb 14 11:02:24 2014 (r344188) +++ head/net/trickle/Makefile Fri Feb 14 11:06:47 2014 (r344189) @@ -10,7 +10,9 @@ MASTER_SITES= http://monkey.org/~marius/ MAINTAINER= gahr@FreeBSD.org COMMENT= Lightweight, portable bandwidth shaper -LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent +LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent + +OPTIONS_DEFINE= DOCS USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes @@ -23,23 +25,10 @@ CONFIGURE_ARGS+=--with-libevent=${LOCALB CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -MAN1= trickle.1 -MAN5= trickled.conf.5 -MAN8= trickled.8 - -NO_STAGE= yes +PORTDOCS= * post-install: - if [ ! -f ${PREFIX}/etc/trickled.conf ]; then \ - ${INSTALL_DATA} ${FILESDIR}/trickled.conf ${PREFIX}/etc/trickled.conf; \ - ${INSTALL_DATA} ${FILESDIR}/trickled.conf ${PREFIX}/etc/trickled.conf.default; \ - else \ - ${INSTALL_DATA} ${FILESDIR}/trickled.conf ${PREFIX}/etc/trickled.conf.default; \ - fi -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in README - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif + ${INSTALL_DATA} ${FILESDIR}/trickled.conf ${STAGEDIR}${PREFIX}/etc/trickled.conf.default + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Modified: head/net/trickle/pkg-plist ============================================================================== --- head/net/trickle/pkg-plist Fri Feb 14 11:02:24 2014 (r344188) +++ head/net/trickle/pkg-plist Fri Feb 14 11:06:47 2014 (r344189) @@ -1,10 +1,9 @@ bin/trickle bin/tricklectl bin/trickled -@unexec if cmp -s %D/etc/trickled.conf %D/etc/trickled.conf.default; then rm -f %D/etc/trickled.conf; fi etc/trickled.conf.default -@exec [ -f %B/trickled.conf ] || cp %B/%f %B/trickled.conf +man/man1/trickle.1.gz +man/man5/trickled.conf.5.gz +man/man8/trickled.8.gz lib/trickle/trickle-overload.so -%%PORTDOCS%%%%DOCSDIR%%/README @dirrm lib/trickle -%%PORTDOCS%%@dirrm %%DOCSDIR%%