Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  4 May 2007 18:10:42 +0200 (CEST)
From:      Ed Schouten <ed@fxq.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/112422: devel/mingw32-pdcurses: bump to 3.1
Message-ID:  <20070504161042.9C88C1CEAC@palm.hoeg.nl>
Resent-Message-ID: <200705041620.l44GK3ku007421@freefall.freebsd.org>

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

>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:



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