Date: Sat, 23 Feb 2013 14:22:28 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312819 - head/net/gpxe Message-ID: <201302231422.r1NEMSG7028927@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Feb 23 14:22:28 2013 New Revision: 312819 URL: http://svnweb.freebsd.org/changeset/ports/312819 Log: - Broken checksum mismatch Modified: head/net/gpxe/Makefile (contents, props changed) Modified: head/net/gpxe/Makefile ============================================================================== --- head/net/gpxe/Makefile Sat Feb 23 14:18:10 2013 (r312818) +++ head/net/gpxe/Makefile Sat Feb 23 14:22:28 2013 (r312819) @@ -25,6 +25,8 @@ USE_PERL5= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src MAKE_JOBS_SAFE= yes +BROKEN= checksum mismatch + PLIST_DIRS= %%DATADIR%% PLIST_FILES= %%DATADIR%%/gpxe.dsk \ %%DATADIR%%/gpxe.usb \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302231422.r1NEMSG7028927>