From owner-svn-ports-head@FreeBSD.ORG Wed Nov 20 07:30:54 2013 Return-Path: Delivered-To: svn-ports-head@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 A8DF515E; Wed, 20 Nov 2013 07:30:54 +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 96A172327; Wed, 20 Nov 2013 07:30:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAK7UsDI087898; Wed, 20 Nov 2013 07:30:54 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAK7UsGp087896; Wed, 20 Nov 2013 07:30:54 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201311200730.rAK7UsGp087896@svn.freebsd.org> From: Li-Wen Hsu Date: Wed, 20 Nov 2013 07:30:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334393 - head/devel/splint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Nov 2013 07:30:54 -0000 Author: lwhsu Date: Wed Nov 20 07:30:53 2013 New Revision: 334393 URL: http://svnweb.freebsd.org/changeset/ports/334393 Log: - Support STAGEDIR Modified: head/devel/splint/Makefile head/devel/splint/pkg-plist Modified: head/devel/splint/Makefile ============================================================================== --- head/devel/splint/Makefile Wed Nov 20 07:29:08 2013 (r334392) +++ head/devel/splint/Makefile Wed Nov 20 07:30:53 2013 (r334393) @@ -8,7 +8,7 @@ MASTER_SITES= http://www.splint.org/down EXTRACT_SUFX= .src.tgz MAINTAINER= lwhsu@FreeBSD.org -COMMENT= A tool for statically checking sourcecode for security vulnerabilities +COMMENT= Tool for statically checking sourcecode for security vulnerabilities USE_GMAKE= yes GNU_CONFIGURE= yes @@ -16,7 +16,6 @@ MAKE_JOBS_UNSAFE= yes MAN1= splint.1 -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/Headers/constants.h Modified: head/devel/splint/pkg-plist ============================================================================== --- head/devel/splint/pkg-plist Wed Nov 20 07:29:08 2013 (r334392) +++ head/devel/splint/pkg-plist Wed Nov 20 07:30:53 2013 (r334393) @@ -1,4 +1,5 @@ bin/splint +man/man1/splint.1.gz %%DATADIR%%/imports/assert.lcl %%DATADIR%%/imports/assert.lcs %%DATADIR%%/imports/ctype.lcl