svn commit: r422082 - head/devel/libkolab

Tobias C. Berner tcberner at FreeBSD.org
Tue Sep 13 20:28:18 UTC 2016


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 \


More information about the svn-ports-head mailing list