svn commit: r398956 - head/deskutils/silence

Pawel Pekala pawel at FreeBSD.org
Fri Oct 9 20:31:17 UTC 2015


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 at 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


More information about the svn-ports-all mailing list