Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Sep 2016 15:45:41 +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: r422139 - head/devel/libkolab
Message-ID:  <201609141545.u8EFjfoX085627@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Wed Sep 14 15:45:41 2016
New Revision: 422139
URL: https://svnweb.freebsd.org/changeset/ports/422139

Log:
  Use the correct syntax for PORTSCOUT.
  
  Approved by:	rakuco (mentor)

Modified:
  head/devel/libkolab/Makefile

Modified: head/devel/libkolab/Makefile
==============================================================================
--- head/devel/libkolab/Makefile	Wed Sep 14 15:35:40 2016	(r422138)
+++ head/devel/libkolab/Makefile	Wed Sep 14 15:45:41 2016	(r422139)
@@ -13,7 +13,7 @@ COMMENT=	Advanced Kolab Object Handling 
 # itself to be LGPL3-licensed (and so are all the installed headers).
 LICENSE=	LGPL3
 
-PORTSCOUT=	limit=^0\.
+PORTSCOUT=	limit:^0\.
 
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libcurl.so:ftp/curl \



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