svn commit: r410228 - head/sysutils/catfish
Josh Paetzel
jpaetzel at FreeBSD.org
Sun Mar 6 02:52:57 UTC 2016
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 at FreeBSD.org
# $FreeBSD$
-#
+
PORTNAME= catfish
PORTVERSION= 1.4.1
CATEGORIES= sysutils
@@ -8,6 +9,8 @@ MASTER_SITES= http://launchpad.net/catfi
MAINTAINER= jpaetzel at 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/
More information about the svn-ports-all
mailing list