Update port x11-toolkits/py-wxPython26 to the latest version 2.6.3.2 Fix: PORTNAME= wxPython -PORTVERSION= 2.6.3.0 +PORTVERSION= 2.6.3.2 PORTREVISION?= 0 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -170,16 +170,12 @@ ## # wxversion wxPython available list ## -.if defined(WITH_COMMON_ONLY) -# create the file - @${ECHO_CMD} -n >> \ - ${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@}/wx.pth -.else +.if !defined(WITH_COMMON_ONLY) # add ansi/unicode to the available list @${ECHO_CMD} ${WX_PYTHON_DIR} >> \ ${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@}/wx.pth -.endif @${CHMOD} ${SHAREMODE} \ ${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@}/wx.pth +.endif .include <bsd.port.post.mk>
Class Changed From-To: update->maintainer-update Fix category (submitter is maintainer)
Responsible Changed From-To: freebsd-ports-bugs->mezz I'll take this.
State Changed From-To: open->closed Committed, thanks! In future, please use "send-pr -a" or better editor/terminal that will working to copy-n-paste with tab/space. I had to patch those by manual again, which two patches were failed to apply. :-)