svn commit: r394648 - head/www/arora

Philip M. Gollucci pgollucci at FreeBSD.org
Tue Aug 18 20:02:26 UTC 2015


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 at gmail.com
  Approved by:         shanjobe at 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
 


More information about the svn-ports-head mailing list