diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-04-20 17:04:04 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-04-20 17:04:04 +0000 |
commit | d0ba903fd7786e762576208f4f797724d16c732c (patch) | |
tree | 91a6e1411af2a65d031f4be81b86dea1aeab7b46 /x11-toolkits/py-wxPython28 | |
parent | update textproc/libxdiff to 0.20 (diff) |
- Update to 2.6.3.2. [1]
- Do not let py-wxPython26-common to touch wx.pth or it will ending up as
empty by overwrite when you reinstall or update py-wxPython26-common. [2]
PR: ports/96091 [1], ports/96092 [2]
Submitted by: Neal Nelson <neal@nelson.name> (maintainer)
Notes
Notes:
svn path=/head/; revision=160024
Diffstat (limited to 'x11-toolkits/py-wxPython28')
-rw-r--r-- | x11-toolkits/py-wxPython28/Makefile | 10 | ||||
-rw-r--r-- | x11-toolkits/py-wxPython28/distinfo | 6 |
2 files changed, 6 insertions, 10 deletions
diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile index 8fddd27ebdbe..67cdd98bb57b 100644 --- a/x11-toolkits/py-wxPython28/Makefile +++ b/x11-toolkits/py-wxPython28/Makefile @@ -6,7 +6,7 @@ # 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 @@ post-install: ## # 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> diff --git a/x11-toolkits/py-wxPython28/distinfo b/x11-toolkits/py-wxPython28/distinfo index ce049005c508..314c9179a6e0 100644 --- a/x11-toolkits/py-wxPython28/distinfo +++ b/x11-toolkits/py-wxPython28/distinfo @@ -1,3 +1,3 @@ -MD5 (wxPython-src-2.6.3.0.tar.gz) = 2891a496f4a415179e6a231619344b27 -SHA256 (wxPython-src-2.6.3.0.tar.gz) = 9571370b1879add44767cc438a0bdec0f9d5533eb6cd76af43f395de60cfabf3 -SIZE (wxPython-src-2.6.3.0.tar.gz) = 19127812 +MD5 (wxPython-src-2.6.3.2.tar.gz) = a27546fab8a8d77eb6b67954e6362269 +SHA256 (wxPython-src-2.6.3.2.tar.gz) = 21558bf3f306bb935b53e0ca42664ca325ec3cc4d9452b79bb5d9ff4b68aadb6 +SIZE (wxPython-src-2.6.3.2.tar.gz) = 18946956 |