Update to p5-Graph-0.97.

This commit is contained in:
benoit 2015-09-27 07:49:13 +00:00
parent ac7e28ce51
commit 52ae044e41
3 changed files with 8 additions and 23 deletions

View File

@ -1,15 +1,12 @@
# $OpenBSD: Makefile,v 1.24 2015/01/21 14:27:57 sthen Exp $
# $OpenBSD: Makefile,v 1.25 2015/09/27 07:49:13 benoit Exp $
COMMENT= graph data structures in perl
COMMENT = graph data structures in perl
MODULES= cpan
DISTNAME= Graph-0.96
CATEGORIES= devel
MODULES = cpan
DISTNAME = Graph-0.97
CATEGORIES = devel
# perl
PERMIT_PACKAGE_CDROM= Yes
pre-configure:
rm -f ${WRKSRC}/lib/Graph/TransitiveClosure.pm.orig
PERMIT_PACKAGE_CDROM = Yes
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Graph-0.96.tar.gz) = gy76jUg6SE8lQ6ABo5lvzATJs3z8IXjWP2A/sM+Plyc=
SIZE (Graph-0.96.tar.gz) = 147629
SHA256 (Graph-0.97.tar.gz) = acENo1PawfDHqoSJrOBshdvVdw8+pgdIKFL6cd2mf5Y=
SIZE (Graph-0.97.tar.gz) = 146328

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-lib_Graph_TransitiveClosure_pm,v 1.1 2009/12/19 08:47:00 espie Exp $
--- lib/Graph/TransitiveClosure.pm.orig Sat Dec 19 09:45:07 2009
+++ lib/Graph/TransitiveClosure.pm Sat Dec 19 09:45:17 2009
@@ -63,6 +63,8 @@ sub is_transitive {
__END__
=pod
+=head1 NAME
+
Graph::TransitiveClosure - create and query transitive closure of graph
=head1 SYNOPSIS