From owner-svn-ports-head@FreeBSD.ORG Mon Mar 25 18:24:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 11B2CE10; Mon, 25 Mar 2013 18:24:51 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DEF188A8; Mon, 25 Mar 2013 18:24:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2PIOoZB017974; Mon, 25 Mar 2013 18:24:50 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2PIOow1017971; Mon, 25 Mar 2013 18:24:50 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201303251824.r2PIOow1017971@svn.freebsd.org> From: Eitan Adler Date: Mon, 25 Mar 2013 18:24:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315239 - in head/misc: crosspad rname tet 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.14 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: Mon, 25 Mar 2013 18:24:51 -0000 Author: eadler Date: Mon Mar 25 18:24:49 2013 New Revision: 315239 URL: http://svnweb.freebsd.org/changeset/ports/315239 Log: Cleanup unmaintained ports in the misc category: - @unexec rm must not cause failure - Single space for WWW - Pet portlint Modified: head/misc/crosspad/pkg-plist head/misc/rname/pkg-descr head/misc/tet/pkg-descr Modified: head/misc/crosspad/pkg-plist ============================================================================== --- head/misc/crosspad/pkg-plist Mon Mar 25 16:54:48 2013 (r315238) +++ head/misc/crosspad/pkg-plist Mon Mar 25 18:24:49 2013 (r315239) @@ -3,9 +3,9 @@ bin/crosspad2ps @exec cd %D/bin; ln -s crosspad2ps crosspad2eps @exec cd %D/bin; ln -s crosspad2ps crosspad2tgif @exec cd %D/bin; ln -s crosspad2ps crosspad2idraw -@unexec rm %D/bin/crosspad2eps -@unexec rm %D/bin/crosspad2tgif -@unexec rm %D/bin/crosspad2idraw +@unexec rm %D/bin/crosspad2eps 2>&1 >/dev/null || true +@unexec rm %D/bin/crosspad2tgif 2>&1 >/dev/null || true +@unexec rm %D/bin/crosspad2idraw 2>&1 >/dev/null || true %%PORTDOCS%%share/doc/crosspad/PROTOCOL %%PORTDOCS%%share/doc/crosspad/README.english %%PORTDOCS%%share/doc/crosspad/README.japanese Modified: head/misc/rname/pkg-descr ============================================================================== --- head/misc/rname/pkg-descr Mon Mar 25 16:54:48 2013 (r315238) +++ head/misc/rname/pkg-descr Mon Mar 25 18:24:49 2013 (r315239) @@ -1,4 +1,3 @@ This is a simple utility to execute a program under a different name. -Author: Peter Pentchev -WWW: http://devel.ringlet.net/sysutils/rname/ +WWW: http://devel.ringlet.net/sysutils/rname/ Modified: head/misc/tet/pkg-descr ============================================================================== --- head/misc/tet/pkg-descr Mon Mar 25 16:54:48 2013 (r315238) +++ head/misc/tet/pkg-descr Mon Mar 25 18:24:49 2013 (r315239) @@ -16,4 +16,4 @@ It allows facilities to execute test cas - Sequences of the above elements executing a specified number of times or until some time period has expired. -WWW: http://tetworks.opengroup.org/documents/docs37.htm +WWW: http://tetworks.opengroup.org/documents/docs37.htm