Date: Wed, 11 Sep 2013 15:21:33 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326988 - head/sysutils/py-iowait Message-ID: <201309111521.r8BFLXg6038199@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Wed Sep 11 15:21:32 2013 New Revision: 326988 URL: http://svnweb.freebsd.org/changeset/ports/326988 Log: - Update to 0.2 - Trim Makefile header Modified: head/sysutils/py-iowait/Makefile (contents, props changed) head/sysutils/py-iowait/distinfo (contents, props changed) Modified: head/sysutils/py-iowait/Makefile ============================================================================== --- head/sysutils/py-iowait/Makefile Wed Sep 11 15:17:12 2013 (r326987) +++ head/sysutils/py-iowait/Makefile Wed Sep 11 15:21:32 2013 (r326988) @@ -1,13 +1,8 @@ -# New ports collection makefile for: py-iowait -# Date created: 2012/07/28 -# Whom: Olivier Duchateau <olivierd@FreeBSD.org> -# -# $Id: Makefile,v e97803c008da 2012/08/25 17:20:14 olivier $ -# $FreeBSD $ -# +# Created by: Olivier Duchateau <olivierd@FreeBSD.org> +# $FreeBSD$ PORTNAME= iowait -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +10,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= olivierd@FreeBSD.org COMMENT= Python module for I/O completion events -USE_PYTHON= 2.7 +USE_PYTHON= yes USE_PYDISTUTILS= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} >= 320 +.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" +.endif + +.include <bsd.port.post.mk> Modified: head/sysutils/py-iowait/distinfo ============================================================================== --- head/sysutils/py-iowait/distinfo Wed Sep 11 15:17:12 2013 (r326987) +++ head/sysutils/py-iowait/distinfo Wed Sep 11 15:21:32 2013 (r326988) @@ -1,2 +1,2 @@ -SHA256 (iowait-0.1.tar.gz) = 3955f72a78184ae8791bef75b9a38dcf8592da7cb6499b0b3d3712ef50c1fefe -SIZE (iowait-0.1.tar.gz) = 19978 +SHA256 (iowait-0.2.tar.gz) = ab1bc2eb84c22ccf61f17a0024f9fb6df781b39f1852764a66a7769d5adfb299 +SIZE (iowait-0.2.tar.gz) = 22339
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309111521.r8BFLXg6038199>