Update to 2.0.11 with undocumented changes.

This commit is contained in:
wiz 2015-01-16 12:15:31 +00:00
parent 8839c20ee8
commit 55135eaeb8
3 changed files with 7 additions and 23 deletions

View file

@ -1,8 +1,6 @@
# $NetBSD: Makefile,v 1.37 2014/08/19 13:45:04 joerg Exp $
#
# $NetBSD: Makefile,v 1.38 2015/01/16 12:15:31 wiz Exp $
DISTNAME= wml-2.0.9
PKGREVISION= 11
DISTNAME= wml-2.0.11
CATEGORIES= www perl5
MASTER_SITES= http://thewml.org/distrib/
@ -14,6 +12,7 @@ DEPENDS+= p5-Bit-Vector>=5.2:../../devel/p5-Bit-Vector
DEPENDS+= p5-Image-Size>=2.6:../../graphics/p5-Image-Size
DEPENDS+= p5-Term-ReadKey>=2.11:../../devel/p5-Term-ReadKey
#DEPENDS+= tidy-[0-9]*:../../www/tidy
BUILD_DEPENDS+= lynx-[0-9]*:../../www/lynx
.include "../../mk/bsd.prefs.mk"

View file

@ -1,14 +1,13 @@
$NetBSD: distinfo,v 1.17 2014/08/19 15:06:00 joerg Exp $
$NetBSD: distinfo,v 1.18 2015/01/16 12:15:31 wiz Exp $
SHA1 (wml-2.0.9.tar.gz) = ce95ad9c55fd52e2028099d391858d88cffd5d9f
RMD160 (wml-2.0.9.tar.gz) = bf14a4c09bdd850c5bad5f48f712717a13b13412
Size (wml-2.0.9.tar.gz) = 2570742 bytes
SHA1 (wml-2.0.11.tar.gz) = 14dd7c23461716171a66b65676bca6e19a593007
RMD160 (wml-2.0.11.tar.gz) = fead82a35d116447b860d7b1c506c6de187355e8
Size (wml-2.0.11.tar.gz) = 3115230 bytes
SHA1 (patch-aa) = 398ddb03402c17306e259b10cf9b5d7ec774d71b
SHA1 (patch-ab) = dbd30a0a23189963aa60b06c319342fac4408a6b
SHA1 (patch-ac) = 80863037faadf220ba1d01ef2133cdc42e08f0fa
SHA1 (patch-ad) = 2955f349aa737f1758493897d1989a0b96220268
SHA1 (patch-ae) = d52b117c67e9d521d4ffdd1a2ba03a512fcc315b
SHA1 (patch-af) = e7dcb9287066e962d3fedafcea4302c71fbf0dce
SHA1 (patch-ag) = da74f75377e42bb15ccf213cde8fd0db43ea451e
SHA1 (patch-ah) = 8195a53d0a514b9ed1bd8e9460c8c3e77a1d0d8d
SHA1 (patch-ai) = c376fe6308bd9defb66719a53a0e0da3953e2016

View file

@ -1,14 +0,0 @@
$NetBSD: patch-af,v 1.1 2007/09/29 16:34:42 rillig Exp $
Variables that are only used in one file don't need to be extern.
--- wml_backend/p3_eperl/eperl_proto.h.orig 2002-10-18 23:48:38.000000000 +0200
+++ wml_backend/p3_eperl/eperl_proto.h 2007-09-29 18:31:45.000000000 +0200
@@ -53,7 +53,6 @@ extern void RememberINC(char *str);
extern void mysighandler(int rc);
extern void myinit(void);
extern void myexit(int rc);
-extern struct option options[];
extern int main(int argc, char **argv, char **env);
/* eperl_parse.c */