mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix build with python-2.7
- Remove MD5 Approved by: miwi(portmgr)
This commit is contained in:
parent
01de4fa308
commit
118f20e1c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270158
3 changed files with 2 additions and 2 deletions
|
@ -23,6 +23,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} \
|
|||
${LOCALBASE}/share/icons/Tango/index.theme:${PORTSDIR}/x11-themes/icons-tango \
|
||||
wvHtml:${PORTSDIR}/textproc/wv
|
||||
|
||||
PLIST_SUB= PYTHON_VER=${PYTHON_VER}
|
||||
PROJECTHOST= gwrite
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (gwrite-0.3.0.tar.gz) = 20055cd0f83b0fc7a7c70a1460f0ac21
|
||||
SHA256 (gwrite-0.3.0.tar.gz) = a245f03a5929643e6135ac7d90b796d64945fe448609c5d2de0b43c6390240db
|
||||
SIZE (gwrite-0.3.0.tar.gz) = 43406
|
||||
|
|
|
@ -26,7 +26,7 @@ bin/gwrite
|
|||
%%PYTHON_SITELIBDIR%%/gwrite/webkitlinkview.pyo
|
||||
%%PYTHON_SITELIBDIR%%/gwrite/docfilter.pyo
|
||||
%%PYTHON_SITELIBDIR%%/gwrite/webkitedit.pyo
|
||||
%%PYTHON_SITELIBDIR%%/gwrite-0.0.2-py2.6.egg-info
|
||||
%%PYTHON_SITELIBDIR%%/gwrite-0.0.2-py%%PYTHON_VER%%.egg-info
|
||||
share/locale/zh_CN/LC_MESSAGES/gwrite.mo
|
||||
share/pixmaps/gwrite.png
|
||||
share/applications/gwrite.desktop
|
||||
|
|
Loading…
Add table
Reference in a new issue