https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219687
Po-Chuan Hsieh <sunp...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sunp...@freebsd.org --- Comment #22 from Po-Chuan Hsieh <sunp...@freebsd.org> --- I did a quick review. Please remove the following from Makefile: - MASTER_SITES: CHEESESHOP does not have the tarball. USE_GITHUB will add GitHub to MASTER_SITES. - DISTNAME: it's set by USE_GITHUB. - BUILD_DEPENDS: it's already added by USES=python and USE_PYTHON=distutils. - setuptools in RUN_DEPENDS: it's already added by USES=python and USE_PYTHON=distutils. After the removal: % make -V MASTER_SITES https://codeload.github.com/GoogleCloudPlatform/compute-image-packages/tar.gz/20170718?dummy=/ -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"