Bug 96091 - Update x11-toolkits/py-wxPython26 to 2.6.3.2
Summary: Update x11-toolkits/py-wxPython26 to 2.6.3.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jeremy Messenger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-20 10:30 UTC by Neal Nelson
Modified: 2006-04-20 18:04 UTC (History)
0 users

See Also:


Attachments
file.diff (105 bytes, patch)
2006-04-20 10:30 UTC, Neal Nelson
no flags Details | Diff
file.diff (546 bytes, patch)
2006-04-20 10:30 UTC, Neal Nelson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Neal Nelson 2006-04-20 10:30:14 UTC
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>
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-04-20 10:32:09 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer)
Comment 2 Jeremy Messenger freebsd_committer freebsd_triage 2006-04-20 17:28:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mezz

I'll take this.
Comment 3 Jeremy Messenger freebsd_committer freebsd_triage 2006-04-20 18:04:14 UTC
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. :-)