aboutsummaryrefslogtreecommitdiff
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
parentc5d040896b5eea6e36a8761156630eed395bcb40 (diff)
downloadports-586f715b679e2dcc167d09771e6f6cc797516358.tar.gz
ports-586f715b679e2dcc167d09771e6f6cc797516358.zip
Notes
-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
-rw-r--r--french/eric4/Makefile1
-rw-r--r--french/eric4/distinfo4
-rw-r--r--german/eric4/Makefile1
-rw-r--r--german/eric4/distinfo4
-rw-r--r--russian/eric4/Makefile1
-rw-r--r--russian/eric4/distinfo4
10 files changed, 10 insertions, 25 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
diff --git a/french/eric4/Makefile b/french/eric4/Makefile
index fb59b4c0ecc2..46ff974e2dad 100644
--- a/french/eric4/Makefile
+++ b/french/eric4/Makefile
@@ -1,7 +1,6 @@
# Created by: Boris Samorodov <bsam@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= french devel python
I18N_LANG= fr
diff --git a/french/eric4/distinfo b/french/eric4/distinfo
index 9d44aa8eface..4a46e7282ca4 100644
--- a/french/eric4/distinfo
+++ b/french/eric4/distinfo
@@ -1,2 +1,2 @@
-SHA256 (eric4-i18n-fr-4.5.7.tar.gz) = ab989b56fa9cfa09b1b3c52681c2510e943c9de167cba2fbdf5c6fa66fce77cb
-SIZE (eric4-i18n-fr-4.5.7.tar.gz) = 473153
+SHA256 (eric4-i18n-fr-4.5.9.tar.gz) = e6dc8b0ec78bbd761772b9b5898b982c8b98dc4d7365c2a75bec2f34cccc0848
+SIZE (eric4-i18n-fr-4.5.9.tar.gz) = 473268
diff --git a/german/eric4/Makefile b/german/eric4/Makefile
index 6f5a9449534c..3278ea1f9947 100644
--- a/german/eric4/Makefile
+++ b/german/eric4/Makefile
@@ -1,7 +1,6 @@
# Created by: Boris Samorodov <bsam@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= german devel python
I18N_LANG= de
diff --git a/german/eric4/distinfo b/german/eric4/distinfo
index 1c975ebe122d..d654967046df 100644
--- a/german/eric4/distinfo
+++ b/german/eric4/distinfo
@@ -1,2 +1,2 @@
-SHA256 (eric4-i18n-de-4.5.7.tar.gz) = e2eb1aa6839f69f4319c98c1df55dc9b3234c5ad05176a7e0049255e91861412
-SIZE (eric4-i18n-de-4.5.7.tar.gz) = 471444
+SHA256 (eric4-i18n-de-4.5.9.tar.gz) = 510a7a9014737a2ac9532c91f580dffb968a6c51c2c4faa8213a63744681c948
+SIZE (eric4-i18n-de-4.5.9.tar.gz) = 471395
diff --git a/russian/eric4/Makefile b/russian/eric4/Makefile
index 88099ce62f19..7bdfdfba5499 100644
--- a/russian/eric4/Makefile
+++ b/russian/eric4/Makefile
@@ -1,7 +1,6 @@
# Created by: Boris Samorodov <bsam@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= russian devel python
.include "${.CURDIR}/../../devel/eric4/Makefile.inc"
diff --git a/russian/eric4/distinfo b/russian/eric4/distinfo
index db0fb50072f9..00a7a0ca674d 100644
--- a/russian/eric4/distinfo
+++ b/russian/eric4/distinfo
@@ -1,2 +1,2 @@
-SHA256 (eric4-i18n-ru-4.5.7.tar.gz) = 92cfb3a3312f7c778cbf56d8509d1268323879551b1738aca51e44da3354842e
-SIZE (eric4-i18n-ru-4.5.7.tar.gz) = 480537
+SHA256 (eric4-i18n-ru-4.5.9.tar.gz) = 2512a13a645613d7c5c17fda588700d8f81c71bf1584ce312bc8007053cf5c30
+SIZE (eric4-i18n-ru-4.5.9.tar.gz) = 480726