diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-07-14 18:35:03 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-07-14 18:35:03 +0000 |
commit | 620d040025eeffd0950306ed0a191e7912c7a85e (patch) | |
tree | 4eff679ad19e511c808d190be71ae98512226371 /devel | |
parent | fcbeae86c3fb21c8a4e7044c041ee89c0245ef57 (diff) | |
download | pkgsrc-620d040025eeffd0950306ed0a191e7912c7a85e.tar.gz |
- Update p5-Curses
> New in 1.12 (March 17, 2005)
>
> Build bug fixed: panel, forms, menu libs not found in build.
>
> Build bug fixed: Curses.pm treats version as number, so 1.10 == 1.1 .
>
> New in 1.11 (March 12, 2005)
>
> Various cleanup and improved diagnostics in the build.
>
> New in 1.10 (March 11, 2005)
>
> Build bug fixed: Makefile has undefined variable $libtyp.
>
> Build bug fixed: Makefile computes wrong guess hint file name.
>
> New in 1.09 (March 6, 2005)
>
> - Makefile.PL searches for curses header files instead of assuming
> based on $OSNAME.
>
> - Makefile.PL warns user to reconfigure environment when form.h is
> in /usr/include rather than just add -I/usr/include to the compile
> (this concerns the problem with the conflicting Perl form.h file).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Curses/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Curses/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Curses/Makefile b/devel/p5-Curses/Makefile index d2f795d0331..3a311c2a228 100644 --- a/devel/p5-Curses/Makefile +++ b/devel/p5-Curses/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2005/07/13 18:01:23 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2005/07/14 18:35:03 adrianp Exp $ -DISTNAME= Curses-1.08b +DISTNAME= Curses-1.12 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5cur CATEGORIES= devel perl5 @@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_NCURSES= # needs libpanel -WRKSRC= ${WRKDIR}/Curses-1.08 +WRKSRC= ${WRKDIR}/Curses-1.12 PERL5_PACKLIST= auto/Curses/.packlist MAKE_PARAMS+= PANELS diff --git a/devel/p5-Curses/distinfo b/devel/p5-Curses/distinfo index f9e9c530f99..105443a1856 100644 --- a/devel/p5-Curses/distinfo +++ b/devel/p5-Curses/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2005/03/04 12:09:03 wiz Exp $ +$NetBSD: distinfo,v 1.6 2005/07/14 18:35:03 adrianp Exp $ -SHA1 (Curses-1.08b.tgz) = 78bc77f736679c2589609e53daae0db6914dc516 -RMD160 (Curses-1.08b.tgz) = dc218ab4349480dc96a64a57012c0d3ba09dec5c -Size (Curses-1.08b.tgz) = 77719 bytes +SHA1 (Curses-1.12.tgz) = 2b33a88f68783f29f773ab82f8d71bbad87a2b57 +RMD160 (Curses-1.12.tgz) = 506671db523288ec4d1471212f046810e2af1852 +Size (Curses-1.12.tgz) = 80258 bytes SHA1 (patch-aa) = 9a21c27839667ead39d3b6e0eea3e00c785dcbe4 SHA1 (patch-ab) = 578e6b65a930fd561254d8b6f3da7014debd271c |