summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-05-18 19:36:31 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-05-18 19:36:31 +0000
commit4aa416657e968dd5c7b7d72d39fdd74f30c14c61 (patch)
tree386b0afd92aec4e0246071bc195bc4afa4a213ca /x11
parentdatabases/innobackup: Remove dead port replaced by databases/xtrabackup (diff)
- Update EFL libraries to 1.7.7
- Update Enlightenment to 0.17.3 Approved by: crees (mentor)
Notes
Notes: svn path=/head/; revision=318442
Diffstat (limited to 'x11')
-rw-r--r--x11/ecore-imf/Makefile6
-rw-r--r--x11/ecore-imf/distinfo4
-rw-r--r--x11/ecore-imf_evas/Makefile6
-rw-r--r--x11/ecore-imf_evas/distinfo4
-rw-r--r--x11/ecore-input/Makefile9
-rw-r--r--x11/ecore-input/distinfo4
-rw-r--r--x11/ecore-input_evas/Makefile6
-rw-r--r--x11/ecore-input_evas/distinfo4
-rw-r--r--x11/ecore-x11/Makefile4
-rw-r--r--x11/ecore-x11/distinfo4
-rw-r--r--x11/efreet/Makefile2
-rw-r--r--x11/efreet/distinfo4
12 files changed, 22 insertions, 35 deletions
diff --git a/x11/ecore-imf/Makefile b/x11/ecore-imf/Makefile
index 2d53418bd5b6..b34fffafec96 100644
--- a/x11/ecore-imf/Makefile
+++ b/x11/ecore-imf/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= imf
-PORTVERSION= 1.7.6
+PORTVERSION= 1.7.7
CATEGORIES= x11 enlightenment
MASTER_SITES= http://download.enlightenment.fr/releases/ \
LOCAL/gblach/e17/
@@ -17,11 +17,9 @@ LICENSE= BSD
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
+USE_GMAKE= yes
USE_EFL= ecore libtool_hack
USES= pkgconfig
-.if defined(.PARSEDIR)
-USE_GMAKE= yes
-.endif
USE_LDCONFIG= yes
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf
INSTALL_WRKSRC= ${BUILD_WRKSRC}
diff --git a/x11/ecore-imf/distinfo b/x11/ecore-imf/distinfo
index afecd5a58584..f7b99c0cf90a 100644
--- a/x11/ecore-imf/distinfo
+++ b/x11/ecore-imf/distinfo
@@ -1,2 +1,2 @@
-SHA256 (e17/ecore-1.7.6.tar.bz2) = f60800de7b2f264f1b0122a07f6c6f098fd1c3a61987bb890a3ca7d6e24d32a9
-SIZE (e17/ecore-1.7.6.tar.bz2) = 3460987
+SHA256 (e17/ecore-1.7.7.tar.bz2) = 0c45795771120f4e73a404fb5217fc6909f97ee82e7e8a4bdaccec9581ac9b9e
+SIZE (e17/ecore-1.7.7.tar.bz2) = 3460946
diff --git a/x11/ecore-imf_evas/Makefile b/x11/ecore-imf_evas/Makefile
index d8ee0b9a9c39..dd69d944871c 100644
--- a/x11/ecore-imf_evas/Makefile
+++ b/x11/ecore-imf_evas/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= imf_evas
-PORTVERSION= 1.7.6
+PORTVERSION= 1.7.7
CATEGORIES= x11 enlightenment
MASTER_SITES= http://download.enlightenment.fr/releases/ \
LOCAL/gblach/e17/
@@ -17,12 +17,10 @@ LICENSE= BSD
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
+USE_GMAKE= yes
USE_EFL= ecore evas libtool_hack
USE_EFL_ECORE= imf
USES= pkgconfig
-.if defined(.PARSEDIR)
-USE_GMAKE= yes
-.endif
USE_LDCONFIG= yes
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf_evas
INSTALL_WRKSRC= ${BUILD_WRKSRC}
diff --git a/x11/ecore-imf_evas/distinfo b/x11/ecore-imf_evas/distinfo
index afecd5a58584..f7b99c0cf90a 100644
--- a/x11/ecore-imf_evas/distinfo
+++ b/x11/ecore-imf_evas/distinfo
@@ -1,2 +1,2 @@
-SHA256 (e17/ecore-1.7.6.tar.bz2) = f60800de7b2f264f1b0122a07f6c6f098fd1c3a61987bb890a3ca7d6e24d32a9
-SIZE (e17/ecore-1.7.6.tar.bz2) = 3460987
+SHA256 (e17/ecore-1.7.7.tar.bz2) = 0c45795771120f4e73a404fb5217fc6909f97ee82e7e8a4bdaccec9581ac9b9e
+SIZE (e17/ecore-1.7.7.tar.bz2) = 3460946
diff --git a/x11/ecore-input/Makefile b/x11/ecore-input/Makefile
index 2cddc0806aac..a25071e659b6 100644
--- a/x11/ecore-input/Makefile
+++ b/x11/ecore-input/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= input
-PORTVERSION= 1.7.6
+PORTVERSION= 1.7.7
CATEGORIES= x11 enlightenment
MASTER_SITES= http://download.enlightenment.fr/releases/ \
LOCAL/gblach/e17/
@@ -17,15 +17,10 @@ LICENSE= BSD
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
+USE_GMAKE= yes
USE_EFL= ecore libtool_hack
USES= pkgconfig
-.if defined(.PARSEDIR)
-USE_GMAKE= yes
-.endif
USE_LDCONFIG= yes
-.if defined(.PARSEDIR)
-USE_GMAKE= yes
-.endif
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_input
INSTALL_WRKSRC= ${BUILD_WRKSRC}
diff --git a/x11/ecore-input/distinfo b/x11/ecore-input/distinfo
index afecd5a58584..f7b99c0cf90a 100644
--- a/x11/ecore-input/distinfo
+++ b/x11/ecore-input/distinfo
@@ -1,2 +1,2 @@
-SHA256 (e17/ecore-1.7.6.tar.bz2) = f60800de7b2f264f1b0122a07f6c6f098fd1c3a61987bb890a3ca7d6e24d32a9
-SIZE (e17/ecore-1.7.6.tar.bz2) = 3460987
+SHA256 (e17/ecore-1.7.7.tar.bz2) = 0c45795771120f4e73a404fb5217fc6909f97ee82e7e8a4bdaccec9581ac9b9e
+SIZE (e17/ecore-1.7.7.tar.bz2) = 3460946
diff --git a/x11/ecore-input_evas/Makefile b/x11/ecore-input_evas/Makefile
index 125f7357892f..95dea8489a53 100644
--- a/x11/ecore-input_evas/Makefile
+++ b/x11/ecore-input_evas/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= input_evas
-PORTVERSION= 1.7.6
+PORTVERSION= 1.7.7
CATEGORIES= x11 enlightenment
MASTER_SITES= http://download.enlightenment.fr/releases/ \
LOCAL/gblach/e17/
@@ -17,12 +17,10 @@ LICENSE= BSD
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
+USE_GMAKE= yes
USE_EFL= ecore evas libtool_hack
USE_EFL_ECORE= input
USES= pkgconfig
-.if defined(.PARSEDIR)
-USE_GMAKE= yes
-.endif
USE_LDCONFIG= yes
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_input_evas
INSTALL_WRKSRC= ${BUILD_WRKSRC}
diff --git a/x11/ecore-input_evas/distinfo b/x11/ecore-input_evas/distinfo
index afecd5a58584..f7b99c0cf90a 100644
--- a/x11/ecore-input_evas/distinfo
+++ b/x11/ecore-input_evas/distinfo
@@ -1,2 +1,2 @@
-SHA256 (e17/ecore-1.7.6.tar.bz2) = f60800de7b2f264f1b0122a07f6c6f098fd1c3a61987bb890a3ca7d6e24d32a9
-SIZE (e17/ecore-1.7.6.tar.bz2) = 3460987
+SHA256 (e17/ecore-1.7.7.tar.bz2) = 0c45795771120f4e73a404fb5217fc6909f97ee82e7e8a4bdaccec9581ac9b9e
+SIZE (e17/ecore-1.7.7.tar.bz2) = 3460946
diff --git a/x11/ecore-x11/Makefile b/x11/ecore-x11/Makefile
index 5994642e2af0..5dee4904e24b 100644
--- a/x11/ecore-x11/Makefile
+++ b/x11/ecore-x11/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= x11
-PORTVERSION= 1.7.6
+PORTVERSION= 1.7.7
CATEGORIES= x11 enlightenment
MASTER_SITES= http://download.enlightenment.fr/releases/ \
LOCAL/gblach/e17/
@@ -17,9 +17,7 @@ LICENSE= BSD
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
-.if defined(.PARSEDIR)
USE_GMAKE= yes
-.endif
USE_EFL= ecore libtool_hack
USE_EFL_ECORE= input
USE_LDCONFIG= yes
diff --git a/x11/ecore-x11/distinfo b/x11/ecore-x11/distinfo
index afecd5a58584..f7b99c0cf90a 100644
--- a/x11/ecore-x11/distinfo
+++ b/x11/ecore-x11/distinfo
@@ -1,2 +1,2 @@
-SHA256 (e17/ecore-1.7.6.tar.bz2) = f60800de7b2f264f1b0122a07f6c6f098fd1c3a61987bb890a3ca7d6e24d32a9
-SIZE (e17/ecore-1.7.6.tar.bz2) = 3460987
+SHA256 (e17/ecore-1.7.7.tar.bz2) = 0c45795771120f4e73a404fb5217fc6909f97ee82e7e8a4bdaccec9581ac9b9e
+SIZE (e17/ecore-1.7.7.tar.bz2) = 3460946
diff --git a/x11/efreet/Makefile b/x11/efreet/Makefile
index 8ff4b9e32600..6f43a01d9cac 100644
--- a/x11/efreet/Makefile
+++ b/x11/efreet/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= efreet
-PORTVERSION= 1.7.6
+PORTVERSION= 1.7.7
CATEGORIES= x11 enlightenment
MASTER_SITES= http://download.enlightenment.fr/releases/ \
LOCAL/gblach/e17/
diff --git a/x11/efreet/distinfo b/x11/efreet/distinfo
index c25c79381047..b42c08baa2d0 100644
--- a/x11/efreet/distinfo
+++ b/x11/efreet/distinfo
@@ -1,2 +1,2 @@
-SHA256 (e17/efreet-1.7.6.tar.bz2) = 22a02d6f6182baebd7720f80164ec94da8e752b5fbfcebe344a42fe177dbb948
-SIZE (e17/efreet-1.7.6.tar.bz2) = 445185
+SHA256 (e17/efreet-1.7.7.tar.bz2) = 372e0ddd7c724a7b940759d4231334e8d5d711fe87b2f5afecd0e95d763c5499
+SIZE (e17/efreet-1.7.7.tar.bz2) = 445232