svn commit: r514070 - head/devel/ice

Michael Gmelin grembo at FreeBSD.org
Tue Oct 8 10:40:01 UTC 2019


Author: grembo
Date: Tue Oct  8 10:40:00 2019
New Revision: 514070
URL: https://svnweb.freebsd.org/changeset/ports/514070

Log:
  Revert PORTSCOUT limit to the previous value, so that it will
  start working correctly once https://github.com/freebsd/portscout/pull/7
  has been resolved.

Modified:
  head/devel/ice/Makefile

Modified: head/devel/ice/Makefile
==============================================================================
--- head/devel/ice/Makefile	Tue Oct  8 10:30:25 2019	(r514069)
+++ head/devel/ice/Makefile	Tue Oct  8 10:40:00 2019	(r514070)
@@ -42,7 +42,7 @@ INVALID_BDB_VER=	48 6
 USE_LDCONFIG=		yes
 BUILD_WRKSRC?=		${WRKSRC}/cpp
 INSTALL_WRKSRC?=	${WRKSRC}/cpp
-PORTSCOUT=		limit:^v3\.6\.
+PORTSCOUT=		limit:^3\.6\.
 USE_GITHUB=		yes
 GH_ACCOUNT=		zeroc-ice
 GH_PROJECT=		ice


More information about the svn-ports-head mailing list