Update to p5-URI-Fetch-0.10.

ok ajacoutot@
This commit is contained in:
benoit 2015-01-19 16:28:30 +00:00
parent 4b56811c95
commit bb9be8eaca
3 changed files with 4 additions and 27 deletions

View File

@ -1,14 +1,10 @@
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:44:47 espie Exp $
# $OpenBSD: Makefile,v 1.9 2015/01/19 16:28:30 benoit Exp $
COMMENT= smart URI fetching/caching
MODULES= cpan
DISTNAME= URI-Fetch-0.08
REVISION= 1
DISTNAME = URI-Fetch-0.10
CATEGORIES= www
USE_GROFF = Yes
CONFIGURE_STYLE= modbuild
# perl
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,2 +1,2 @@
SHA256 (URI-Fetch-0.08.tar.gz) = 45UolxPlCaMj/R1Ez8WHhaReZhpkyj+cf/mgRhBQEqg=
SIZE (URI-Fetch-0.08.tar.gz) = 25610
SHA256 (URI-Fetch-0.10.tar.gz) = /uY1pifSVyos/3aWuC31+j1IJWU1SOEPGkpGU9J6YrA=
SIZE (URI-Fetch-0.10.tar.gz) = 15926

View File

@ -1,19 +0,0 @@
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2007/04/17 23:59:31 espie Exp $
--- Makefile.PL.orig Wed Apr 18 01:56:07 2007
+++ Makefile.PL Wed Apr 18 01:56:20 2007
@@ -12,6 +12,7 @@ sign(1);
include('ExtUtils::AutoInstall');
+=pod
requires('Class::ErrorHandler');
requires('LWP');
requires('URI');
@@ -28,6 +29,7 @@ features(
recommends('Cache'),
],
);
+=cut
auto_include();
auto_install();