Update from version 1.26 to 1.27.
Pkgsrc changes: o Remove the now-redundant cleanup of Curses.i and Curses.s before configuring. Upstream changes: New in 1.27 (Released January 20, 2009) Extraneous .i and .s files in 1.26 removed. 'make clean' cleans all .i and .s too. 'gen' directory is replaced by gen.tar file, so CPAN doesn't index the stuff in there. That directory is stuff for developing the Curses package, not stuff for users.
This commit is contained in:
parent
de6364ae93
commit
0e1c2bd984
2 changed files with 6 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.35 2009/01/19 00:16:26 he Exp $
|
||||
# $NetBSD: Makefile,v 1.36 2009/03/08 19:13:42 he Exp $
|
||||
|
||||
DISTNAME= Curses-1.26
|
||||
DISTNAME= Curses-1.27
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5cur
|
||||
CATEGORIES= devel perl5
|
||||
|
@ -25,7 +25,6 @@ MAKE_PARAMS+= PANELS
|
|||
|
||||
pre-configure:
|
||||
@${LN} -sf ${WRKSRC}/hints/c-netbsd.ncurses.h ${WRKSRC}/c-config.h
|
||||
@${RM} -f ${WRKSRC}/Curses.i ${WRKSRC}/Curses.s
|
||||
|
||||
.include "../../devel/ncurses/buildlink3.mk"
|
||||
.include "../../lang/perl5/module.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.10 2009/01/19 00:16:26 he Exp $
|
||||
$NetBSD: distinfo,v 1.11 2009/03/08 19:13:42 he Exp $
|
||||
|
||||
SHA1 (Curses-1.26.tgz) = fcf499ace326cfb8e908b14e7ae04d235430bee4
|
||||
RMD160 (Curses-1.26.tgz) = 8b3a1ac0f63639899b230f5d363e1c1ade279987
|
||||
Size (Curses-1.26.tgz) = 312188 bytes
|
||||
SHA1 (Curses-1.27.tgz) = f83bd814d04cf06b43d4bd78ffaf5f06ef5e68ce
|
||||
RMD160 (Curses-1.27.tgz) = 85589b878c80f3baccc60b9af7fa23330be92c1e
|
||||
Size (Curses-1.27.tgz) = 127036 bytes
|
||||
SHA1 (patch-ab) = 578e6b65a930fd561254d8b6f3da7014debd271c
|
||||
|
|
Loading…
Reference in a new issue