From owner-svn-ports-head@FreeBSD.ORG Fri Jan 31 15:23:52 2014 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 F257D7BE; Fri, 31 Jan 2014 15:23:51 +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 C3E971A48; Fri, 31 Jan 2014 15:23:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0VFNp4N065986; Fri, 31 Jan 2014 15:23:51 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0VFNoEb065980; Fri, 31 Jan 2014 15:23:50 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401311523.s0VFNoEb065980@svn.freebsd.org> From: Martin Wilke Date: Fri, 31 Jan 2014 15:23:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342003 - in head: devel/libklel security/checkpassword-pam security/sst 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.17 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: Fri, 31 Jan 2014 15:23:52 -0000 Author: miwi Date: Fri Jan 31 15:23:50 2014 New Revision: 342003 URL: http://svnweb.freebsd.org/changeset/ports/342003 QAT: https://qat.redports.org/buildarchive/r342003/ Log: Stage support Modified: head/devel/libklel/Makefile head/devel/libklel/pkg-plist head/security/checkpassword-pam/Makefile head/security/sst/Makefile Modified: head/devel/libklel/Makefile ============================================================================== --- head/devel/libklel/Makefile Fri Jan 31 15:23:29 2014 (r342002) +++ head/devel/libklel/Makefile Fri Jan 31 15:23:50 2014 (r342003) @@ -17,8 +17,4 @@ USE_LDCONFIG= yes CONFIGURE_ARGS+=--with-pcre=${LOCALBASE} -MAN1= klel-expr.1 -MAN3= klelapi.3 klellang.3 klelstdlib.3 kleltut.3 - -NO_STAGE= yes .include Modified: head/devel/libklel/pkg-plist ============================================================================== --- head/devel/libklel/pkg-plist Fri Jan 31 15:23:29 2014 (r342002) +++ head/devel/libklel/pkg-plist Fri Jan 31 15:23:50 2014 (r342003) @@ -5,3 +5,8 @@ lib/libklel.a lib/libklel.la lib/libklel.so lib/libklel.so.2 +man/man1/klel-expr.1.gz +man/man3/klelapi.3.gz +man/man3/klellang.3.gz +man/man3/klelstdlib.3.gz +man/man3/kleltut.3.gz Modified: head/security/checkpassword-pam/Makefile ============================================================================== --- head/security/checkpassword-pam/Makefile Fri Jan 31 15:23:29 2014 (r342002) +++ head/security/checkpassword-pam/Makefile Fri Jan 31 15:23:50 2014 (r342003) @@ -11,8 +11,7 @@ COMMENT= Implementation of checkpassword GNU_CONFIGURE= yes -MAN8= checkpassword-pam.8 -PLIST_FILES= bin/checkpassword-pam +PLIST_FILES= bin/checkpassword-pam \ + man/man8/checkpassword-pam.8.gz -NO_STAGE= yes .include Modified: head/security/sst/Makefile ============================================================================== --- head/security/sst/Makefile Fri Jan 31 15:23:29 2014 (r342002) +++ head/security/sst/Makefile Fri Jan 31 15:23:50 2014 (r342003) @@ -15,12 +15,10 @@ COMMENT= A simple SSL tunneling tool (us RUN_DEPENDS= netcat:${PORTSDIR}/net/netcat .endif +MAKEFILE= ${FILESDIR}/Makefile USE_OPENSSL= YES -MAN1= sst.1 -MANCOMPRESSED= maybe -PLIST_FILES= sbin/sst -MAKEFILE= ${FILESDIR}/Makefile +PLIST_FILES= sbin/sst \ + man/man1/sst.1.gz -NO_STAGE= yes .include