- 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)
This commit is contained in:
parent
329077d890
commit
d0ba903fd7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160024
8 changed files with 14 additions and 24 deletions
|
@ -5,7 +5,7 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 0
|
||||
|
||||
WITH_COMMON_ONLY= yes
|
||||
|
||||
|
|
|
@ -142,7 +142,6 @@ include/wx-%%WX_VERSION%%/wx/wxPython/pytree.h
|
|||
include/wx-%%WX_VERSION%%/wx/wxPython/swigver.h
|
||||
include/wx-%%WX_VERSION%%/wx/wxPython/wxPython.h
|
||||
include/wx-%%WX_VERSION%%/wx/wxPython/wxPython_int.h
|
||||
%%PYTHON_SITELIBDIR%%/wx.pth
|
||||
%%PYTHON_SITELIBDIR%%/wxversion.py
|
||||
%%PYTHON_SITELIBDIR%%/wxversion.pyc
|
||||
%%PYTHON_SITELIBDIR%%/wxversion.pyo
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 0
|
||||
|
||||
WITH_COMMON_ONLY= yes
|
||||
|
||||
|
|
|
@ -142,7 +142,6 @@ include/wx-%%WX_VERSION%%/wx/wxPython/pytree.h
|
|||
include/wx-%%WX_VERSION%%/wx/wxPython/swigver.h
|
||||
include/wx-%%WX_VERSION%%/wx/wxPython/wxPython.h
|
||||
include/wx-%%WX_VERSION%%/wx/wxPython/wxPython_int.h
|
||||
%%PYTHON_SITELIBDIR%%/wx.pth
|
||||
%%PYTHON_SITELIBDIR%%/wxversion.py
|
||||
%%PYTHON_SITELIBDIR%%/wxversion.pyc
|
||||
%%PYTHON_SITELIBDIR%%/wxversion.pyo
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue