forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
------------------------ New in 1.34 (Released April 2, 2016) Several bugs fixed in demo programs (which also function as the documentation) for forms and menus and comments added explaining need to keep Perl variables around to avoid invalid memory references. New in 1.33 (Released October 3, 2015) Package contains META files.
- Loading branch information
mef
committed
Apr 10, 2016
1 parent
7aa916a
commit 7ac8fa9
Showing
2 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
# $NetBSD: Makefile,v 1.52 2015/08/18 07:31:05 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.53 2016/04/10 01:38:35 mef Exp $ | ||
|
||
DISTNAME= Curses-1.32 | ||
DISTNAME= Curses-1.34 | ||
PKGNAME= p5-${DISTNAME} | ||
PKGREVISION= 2 | ||
CATEGORIES= devel perl5 | ||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Curses/} | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://search.cpan.org/dist/Curses/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.17 2015/11/03 03:28:05 agc Exp $ | ||
$NetBSD: distinfo,v 1.18 2016/04/10 01:38:35 mef Exp $ | ||
|
||
SHA1 (Curses-1.32.tgz) = 7b0872d4977c6ba3e0a585a6293c9dc8650bede1 | ||
RMD160 (Curses-1.32.tgz) = 694b0d0fddadc2256d1f0eaf29c4f25549b5652d | ||
SHA512 (Curses-1.32.tgz) = ecaa5cea2b544979229badc9f0d0ce84b385aa178ea0f821e6582865b3be63ea3d0cbc43651e2dc03334b796e5eab961c30e8f1637eec4af579843617e661562 | ||
Size (Curses-1.32.tgz) = 134753 bytes | ||
SHA1 (Curses-1.34.tar.gz) = 52213fe22dde2ea3b8286fbac081417a4591a245 | ||
RMD160 (Curses-1.34.tar.gz) = 950827bf405e8fee1a1e8a56d802767e68c8b3e8 | ||
SHA512 (Curses-1.34.tar.gz) = 5c406d23e743aa4f84daf1ae49bb8767c5f125b62fac0b7eacc4bd3f729d022ba8ec26e410152fb95b455024724b3c51688df0ab3a0a471b4662c84e175581b8 | ||
Size (Curses-1.34.tar.gz) = 135417 bytes |