aboutsummaryrefslogtreecommitdiff
path: root/devel/eric4
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-03-10 21:52:35 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-03-10 21:52:35 +0000
commit586f715b679e2dcc167d09771e6f6cc797516358 (patch)
tree91711d45ddd2594a2c6378232ba077aacbe620a2 /devel/eric4
parentc5d040896b5eea6e36a8761156630eed395bcb40 (diff)
downloadports-586f715b679e2dcc167d09771e6f6cc797516358.tar.gz
ports-586f715b679e2dcc167d09771e6f6cc797516358.zip
Notes
Diffstat (limited to 'devel/eric4')
-rw-r--r--devel/eric4/Makefile3
-rw-r--r--devel/eric4/Makefile.inc2
-rw-r--r--devel/eric4/distinfo4
-rw-r--r--devel/eric4/files/patch-install.py11
4 files changed, 4 insertions, 16 deletions
diff --git a/devel/eric4/Makefile b/devel/eric4/Makefile
index ed1e2765b86e..463146549fe7 100644
--- a/devel/eric4/Makefile
+++ b/devel/eric4/Makefile
@@ -1,7 +1,6 @@
# Created by: Boris Samorodov <bsam@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= devel python
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -15,7 +14,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \
${PYTHON_SITELIBDIR}/PyQt4/QtSvg.so:${PORTSDIR}/graphics/py-qt4-svg \
${PYTHON_SITELIBDIR}/PyQt4/QtWebKit.so:${PORTSDIR}/www/py-qt4-webkit \
${PYTHON_SITELIBDIR}/PyQt4/QtHelp.so:${PORTSDIR}/devel/py-qt4-help \
- ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
+ ${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
USE_GNOME= desktopfileutils
INSTALL_CMD= install.py -c -f eric4config.freebsd
diff --git a/devel/eric4/Makefile.inc b/devel/eric4/Makefile.inc
index 98bcb4765601..eea4293a2f70 100644
--- a/devel/eric4/Makefile.inc
+++ b/devel/eric4/Makefile.inc
@@ -6,7 +6,7 @@
# french/eric4, german/eric4, russian/eric4
PORTNAME= eric4
-PORTVERSION= 4.5.7
+PORTVERSION= 4.5.9
MASTER_SITES= SF/eric-ide/${PORTNAME}/stable/${PORTVERSION}
DISTNAME?= ${PORTNAME}-i18n-${I18N_LANG}-${PORTVERSION}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
diff --git a/devel/eric4/distinfo b/devel/eric4/distinfo
index 029d7bf70c29..0a89008e73ee 100644
--- a/devel/eric4/distinfo
+++ b/devel/eric4/distinfo
@@ -1,2 +1,2 @@
-SHA256 (eric4-4.5.7.tar.gz) = 6da21c13546566dbe9e97e35a8680a6ec1e330c57ec555e0c6012b057a824a6a
-SIZE (eric4-4.5.7.tar.gz) = 8233935
+SHA256 (eric4-4.5.9.tar.gz) = 9dd60ac84a97bf75525cfa076ffc024134b49efb7d6a233ede3accd41fcac21b
+SIZE (eric4-4.5.9.tar.gz) = 8239994
diff --git a/devel/eric4/files/patch-install.py b/devel/eric4/files/patch-install.py
deleted file mode 100644
index 8aa56404adfe..000000000000
--- a/devel/eric4/files/patch-install.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- install.py~ 2013-02-18 20:06:18.000000000 +0200
-+++ install.py 2013-02-18 20:07:37.000000000 +0200
-@@ -1030,7 +1030,7 @@
- res = raw_input(" Shall pyXML be patched now (y/n)? ")
- if res in ["Y", "y"]:
- patchPyXML()
-- except ImportError:
-+ except (ImportError, EOFError):
- pass
-
- #check version of PyQt