mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
parent
c132d13ed1
commit
f7bb5c0d71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278524
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user