aboutsummaryrefslogtreecommitdiff
path: root/devel/py-event
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2007-09-21 20:21:30 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2007-09-21 20:21:30 +0000
commit5a1d1148e1bf522e5cec350ddbb7241017615b23 (patch)
treec0c7a07736914867ed86b175a6df18598e35d03f /devel/py-event
parentb70fcd10eb3b1db807baac1c511236218a2f249b (diff)
downloadports-5a1d1148e1bf522e5cec350ddbb7241017615b23.tar.gz
ports-5a1d1148e1bf522e5cec350ddbb7241017615b23.zip
- Change libevent lib and bump PORTREVISION since devel/libevent are updated.
Notes
Notes: svn path=/head/; revision=199865
Diffstat (limited to 'devel/py-event')
-rw-r--r--devel/py-event/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-event/Makefile b/devel/py-event/Makefile
index 5085bfca2b35..f02e20fa571e 100644
--- a/devel/py-event/Makefile
+++ b/devel/py-event/Makefile
@@ -6,7 +6,7 @@
PORTNAME= event
PORTVERSION= 0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel net python
MASTER_SITES= http://pyevent.googlecode.com/files/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= alexbl@FreeBSD.org
COMMENT= Python bindings for libevent
-LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent
USE_PYTHON= yes
USE_PYDISTUTILS= yes