From owner-svn-ports-all@freebsd.org Sun Mar 6 02:52:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3C2CA92A3C; Sun, 6 Mar 2016 02:52:57 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 84509312; Sun, 6 Mar 2016 02:52:57 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u262quiw072777; Sun, 6 Mar 2016 02:52:56 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u262quBt072775; Sun, 6 Mar 2016 02:52:56 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201603060252.u262quBt072775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Sun, 6 Mar 2016 02:52:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410228 - head/sysutils/catfish 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.21 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, 06 Mar 2016 02:52:57 -0000 Author: jpaetzel Date: Sun Mar 6 02:52:56 2016 New Revision: 410228 URL: https://svnweb.freebsd.org/changeset/ports/410228 Log: Add license and satisfy portlint Modified: head/sysutils/catfish/Makefile head/sysutils/catfish/pkg-descr Modified: head/sysutils/catfish/Makefile ============================================================================== --- head/sysutils/catfish/Makefile Sun Mar 6 02:41:50 2016 (r410227) +++ head/sysutils/catfish/Makefile Sun Mar 6 02:52:56 2016 (r410228) @@ -1,5 +1,6 @@ +# Created by: jpaetzel@FreeBSD.org # $FreeBSD$ -# + PORTNAME= catfish PORTVERSION= 1.4.1 CATEGORIES= sysutils @@ -8,6 +9,8 @@ MASTER_SITES= http://launchpad.net/catfi MAINTAINER= jpaetzel@FreeBSD.org COMMENT= GTK search utility +LICENSE= GPLv3 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>0:${PORTSDIR}/devel/py-python-distutils-extra RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>0:${PORTSDIR}/misc/py-pexpect Modified: head/sysutils/catfish/pkg-descr ============================================================================== --- head/sysutils/catfish/pkg-descr Sun Mar 6 02:41:50 2016 (r410227) +++ head/sysutils/catfish/pkg-descr Sun Mar 6 02:52:56 2016 (r410228) @@ -1,3 +1,3 @@ Catfish is a GTK based search utility. -http://www.twotoasts.de/index.php/catfish/ +WWW: http://www.twotoasts.de/index.php/catfish/