Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jan 2015 18:08:48 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378178 - head/devel/efl
Message-ID:  <201501301808.t0UI8mIn078654@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501301808.t0UI8mIn078654>