ports/179203: [maintainer update] net/gpxe : Fix checksum mismatch

Gürkan Karaman gk.freebsd at googlemail.com
Sun Jun 2 14:50:00 UTC 2013


>Number:         179203
>Category:       ports
>Synopsis:       [maintainer update] net/gpxe :  Fix checksum mismatch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 02 14:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Gürkan Karaman
>Release:        FreeBSD 8.3-RELEASE-p3  amd64
>Organization:
>Environment:
FreeBSD ks361113.local 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012     root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
- add two Master sites
- change distinfo file
>How-To-Repeat:

>Fix:
diff -ruN gpxe.orig gpxe

diff -ruN gpxe.orig/Makefile gpxe/Makefile
--- gpxe.orig/Makefile  2013-06-01 21:18:58.000000000 +0000
+++ gpxe/Makefile       2013-06-02 13:56:16.000000000 +0000
@@ -1,29 +1,26 @@
 # Created by: Guerkan Karaman <gk.freebsd at googlemail.com>
-# $FreeBSD: head/net/gpxe/Makefile 316600 2013-04-26 12:35:50Z bapt $
+# $FreeBSD$

 PORTNAME=      gpxe
 PORTVERSION=   1.0.1
 PORTREVISION=  1
 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 at 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
 WRKSRC=                ${WRKDIR}/${DISTNAME}/src
 MAKE_JOBS_SAFE=        yes

-BROKEN=        checksum mismatch
-
 PLIST_DIRS=    %%DATADIR%%
 PLIST_FILES=   %%DATADIR%%/gpxe.dsk \
                %%DATADIR%%/gpxe.usb \

diff -ruN gpxe.orig/distinfo gpxe/distinfo
--- gpxe.orig/distinfo  2013-06-01 21:09:39.000000000 +0000
+++ gpxe/distinfo       2013-06-01 21:28:01.000000000 +0000
@@ -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

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list