FreeBSD Bugzilla – Attachment 133584 Details for
Bug 178059
[patch] 2 fixes for devel/py-dateutil
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-dateutil.diff
py-dateutil.diff (text/plain), 759 bytes, created by
Antoine Brodin
on 2013-04-22 20:30:00 UTC
(
hide
)
Description:
py-dateutil.diff
Filename:
MIME Type:
Creator:
Antoine Brodin
Created:
2013-04-22 20:30:00 UTC
Size:
759 bytes
patch
obsolete
>Index: devel/py-dateutil/Makefile >=================================================================== >--- devel/py-dateutil/Makefile (revision 316256) >+++ devel/py-dateutil/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= dateutil > PORTVERSION= 2.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -23,7 +23,8 @@ > > # Fix incorrect permissions > post-patch: >- @${FIND} ${WRKSRC}/python_dateutil.egg-info -type f -exec ${CHMOD} ${SHAREMODE} {} ";" >+ @${FIND} ${WRKSRC} -type f -exec ${CHMOD} ${SHAREMODE} {} ";" >+ @${REINPLACE_CMD} -e 's|import winreg|from six.moves import winreg|' ${WRKSRC}/dateutil/tzwin.py > > regression-test: build > @cd ${WRKSRC} && ${PYTHON_CMD} test.py
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 178059
: 133584