svn commit: r378178 - head/devel/efl
Grzegorz Blach
gblach at FreeBSD.org
Fri Jan 30 18:08:49 UTC 2015
Author: gblach
Date: Fri Jan 30 18:08:47 2015
New Revision: 378178
URL: https://svnweb.freebsd.org/changeset/ports/378178
QAT: https://qat.redports.org/buildarchive/r378178/
Log:
- Update to 1.12.3
- Fix build with NLS=off [1]
PR: 197200 [1]
Submitted by: tijl [1]
Modified:
head/devel/efl/Makefile
head/devel/efl/distinfo
Modified: head/devel/efl/Makefile
==============================================================================
--- head/devel/efl/Makefile Fri Jan 30 17:47:01 2015 (r378177)
+++ head/devel/efl/Makefile Fri Jan 30 18:08:47 2015 (r378178)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= efl
-PORTVERSION= 1.12.2
-PORTREVISION= 4
+PORTVERSION= 1.12.3
CATEGORIES= devel enlightenment
MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/
@@ -24,7 +23,8 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap
DIST_SUBDIR= enlightenment
GNU_CONFIGURE= yes
-USES= autoreconf compiler:c++11-lib gmake libtool pathfix pkgconfig shared-mime-info tar:xz
+USES= autoreconf compiler:c++11-lib gettext-tools gmake libtool \
+ pathfix pkgconfig shared-mime-info tar:xz
USE_XORG= x11 xcursor xcomposite xdamage xext xinerama xp xrandr xtst xscrnsaver
USE_LDCONFIG= yes
@@ -60,7 +60,7 @@ FRIBIDI_CONFIGURE_ENABLE= fribidi
HARFBUZZ_LIB_DEPENDS= libharfbuzz.so:${PORTSDIR}/print/harfbuzz
HARFBUZZ_CONFIGURE_ENABLE= harfbuzz
-NLS_USES= gettext
+NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
PHYSICS_LIB_DEPENDS= libBulletDynamics.so:${PORTSDIR}/devel/bullet
Modified: head/devel/efl/distinfo
==============================================================================
--- head/devel/efl/distinfo Fri Jan 30 17:47:01 2015 (r378177)
+++ head/devel/efl/distinfo Fri Jan 30 18:08:47 2015 (r378178)
@@ -1,2 +1,2 @@
-SHA256 (enlightenment/efl-1.12.2.tar.xz) = 62bd5e75db3ca83da4330521e77551adb2de177aacda9a11d9c854a81002f75e
-SIZE (enlightenment/efl-1.12.2.tar.xz) = 40210048
+SHA256 (enlightenment/efl-1.12.3.tar.xz) = cd92dbf6f1164afb788544f325f9681fe6c572f18437b8886d5bf7c59cd4aebd
+SIZE (enlightenment/efl-1.12.3.tar.xz) = 40202328
More information about the svn-ports-all
mailing list