Bug 176210

Summary: misc/wotsap update and maintainer change
Product: Ports & Packages Reporter: Danilo EgĂȘa Gondolfo <danilogondolfo>
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Danilo EgĂȘa Gondolfo 2013-02-17 17:10:00 UTC
Update to misc/wotsap.

Changes:
- Update from 0.6 to 0.7
- Maintainer change

Fix: Patch attached with submission follows:
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-02-17 18:06:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-17 18:13:32 UTC
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@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@FreeBSD.org
+MAINTAINER=	danilogondolfo@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-02-17 18:13:44 UTC
State Changed
From-To: open->closed

Committed, thank you!