Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2015 20:31:16 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398956 - head/deskutils/silence
Message-ID:  <201510092031.t99KVGtD096328@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Fri Oct  9 20:31:16 2015
New Revision: 398956
URL: https://svnweb.freebsd.org/changeset/ports/398956

Log:
  - Add LICENSE and LICENSE_TEXT
  - Switch to qt4-linguisttools for building (less dependencies)
  - Fix WWW
  
  PR:		202698
  Submitted by:	Andriy Voskoboinyk
  Approved by:	maintainer timeout

Modified:
  head/deskutils/silence/Makefile
  head/deskutils/silence/pkg-descr

Modified: head/deskutils/silence/Makefile
==============================================================================
--- head/deskutils/silence/Makefile	Fri Oct  9 20:20:00 2015	(r398955)
+++ head/deskutils/silence/Makefile	Fri Oct  9 20:31:16 2015	(r398956)
@@ -11,11 +11,14 @@ DISTNAME=	124776-${PORTNAME}-${PORTVERSI
 MAINTAINER=	syncer@gmail.com
 COMMENT=	Information management tool
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 RUN_DEPENDS=	${KDE4_PREFIX}/lib/kde4/katepart.so:${PORTSDIR}/editors/kate
 
 USES=		cmake
 USE_KDE4=	kdelibs kdeprefix automoc4
-USE_QT4=	qmake_build moc_build rcc_build uic_build linguist_build
+USE_QT4=	qmake_build moc_build rcc_build uic_build linguisttools_build
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 

Modified: head/deskutils/silence/pkg-descr
==============================================================================
--- head/deskutils/silence/pkg-descr	Fri Oct  9 20:20:00 2015	(r398955)
+++ head/deskutils/silence/pkg-descr	Fri Oct  9 20:31:16 2015	(r398956)
@@ -2,4 +2,4 @@ Silence is an information management too
 your data, it provides sophisticated search mechanisms so you are
 able to find the information you are looking for.
 
-WWW:	http://silence.sekalura.net
+WWW: http://silence.sekalura.net



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