Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2015 20:02:25 +0000 (UTC)
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394648 - head/www/arora
Message-ID:  <201508182002.t7IK2PCU006590@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pgollucci
Date: Tue Aug 18 20:02:25 2015
New Revision: 394648
URL: https://svnweb.freebsd.org/changeset/ports/394648

Log:
  www/arora: qt4-linguist -> qt4-linguisttools
  
  - Use qt4-linguisttools for localization.
  - Depend on qt4-sqlite3-plugin (required by arora-placesimport).
  - Bump PORTREVISION
  
  PR:                  202043
  Submitted by:        s3erios@gmail.com
  Approved by:         shanjobe@gmail.com

Modified:
  head/www/arora/Makefile

Modified: head/www/arora/Makefile
==============================================================================
--- head/www/arora/Makefile	Tue Aug 18 20:02:20 2015	(r394647)
+++ head/www/arora/Makefile	Tue Aug 18 20:02:25 2015	(r394648)
@@ -3,7 +3,7 @@
 
 PORTNAME=	arora
 PORTVERSION=	0.11.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	GOOGLE_CODE
 
@@ -14,11 +14,11 @@ LICENSE=	GPLv3
 
 USES=		desktop-file-utils qmake
 USE_QT4=	network webkit moc_build uic_build rcc_build \
-		imageformats_run gui script sql
+		sql-sqlite3_run imageformats_run gui script sql
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
-NLS_USE=	QT4=linguist_build
+NLS_USE=	QT4=linguisttools_build
 
 BROKEN_ia64=		core dump on application startup
 



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