aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-07-29 12:25:00 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-07-29 12:25:00 +0000
commitf7bb5c0d711575c27e5483179c6402b72949aa0d (patch)
tree87753b1bbde73116b96682e43fda014c19ea4495 /devel
parentc132d13ed17306c35f8be391d392a3ed3e1bc00a (diff)
downloadports-f7bb5c0d711575c27e5483179c6402b72949aa0d.tar.gz
ports-f7bb5c0d711575c27e5483179c6402b72949aa0d.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/py-urwid/Makefile10
-rw-r--r--devel/py-urwid/distinfo4
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-urwid/Makefile b/devel/py-urwid/Makefile
index 59374c788334..55f5fce160bf 100644
--- a/devel/py-urwid/Makefile
+++ b/devel/py-urwid/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= urwid
-PORTVERSION= 0.9.9.1
+PORTVERSION= 0.9.9.2
CATEGORIES= devel python
MASTER_SITES= http://excess.org/urwid/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -29,13 +29,13 @@ PORTEXAMPLES= bigtext.py \
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
post-patch:
- @# disable setuptools for now
- ${REINPLACE_CMD} 's/setuptools/xxsetuptools/g' ${WRKSRC}/setup.py
+# disable setuptools for now
+ @${REINPLACE_CMD} 's/setuptools/xxx/g' ${WRKSRC}/setup.py
post-install:
.if !defined(NOPORTEXAMPLES)
- @${MKDIR} ${EXAMPLESDIR}
- @${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/,} ${EXAMPLESDIR}
+ ${MKDIR} ${EXAMPLESDIR}/
+ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}/
.endif
.include <bsd.port.mk>
diff --git a/devel/py-urwid/distinfo b/devel/py-urwid/distinfo
index 4a036f821710..916d2c9272c3 100644
--- a/devel/py-urwid/distinfo
+++ b/devel/py-urwid/distinfo
@@ -1,2 +1,2 @@
-SHA256 (urwid-0.9.9.1.tar.gz) = 81c95440f84a90872d5bd8f01bc507cd0e5e1ce67a878a62cb435a662e43d5a5
-SIZE (urwid-0.9.9.1.tar.gz) = 238005
+SHA256 (urwid-0.9.9.2.tar.gz) = 900e81676df84a2f500b526f7614f135b2be28ceaa0f726fadd04b151e689808
+SIZE (urwid-0.9.9.2.tar.gz) = 238123