From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 4 16:20:04 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F10116A40F for ; Fri, 4 May 2007 16:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id D95B313C4BC for ; Fri, 4 May 2007 16:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l44GK3SA007422 for ; Fri, 4 May 2007 16:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l44GK3ku007421; Fri, 4 May 2007 16:20:03 GMT (envelope-from gnats) Resent-Date: Fri, 4 May 2007 16:20:03 GMT Resent-Message-Id: <200705041620.l44GK3ku007421@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ed Schouten Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C9FF16A400 for ; Fri, 4 May 2007 16:10:44 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [83.98.131.211]) by mx1.freebsd.org (Postfix) with ESMTP id CFF3E13C448 for ; Fri, 4 May 2007 16:10:43 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 9C88C1CEAC; Fri, 4 May 2007 18:10:42 +0200 (CEST) Message-Id: <20070504161042.9C88C1CEAC@palm.hoeg.nl> Date: Fri, 4 May 2007 18:10:42 +0200 (CEST) From: Ed Schouten To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/112422: devel/mingw32-pdcurses: bump to 3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ed Schouten List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2007 16:20:04 -0000 >Number: 112422 >Category: ports >Synopsis: devel/mingw32-pdcurses: bump to 3.1 >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: Fri May 04 16:20:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Ed Schouten >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD palm.hoeg.nl 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Apr 20 13:44:49 CEST 2007 root@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386 >Description: A new version of PDCurses is available; 3.1. This version also removes a oddity from the Makefile we use to cross-compile the library. Previous releases set SHELL=/bin/bash, which would obviously break on systems such as FreeBSD. >How-To-Repeat: >Fix: The following patch bumps the port to 3.1 and removes the hack we used to apply: --- devel/mingw32-pdcurses/Makefile Sun May 7 17:10:33 2006 +++ devel/mingw32-pdcurses/Makefile Fri May 4 18:05:25 2007 @@ -6,7 +6,7 @@ # PORTNAME= pdcurses -PORTVERSION= 2.8 +PORTVERSION= 3.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,7 +26,7 @@ do-build: @${GMAKE} -C ${WRKSRC}/win32 -f gccwin32.mak PDCURSES_SRCDIR=.. \ CC=${PKGNAMEPREFIX}gcc LIBEXE=${PKGNAMEPREFIX}ar \ - SHELL=${SH} ${PDCURSES_LIBS} + ${PDCURSES_LIBS} do-install: .for f in curses.h curspriv.h panel.h term.h --- devel/mingw32-pdcurses/distinfo Sun May 7 17:10:33 2006 +++ devel/mingw32-pdcurses/distinfo Fri May 4 18:04:22 2007 @@ -1,3 +1,3 @@ -MD5 (PDCurses-2.8.tar.gz) = cd3a67c94cfa6686678058f18bf87982 -SHA256 (PDCurses-2.8.tar.gz) = e288ac5191de78c31635372f7cd31676561f5a9588258f41dac771ee9248b095 -SIZE (PDCurses-2.8.tar.gz) = 325074 +MD5 (PDCurses-3.1.tar.gz) = 5cc60fe985feab1abaa5ac5db3e19509 +SHA256 (PDCurses-3.1.tar.gz) = 45a2e2373bde4f9771163987fd808f27ec7a6fff88def68bf2046d754bc21537 +SIZE (PDCurses-3.1.tar.gz) = 310798 >Release-Note: >Audit-Trail: >Unformatted: