From owner-svn-ports-all@FreeBSD.ORG Mon Jun 23 13:38:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9EC94812; Mon, 23 Jun 2014 13:38:52 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 716F22924; Mon, 23 Jun 2014 13:38:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5NDcqI7038379; Mon, 23 Jun 2014 13:38:52 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5NDcq2s038377; Mon, 23 Jun 2014 13:38:52 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406231338.s5NDcq2s038377@svn.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 23 Jun 2014 13:38:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358944 - head/net/netwib 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.18 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: Mon, 23 Jun 2014 13:38:52 -0000 Author: vanilla Date: Mon Jun 23 13:38:51 2014 New Revision: 358944 URL: http://svnweb.freebsd.org/changeset/ports/358944 QAT: https://qat.redports.org/buildarchive/r358944/ Log: Stagify. Approved by: portmgr@ Modified: head/net/netwib/Makefile head/net/netwib/pkg-plist Modified: head/net/netwib/Makefile ============================================================================== --- head/net/netwib/Makefile Mon Jun 23 13:38:36 2014 (r358943) +++ head/net/netwib/Makefile Mon Jun 23 13:38:51 2014 (r358944) @@ -17,20 +17,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src/src SHORTPORTVERSION=${PORTVERSION:C/([0-9]*)\.([0-9]*)\.[0-9]*/\1\2/} -MAN3= netwib.3 netwib_dat.3 netwib_err.3 netwib_net.3 \ - netwib_pkt.3 netwib_shw.3 netwib_sys.3 -MAN3+= netwib${SHORTPORTVERSION}.3 netwib${SHORTPORTVERSION}_dat.3 \ - netwib${SHORTPORTVERSION}_err.3 \ - netwib${SHORTPORTVERSION}_net.3 \ - netwib${SHORTPORTVERSION}_pkt.3 \ - netwib${SHORTPORTVERSION}_shw.3 \ - netwib${SHORTPORTVERSION}_sys.3 PLIST_SUB+= SHORTPORTVERSION=${SHORTPORTVERSION} LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -Ee \ 's|libnet-config|${LIBNET_CONFIG}|; \ Modified: head/net/netwib/pkg-plist ============================================================================== --- head/net/netwib/pkg-plist Mon Jun 23 13:38:36 2014 (r358943) +++ head/net/netwib/pkg-plist Mon Jun 23 13:38:51 2014 (r358944) @@ -125,6 +125,20 @@ include/netwib%%SHORTPORTVERSION%%/sys/w include/netwib%%SHORTPORTVERSION%%/sys/windows.h lib/libnetwib%%SHORTPORTVERSION%%.a lib/libnetwib.a +man/man3/netwib.3.gz +man/man3/netwib%%SHORTPORTVERSION%%.3.gz +man/man3/netwib%%SHORTPORTVERSION%%_dat.3.gz +man/man3/netwib%%SHORTPORTVERSION%%_err.3.gz +man/man3/netwib%%SHORTPORTVERSION%%_net.3.gz +man/man3/netwib%%SHORTPORTVERSION%%_pkt.3.gz +man/man3/netwib%%SHORTPORTVERSION%%_shw.3.gz +man/man3/netwib%%SHORTPORTVERSION%%_sys.3.gz +man/man3/netwib_dat.3.gz +man/man3/netwib_err.3.gz +man/man3/netwib_net.3.gz +man/man3/netwib_pkt.3.gz +man/man3/netwib_shw.3.gz +man/man3/netwib_sys.3.gz @dirrm include/netwib%%SHORTPORTVERSION%%/dat @dirrm include/netwib%%SHORTPORTVERSION%%/net @dirrm include/netwib%%SHORTPORTVERSION%%/pkt