Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  6 Jul 2001 10:20:43 -0700 (PDT)
From:      Adam Kranzel <adam@alameda.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28772: Fix for games/mangband port and take maintainership
Message-ID:  <20010706172043.692A157D2@cheshire.blacktabby.org>

next in thread | raw e-mail | index | archive | help

>Number:         28772
>Category:       ports
>Synopsis:       Fix for games/mangband port and take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 06 10:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Adam Kranzel
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD cheshire.blacktabby.org 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Wed Jul 4 09:30:06 PDT 2001 root@cheshire.blacktabby.org:/usr/obj/usr/src/sys/CHESHIRE i386

>Description:
	
	The games/mangband port is currently broken with a checksum error,
	due to the distfile being rerolled for an important bugfix.
	I have bumped the portrevision, and also taken maintainership of
	the port.

	I have also added a Whom: line to the Makefile, as portlint was
	complaining about it not being there, although I did not originally
	create the port.

>How-To-Repeat:

>Fix:

diff -ruN /home/adam/software/ports/games/mangband/Makefile mangband/Makefile
--- /home/adam/software/ports/games/mangband/Makefile	Thu May 31 23:04:49 2001
+++ mangband/Makefile	Fri Jul  6 09:50:37 2001
@@ -1,16 +1,18 @@
 # New ports collection makefile for:   mangband
 # Date created:        30 Dec 1998
+# Whom: Adam Kranzel (adam@alameda.edu)
 #
 # $FreeBSD: ports/games/mangband/Makefile,v 1.11 2001/06/01 06:04:49 obrien Exp $
 #
 
 PORTNAME=	mangband
 PORTVERSION=	0.7.0
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://mangband.org/download/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//g}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	adam@alameda.edu
 
 WRKSRC=		${WRKDIR}/${PORTNAME}/src
 
diff -ruN /home/adam/software/ports/games/mangband/distinfo mangband/distinfo
--- /home/adam/software/ports/games/mangband/distinfo	Tue Jan 16 07:27:53 2001
+++ mangband/distinfo	Fri Jul  6 09:44:28 2001
@@ -1 +1 @@
-MD5 (mangband-070.tar.gz) = e97438ac83b5773b4bad1dffa5d9b056
+MD5 (mangband-070.tar.gz) = 392e7d30122131cc3d431d4ad5b905a1

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010706172043.692A157D2>