View | Details | Raw Unified | Return to bug 229850 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/catfish/Makefile (-4 / +5 lines)
Lines 2-12 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	catfish
4
PORTNAME=	catfish
5
PORTVERSION=	1.4.1
5
PORTVERSION=	1.4.6
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	http://launchpad.net/catfish-search/1.4/1.4.1/+download/
7
MASTER_SITES=	XFCE/src/apps/${PORTNAME:tl}/${PORTVERSION:R}
8
DIST_SUBDIR=	xfce4
8
9
9
MAINTAINER=	jpaetzel@FreeBSD.org
10
MAINTAINER=	xfce@FreeBSD.org
10
COMMENT=	GTK search utility
11
COMMENT=	GTK search utility
11
12
12
LICENSE=	GPLv3
13
LICENSE=	GPLv3
Lines 17-23 Link Here
17
	gksu:sysutils/gksu
18
	gksu:sysutils/gksu
18
BUILD_DEPENDS=	${RUN_DEPENDS}
19
BUILD_DEPENDS=	${RUN_DEPENDS}
19
20
20
USES=		python:2.7
21
USES=		python:2.7 tar:bz2
21
USE_PYTHON=	distutils
22
USE_PYTHON=	distutils
22
USE_GNOME=	gtk30 intltool pygobject3
23
USE_GNOME=	gtk30 intltool pygobject3
23
24
(-)sysutils/catfish/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (catfish-1.4.1.tar.gz) = f804a1f499a9bc108cf8b2e7a39e3684dbe54711c2bdb7b4702cc957ce059896
1
TIMESTAMP = 1531868955
2
SIZE (catfish-1.4.1.tar.gz) = 135767
2
SHA256 (xfce4/catfish-1.4.6.tar.bz2) = e1caee14c5268ac781434701c0eb26eddfced2c0f1ae066549583ed05f99adbf
3
SIZE (xfce4/catfish-1.4.6.tar.bz2) = 150331
(-)sysutils/catfish/pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
Catfish is a GTK based search utility.
1
Catfish is a GTK based search utility.
2
2
3
WWW: http://www.twotoasts.de/index.php/catfish/
3
WWW: https://docs.xfce.org/apps/catfish/start

Return to bug 229850