diff options
-rw-r--r-- | net/gpxe/Makefile | 16 | ||||
-rw-r--r-- | net/gpxe/distinfo | 4 |
2 files changed, 8 insertions, 12 deletions
diff --git a/net/gpxe/Makefile b/net/gpxe/Makefile index 50cfaa6b654e..a46776987230 100644 --- a/net/gpxe/Makefile +++ b/net/gpxe/Makefile @@ -3,26 +3,22 @@ PORTNAME= gpxe PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_KERNEL_ORG} -MASTER_SITE_SUBDIR=software/utils/boot/gpxe +MASTER_SITES= http://etherboot.org/rel/gpxe/ \ + http://slackware.cs.utah.edu/pub/kernel.org/pub/software/utils/boot/gpxe/ MAINTAINER= gk.freebsd@googlemail.com COMMENT= Create an open-source PXE implementation and bootloader LICENSE= GPLv2 -BUILD_DEPENDS= syslinux:${PORTSDIR}/sysutils/syslinux \ - mkisofs:${PORTSDIR}/sysutils/cdrtools +BUILD_DEPENDS= syslinux:${PORTSDIR}/sysutils/syslinux -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes +USE_CDRTOOLS= yes +USES= gmake perl5 WRKSRC= ${WRKDIR}/${DISTNAME}/src -BROKEN= checksum mismatch - PLIST_DIRS= %%DATADIR%% PLIST_FILES= %%DATADIR%%/gpxe.dsk \ %%DATADIR%%/gpxe.usb \ diff --git a/net/gpxe/distinfo b/net/gpxe/distinfo index 196b5fad6a12..3d87925f7d68 100644 --- a/net/gpxe/distinfo +++ b/net/gpxe/distinfo @@ -1,2 +1,2 @@ -SHA256 (gpxe-1.0.1.tar.bz2) = 65a542553f2221da78da1230486d2ff8565c62336caebdbb2f88ca6645a63f52 -SIZE (gpxe-1.0.1.tar.bz2) = 1856122 +SHA256 (gpxe-1.0.1.tar.gz) = 4be98e4f3af5b2000b97f793aceb89f2822ef806575565b3f028a727073de833 +SIZE (gpxe-1.0.1.tar.gz) = 2311752 |