Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2016 20:28:17 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422082 - head/devel/libkolab
Message-ID:  <201609132028.u8DKSHH2044355@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Tue Sep 13 20:28:17 2016
New Revision: 422082
URL: https://svnweb.freebsd.org/changeset/ports/422082

Log:
  Define PORTSCOUT in devel/libkolab.
  
  devel/libkolab needs version 0.*, as 1.* is against Qt5.
  
  Approved by:    rakuco (mentor)

Modified:
  head/devel/libkolab/Makefile

Modified: head/devel/libkolab/Makefile
==============================================================================
--- head/devel/libkolab/Makefile	Tue Sep 13 20:18:00 2016	(r422081)
+++ head/devel/libkolab/Makefile	Tue Sep 13 20:28:17 2016	(r422082)
@@ -13,6 +13,8 @@ COMMENT=	Advanced Kolab Object Handling 
 # itself to be LGPL3-licensed (and so are all the installed headers).
 LICENSE=	LGPL3
 
+PORTSCOUT=	limit=^0\.
+
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libcurl.so:ftp/curl \
 		libkolabxml.so:textproc/libkolabxml \



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