From owner-svn-ports-head@FreeBSD.ORG Sun Feb 17 18:25:27 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2941D158; Sun, 17 Feb 2013 18:25:27 +0000 (UTC) (envelope-from rm@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 1BCE5237; Sun, 17 Feb 2013 18:25:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1HIPQ4v026847; Sun, 17 Feb 2013 18:25:26 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1HIPQVK026845; Sun, 17 Feb 2013 18:25:26 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201302171825.r1HIPQVK026845@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Sun, 17 Feb 2013 18:25:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312433 - head/misc/wotsap 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: Sun, 17 Feb 2013 18:25:27 -0000 Author: rm Date: Sun Feb 17 18:25:26 2013 New Revision: 312433 URL: http://svnweb.freebsd.org/changeset/ports/312433 Log: - instruct portscout to not check for updates, because 0.7 is the last release according to [1] [1] http://www.lysator.liu.se/~jc/wotsap/news.html (see latest entry) Modified: head/misc/wotsap/Makefile Modified: head/misc/wotsap/Makefile ============================================================================== --- head/misc/wotsap/Makefile Sun Feb 17 18:13:24 2013 (r312432) +++ head/misc/wotsap/Makefile Sun Feb 17 18:25:26 2013 (r312433) @@ -16,6 +16,7 @@ USE_PYTHON_RUN= -2.7 NO_BUILD= yes PLIST_FILES= bin/pks2wot bin/wotsap +PORTSCOUT= ignore:1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pks2wot ${PREFIX}/bin