Update to 3.7.2
Change MAINTAINER email PR: 86919 Submitted by: Jiawei Ye <leafy@orion.moderntimes.com.tw> (maintainer) Approved by: pav (mentor)
This commit is contained in:
parent
c53e455454
commit
45d423020e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144307
3 changed files with 29 additions and 1490 deletions
|
@ -6,24 +6,42 @@
|
|||
#
|
||||
|
||||
PORTNAME= eric
|
||||
PORTVERSION= 3.7.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.7.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= eric-ide
|
||||
|
||||
MAINTAINER= leafy@leafy.idv.tw
|
||||
MAINTAINER= leafy7382@gmail.com
|
||||
COMMENT= A Python IDE implemented using PyQt and QScintilla
|
||||
|
||||
BUILD_DEPENDS= ${X11BASE}/lib/libqscintilla.so:${PORTSDIR}/x11-toolkits/qscintilla\
|
||||
${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip\
|
||||
BUILD_DEPENDS= ${X11BASE}/lib/libqscintilla.so:${PORTSDIR}/x11-toolkits/qscintilla \
|
||||
${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip \
|
||||
pyuic:${PORTSDIR}/x11-toolkits/py-qt
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_REINPLACE= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${PYTHON_CMD} install.py -b ${PREFIX}/bin/ \
|
||||
-d ${PYTHONPREFIX_SITELIBDIR}
|
||||
PLIST_FILES= bin/eric3 bin/eric3-api bin/eric3-doc bin/eric3-helpviewer \
|
||||
bin/eric3-qregexp bin/eric3-re bin/eric3-trpreviewer \
|
||||
bin/eric3-uipreviewer bin/eric3-unittest \
|
||||
%%PYTHON_SITELIBDIR%%/sitecustomize.pyc \
|
||||
%%PYTHON_SITELIBDIR%%/sitecustomize.py \
|
||||
%%PYTHON_SITELIBDIR%%/eric3config.py
|
||||
PLISTDIR= ${PYTHON_SITELIBDIR}/eric3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
(cd ${WRKSRC} && ${PYTHON_CMD} install.py -b ${PREFIX}/bin/ \
|
||||
-d ${PYTHONPREFIX_SITELIBDIR} )
|
||||
|
||||
post-install:
|
||||
.for dir in ${PLISTDIR}
|
||||
@${FIND} ${dir} ! -type d | \
|
||||
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
|
||||
@${FIND} ${dir} -type d | ${SORT} -r | \
|
||||
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (eric-3.7.1.tar.gz) = 5987f13d199df352df8862eec024fc39
|
||||
SIZE (eric-3.7.1.tar.gz) = 1731501
|
||||
MD5 (eric-3.7.2.tar.gz) = b0b1114cd823cb149844ac95dcf5b4ac
|
||||
SIZE (eric-3.7.2.tar.gz) = 1733560
|
||||
|
|
1479
devel/eric/pkg-plist
1479
devel/eric/pkg-plist
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue