View | Details | Raw Unified | Return to bug 176210
Collapse All | Expand All

(-)Makefile (-11 / +4 lines)
Lines 1-20 Link Here
1
# ex:ts=8
1
# Created by: ijliao
2
# Ports collection makefile for:	wotsap
3
# Date created:			Jan 6, 2004
4
# Whom:				ijliao
5
#
6
# $FreeBSD$
2
# $FreeBSD$
7
#
8
3
9
PORTNAME=	wotsap
4
PORTNAME=	wotsap
10
PORTVERSION=	0.6
5
PORTVERSION=	0.7
11
PORTREVISION=	2
12
CATEGORIES=	misc
6
CATEGORIES=	misc
13
MASTER_SITES=	http://www.lysator.liu.se/~jc/wotsap/download/ \
7
MASTER_SITES=	http://www.lysator.liu.se/~jc/wotsap/download/
14
		http://freebsd.unixfreunde.de/sources/
15
EXTRACT_SUFX=	.tgz
8
EXTRACT_SUFX=	.tgz
16
9
17
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	danilogondolfo@gmail.com
18
COMMENT=	Web of trust statistics and pathfinder
11
COMMENT=	Web of trust statistics and pathfinder
19
12
20
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
13
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (wotsap-0.6.tgz) = 9761d55d4b3039e7943599fc410e3056419eb77a334a4a09011fb94fc6ec38f3
1
SHA256 (wotsap-0.7.tgz) = 8329dfeb0691a0ff9f608a56ea1e961f6f30d0b57194172530109ec2385ca343
2
SIZE (wotsap-0.6.tgz) = 38381
2
SIZE (wotsap-0.7.tgz) = 40752

Return to bug 176210