Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2016 02:52:56 +0000 (UTC)
From:      Josh Paetzel <jpaetzel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410228 - head/sysutils/catfish
Message-ID:  <201603060252.u262quBt072775@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603060252.u262quBt072775>