diff options
Diffstat (limited to 'net/ipxe/Makefile')
-rw-r--r-- | net/ipxe/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ipxe/Makefile b/net/ipxe/Makefile index 2ff7b5b40462..b27872d93527 100644 --- a/net/ipxe/Makefile +++ b/net/ipxe/Makefile @@ -4,8 +4,7 @@ # With helpful hints from net/gpxe PORTNAME= ipxe -PORTVERSION= 20160213 -PORTREVISION= 2 +PORTVERSION= 20161208 CATEGORIES= net MAINTAINER= t@tobik.me @@ -27,7 +26,7 @@ GH_PROJECT= ipxe # A: iPXE uses a rolling release model, in which every commit is intended # to be production-ready. You should always use the latest code. # -GH_TAGNAME= 7ecfe7159f94193a666200a17057d4cd5981b850 +GH_TAGNAME= 26050fd4c87c50503d5bd573b2ec91703676e211 USES= gmake perl5 shebangfix USE_BINUTILS= yes |