Date: Tue, 8 Oct 2019 10:40:00 +0000 (UTC) From: Michael Gmelin <grembo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514070 - head/devel/ice Message-ID: <201910081040.x98Ae0xN095931@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910081040.x98Ae0xN095931>