svn commit: r312432 - head/misc/wotsap

Ruslan Mahmatkhanov rm at FreeBSD.org
Sun Feb 17 18:13:26 UTC 2013


Author: rm
Date: Sun Feb 17 18:13:24 2013
New Revision: 312432
URL: http://svnweb.freebsd.org/changeset/ports/312432

Log:
  - update to 0.7
  - trim Makefile header
  - pass maintainership to submitter
  
  while here:
  - limit python version to 2.x only (print/expect)
  - turn python dependency to RUN only (because of NO_BUILD)
  - eliminate SITELIBDIR usage in RUN_DEPENDS
  
  PR:		176210
  Submitted by:	Danilo Egea Gondolfo <danilogondolfo at gmail.com>

Modified:
  head/misc/wotsap/Makefile
  head/misc/wotsap/distinfo

Modified: head/misc/wotsap/Makefile
==============================================================================
--- head/misc/wotsap/Makefile	Sun Feb 17 17:34:23 2013	(r312431)
+++ head/misc/wotsap/Makefile	Sun Feb 17 18:13:24 2013	(r312432)
@@ -1,25 +1,18 @@
-# ex:ts=8
-# Ports collection makefile for:	wotsap
-# Date created:			Jan 6, 2004
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	wotsap
-PORTVERSION=	0.6
-PORTREVISION=	2
+PORTVERSION=	0.7
 CATEGORIES=	misc
-MASTER_SITES=	http://www.lysator.liu.se/~jc/wotsap/download/ \
-		http://freebsd.unixfreunde.de/sources/
+MASTER_SITES=	http://www.lysator.liu.se/~jc/wotsap/download/
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	danilogondolfo at gmail.com
 COMMENT=	Web of trust statistics and pathfinder
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging
 
-USE_PYTHON=	yes
+USE_PYTHON_RUN=	-2.7
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/pks2wot bin/wotsap

Modified: head/misc/wotsap/distinfo
==============================================================================
--- head/misc/wotsap/distinfo	Sun Feb 17 17:34:23 2013	(r312431)
+++ head/misc/wotsap/distinfo	Sun Feb 17 18:13:24 2013	(r312432)
@@ -1,2 +1,2 @@
-SHA256 (wotsap-0.6.tgz) = 9761d55d4b3039e7943599fc410e3056419eb77a334a4a09011fb94fc6ec38f3
-SIZE (wotsap-0.6.tgz) = 38381
+SHA256 (wotsap-0.7.tgz) = 8329dfeb0691a0ff9f608a56ea1e961f6f30d0b57194172530109ec2385ca343
+SIZE (wotsap-0.7.tgz) = 40752


More information about the svn-ports-head mailing list