From owner-svn-ports-all@FreeBSD.ORG Sat Oct 5 11:40:50 2013 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 ESMTP id 746FCAC6; Sat, 5 Oct 2013 11:40:50 +0000 (UTC) (envelope-from danilo@FreeBSD.org) 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 62C7D2BAA; Sat, 5 Oct 2013 11:40:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r95Beop8044469; Sat, 5 Oct 2013 11:40:50 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r95BeoQo044468; Sat, 5 Oct 2013 11:40:50 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201310051140.r95BeoQo044468@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sat, 5 Oct 2013 11:40:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329444 - head/net/msend 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.14 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: Sat, 05 Oct 2013 11:40:50 -0000 Author: danilo Date: Sat Oct 5 11:40:49 2013 New Revision: 329444 URL: http://svnweb.freebsd.org/changeset/ports/329444 Log: - Add stage support [1] - Remove the indefinite article from COMMENT PR: ports/182643 Submitted by: Denis Generalov (maintainer) [1] Approved by: wg/culot (mentors, implicit) Modified: head/net/msend/Makefile Modified: head/net/msend/Makefile ============================================================================== --- head/net/msend/Makefile Sat Oct 5 11:40:08 2013 (r329443) +++ head/net/msend/Makefile Sat Oct 5 11:40:49 2013 (r329444) @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= markp MAINTAINER= gd@rambler-co.ru -COMMENT= A client and server for the RFC1312 message protocol +COMMENT= Client and server for the RFC1312 message protocol USE_RC_SUBR= mesgd USE_AUTOTOOLS= aclocal autoheader autoconf automake @@ -17,13 +17,11 @@ AUTOMAKE_ARGS+= --add-missing GNU_CONFIGURE= yes CFLAGS+= -DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS -MAN1= msend.1 -MAN8= mesgd.8 - PLIST_FILES= bin/msend \ + man/man1/msend.1.gz \ + man/man8/mesgd.8.gz \ sbin/mesgd -NO_STAGE= yes .include .if ${OSVERSION} > 900007