Bug 181762 - Update port devel/py-pyev to 0.9.0
Summary: Update port devel/py-pyev to 0.9.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-02 20:20 UTC by Denis Generalov
Modified: 2013-09-12 14:50 UTC (History)
0 users

See Also:


Attachments
file.txt (1.84 KB, text/plain)
2013-09-02 20:20 UTC, Denis Generalov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Generalov 2013-09-02 20:20:02 UTC
Update port devel/py-pyev to 0.9.0.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-02 20:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-09-11 22:38:08 UTC
Responsible Changed
From-To: freebsd-python->wg

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-12 14:49:42 UTC
Author: wg
Date: Thu Sep 12 13:49:32 2013
New Revision: 327065
URL: http://svnweb.freebsd.org/changeset/ports/327065

Log:
  devel/py-pyev: update to 0.9.0
  
  - Update to 0.9.0
  - Trim Makefile header
  - Convert lib depends to new syntax
  - Use single space for WWW
  
  PR:		ports/181762
  Submitted by:	Denis Generalov <gd rambler-co.ru> (maintainer)

Modified:
  head/devel/py-pyev/Makefile
  head/devel/py-pyev/distinfo
  head/devel/py-pyev/pkg-descr

Modified: head/devel/py-pyev/Makefile
==============================================================================
--- head/devel/py-pyev/Makefile	Thu Sep 12 13:49:24 2013	(r327064)
+++ head/devel/py-pyev/Makefile	Thu Sep 12 13:49:32 2013	(r327065)
@@ -1,13 +1,8 @@
-# New ports collection makefile for:	py-pyev
-# Date created:		2012-05-31
-# Whom:			Denis Generalov <gd@rambler-co.ru>
-#
+# Created by: Denis Generalov <gd@rambler-co.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	pyev
-PORTVERSION=	0.8.1
-DISTVERSIONSUFFIX=	-4.04
+PORTVERSION=	0.9.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 MASTER_SITE_SUBDIR=	source/p/pyev
@@ -16,15 +11,17 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	gd@rambler-co.ru
 COMMENT=	Python libev interface
 
-LICENSE=	BSD GPLv1
-LICENSE_COMB=	multi
+LICENSE=	GPLv3
 
-LIB_DEPENDS=	ev.4:${PORTSDIR}/devel/libev
+LIB_DEPENDS=	libev.so:${PORTSDIR}/devel/libev
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 PYDISTUTILS_PKGVERSION=${PORTVERSION}${DISTVERSIONSUFFIX}
 
+CFLAGS+=	-I${PREFIX}/include
+LDFLAGS+=	-L${PREFIX}/lib
+
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/pyev.so
 
 .include <bsd.port.mk>

Modified: head/devel/py-pyev/distinfo
==============================================================================
--- head/devel/py-pyev/distinfo	Thu Sep 12 13:49:24 2013	(r327064)
+++ head/devel/py-pyev/distinfo	Thu Sep 12 13:49:32 2013	(r327065)
@@ -1,2 +1,2 @@
-SHA256 (pyev-0.8.1-4.04.tar.gz) = 5e634953c08d27141f7e64c0c85fb64ea9756545309073ea8cd5b0a7050950e5
-SIZE (pyev-0.8.1-4.04.tar.gz) = 623423
+SHA256 (pyev-0.9.0.tar.gz) = 5d030a993cb0e9a74034e57b2e1e3f6378f25083bb886583badf68c0e800c665
+SIZE (pyev-0.9.0.tar.gz) = 223943

Modified: head/devel/py-pyev/pkg-descr
==============================================================================
--- head/devel/py-pyev/pkg-descr	Thu Sep 12 13:49:24 2013	(r327064)
+++ head/devel/py-pyev/pkg-descr	Thu Sep 12 13:49:32 2013	(r327065)
@@ -1,3 +1,3 @@
 Python libev interface.
 
-WWW:	http://packages.python.org/pyev/
+WWW: http://packages.python.org/pyev/
_______________________________________________
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 4 William Grzybowski freebsd_committer freebsd_triage 2013-09-12 14:49:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!