From owner-svn-ports-head@FreeBSD.ORG Sun May 11 08:29:20 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 0973610C; Sun, 11 May 2014 08:29:20 +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 D08972E80; Sun, 11 May 2014 08:29:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4B8TJr1044573; Sun, 11 May 2014 08:29:19 GMT (envelope-from thomas@svn.freebsd.org) Received: (from thomas@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4B8TJfj044569; Sun, 11 May 2014 08:29:19 GMT (envelope-from thomas@svn.freebsd.org) Message-Id: <201405110829.s4B8TJfj044569@svn.freebsd.org> From: Thomas Quinot Date: Sun, 11 May 2014 08:29:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353657 - head/net/proxy-suite 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.18 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: Sun, 11 May 2014 08:29:20 -0000 Author: thomas (src committer) Date: Sun May 11 08:29:18 2014 New Revision: 353657 URL: http://svnweb.freebsd.org/changeset/ports/353657 QAT: https://qat.redports.org/buildarchive/r353657/ Log: Stagify Added: head/net/proxy-suite/pkg-message (contents, props changed) Modified: head/net/proxy-suite/Makefile head/net/proxy-suite/pkg-plist Modified: head/net/proxy-suite/Makefile ============================================================================== --- head/net/proxy-suite/Makefile Sun May 11 08:25:30 2014 (r353656) +++ head/net/proxy-suite/Makefile Sun May 11 08:29:18 2014 (r353657) @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.suse.com/pub/pro MAINTAINER= thomas@FreeBSD.org COMMENT= The SuSE Proxy-Suite, a set of programs to enhance firewall security +LICENSE= GPLv2 USE_AUTOTOOLS= autoconf USE_GMAKE= yes @@ -49,11 +50,10 @@ CONFIGURE_ARGS+= --without-libldap ALL_TARGET= -C ftp-proxy .endif -MAN8= ftp-proxy.8 -MAN5= ftp-proxy.conf.5 +MAKE_ARGS= INST_ROOT=${STAGEDIR} CONF_DST=ftp-proxy.conf.sample + SUB_FILES= pkg-message -NO_STAGE= yes .include # XXX: newer autoconf's rely on the compiler result, not the preprocessor Added: head/net/proxy-suite/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/proxy-suite/pkg-message Sun May 11 08:29:18 2014 (r353657) @@ -0,0 +1,2 @@ +Configuration sample files were installed in etc/proxy-suite/, you will need +to copy these over to create real configuration files. Modified: head/net/proxy-suite/pkg-plist ============================================================================== --- head/net/proxy-suite/pkg-plist Sun May 11 08:25:30 2014 (r353656) +++ head/net/proxy-suite/pkg-plist Sun May 11 08:29:18 2014 (r353657) @@ -1,3 +1,5 @@ sbin/ftp-proxy -etc/proxy-suite/ftp-proxy.conf +etc/proxy-suite/ftp-proxy.conf.sample +man/man5/ftp-proxy.conf.5.gz +man/man8/ftp-proxy.8.gz @dirrm etc/proxy-suite