svn commit: r422139 - head/devel/libkolab

Tobias C. Berner tcberner at FreeBSD.org
Wed Sep 14 15:45:42 UTC 2016


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 \


More information about the svn-ports-all mailing list