Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 May 2016 15:37:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415069 - head/deskutils/fet
Message-ID:  <201605121537.u4CFbA6N054453@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu May 12 15:37:10 2016
New Revision: 415069
URL: https://svnweb.freebsd.org/changeset/ports/415069

Log:
  - Update to 5.29.3
  
  PR:		209433
  Submitted by:	udvzsolt@gmail.com (maintainer)

Modified:
  head/deskutils/fet/Makefile
  head/deskutils/fet/distinfo

Modified: head/deskutils/fet/Makefile
==============================================================================
--- head/deskutils/fet/Makefile	Thu May 12 15:09:23 2016	(r415068)
+++ head/deskutils/fet/Makefile	Thu May 12 15:37:10 2016	(r415069)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fet
-PORTVERSION=	5.29.2
+PORTVERSION=	5.29.3
 CATEGORIES=	deskutils kde
 MASTER_SITES=	http://lalescu.ro/liviu/fet/download/ \
 		http://lalescu.ro/liviu/fet/download/old/ \
@@ -16,7 +16,7 @@ LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		qmake tar:bzip2
-USE_QT4=	gui network xml \
+USE_QT4=	xml \
 		moc_build rcc_build uic_build
 
 PORTEXAMPLES=	*
@@ -37,9 +37,10 @@ OPTIONS_SUB=	yes
 
 .if ${PORT_OPTIONS:MONLYCL}
 INSTALL_TARGET=	${WRKSRC}/fet-cl
+QMAKE_SOURCE_PATH=	${WRKSRC}/src/src-cl.pro
 .else
+USE_QT4+=	gui network
 INSTALL_TARGET=	${WRKSRC}/fet
-QMAKE_PRO=	src/src-cl.pro
 .endif
 
 post-patch:

Modified: head/deskutils/fet/distinfo
==============================================================================
--- head/deskutils/fet/distinfo	Thu May 12 15:09:23 2016	(r415068)
+++ head/deskutils/fet/distinfo	Thu May 12 15:37:10 2016	(r415069)
@@ -1,2 +1,2 @@
-SHA256 (fet-5.29.2.tar.bz2) = 5d53f0b0f26ec7cf07f60bbd96edcbf069a04371b016d4c5a058c9a487778e81
-SIZE (fet-5.29.2.tar.bz2) = 10076873
+SHA256 (fet-5.29.3.tar.bz2) = 3048b0e69172e170945f631fb4befead4df938e6372c9ff49cd861bf2cdcba34
+SIZE (fet-5.29.3.tar.bz2) = 10075480



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