diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-29 20:25:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-29 20:25:00 +0800 |
commit | 7b7567c6452b6f0079cda9acc23db0d16cb75834 (patch) | |
tree | df91ab7330ddebdca0ed9c190c85e210242521fc /devel | |
parent | 0043090509b4ac26de77f34ee09a33cbf653c355 (diff) | |
download | freebsd-ports-gnome-7b7567c6452b6f0079cda9acc23db0d16cb75834.tar.gz freebsd-ports-gnome-7b7567c6452b6f0079cda9acc23db0d16cb75834.tar.zst freebsd-ports-gnome-7b7567c6452b6f0079cda9acc23db0d16cb75834.zip |
- Update to 0.9.9.2
Changes: http://excess.org/urwid/wiki/ChangeLog
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-urwid/Makefile | 10 | ||||
-rw-r--r-- | devel/py-urwid/distinfo | 4 |
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 |