From owner-svn-ports-all@FreeBSD.ORG Sun Jun 15 02:58:32 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 05290BF0; Sun, 15 Jun 2014 02:58:32 +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 CCA3A2680; Sun, 15 Jun 2014 02:58:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5F2wVdq047468; Sun, 15 Jun 2014 02:58:31 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5F2wV2u047466; Sun, 15 Jun 2014 02:58:31 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201406150258.s5F2wV2u047466@svn.freebsd.org> From: Martin Wilke Date: Sun, 15 Jun 2014 02:58:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357809 - head/net/stone 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: Sun, 15 Jun 2014 02:58:32 -0000 Author: miwi Date: Sun Jun 15 02:58:31 2014 New Revision: 357809 URL: http://svnweb.freebsd.org/changeset/ports/357809 QAT: https://qat.redports.org/buildarchive/r357809/ Log: - Stage support PR: 190976 Modified: head/net/stone/Makefile head/net/stone/pkg-plist Modified: head/net/stone/Makefile ============================================================================== --- head/net/stone/Makefile Sun Jun 15 02:53:14 2014 (r357808) +++ head/net/stone/Makefile Sun Jun 15 02:58:31 2014 (r357809) @@ -9,15 +9,13 @@ MASTER_SITES= http://www.gcd.org/sengoku MAINTAINER= sarumaru@jp.FreeBSD.org COMMENT= Stone is a TCP/IP packet repeater in the application layer -WRKSRC= ${WRKDIR}/${PORTNAME}-2.3d-2.3.2.7 +LICENSE= GPLv2 -MAN1= stone.1 -MANLANG= "" ja +WRKSRC= ${WRKDIR}/${PORTNAME}-2.3d-2.3.2.7 USE_RC_SUBR= stone USE_OPENSSL= yes -NO_STAGE= yes .include .if defined(WITHOUT_SSL) @@ -36,12 +34,9 @@ post-patch: @${REINPLACE_CMD} -e '/^CFLAGS/d' ${WRKSRC}/${MAKEFILE} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/stone ${PREFIX}/bin/stone - ${INSTALL_MAN} ${FILESDIR}/stone.1 ${PREFIX}/man/man1/stone.1 - ${INSTALL_MAN} ${FILESDIR}/stone.1.ja ${PREFIX}/man/ja/man1/stone.1 - ${INSTALL_DATA} ${FILESDIR}/stone.cnf ${PREFIX}/etc/stone.cnf.sample -.if !exists(${PREFIX}/etc/stone.cnf) - ${INSTALL_DATA} ${FILESDIR}/stone.cnf ${PREFIX}/etc -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/stone ${STAGEDIR}${PREFIX}/bin/stone + ${INSTALL_MAN} ${FILESDIR}/stone.1 ${STAGEDIR}${PREFIX}/man/man1/stone.1 + ${INSTALL_MAN} ${FILESDIR}/stone.1.ja ${STAGEDIR}${PREFIX}/man/ja/man1/stone.1 + ${INSTALL_DATA} ${FILESDIR}/stone.cnf ${STAGEDIR}${PREFIX}/etc/stone.cnf.sample .include Modified: head/net/stone/pkg-plist ============================================================================== --- head/net/stone/pkg-plist Sun Jun 15 02:53:14 2014 (r357808) +++ head/net/stone/pkg-plist Sun Jun 15 02:58:31 2014 (r357809) @@ -2,3 +2,5 @@ etc/stone.cnf.sample @exec [ -f %B/stone.cnf ] || cp %B/%f %B/stone.cnf bin/stone +man/ja/man1/stone.1.gz +man/man1/stone.1.gz