On Thu, Oct 03, 2019 at 10:11:46AM -0400, sven falempin wrote:
> I m testing 6.6 and porting some of my ports (like my ttyd)
>
> I noticed that doxygen depends upon p5-Error, which does not server
> 0.17025 anymore on https://www.cpan.org/modules/by-module/Error/
>
> Maybe a good time to update ?
> (so far it's ok here)
I had some trouble applying the patch, but doing it by hand worked.
While doing that I noticed the inconsistencies with spaces, so I fixed
those to my preferred format.
OK? Comments?
> PS:
> Most scary build ever
> {{{
> ===> Building for p5-Error-0.17028
> Building Error
> ===> Faking installation for p5-Error-0.17028
> Building Error
> }}}
heheh
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-Error/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile 12 Jul 2019 20:44:52 -0000 1.20
+++ Makefile 24 Oct 2019 00:37:10 -0000
@@ -1,18 +1,18 @@
# $OpenBSD: Makefile,v 1.20 2019/07/12 20:44:52 sthen Exp $
-COMMENT= error/exception handling in an OO-ish way
+COMMENT = error/exception handling in an OO-ish way
-MODULES= cpan
-PKG_ARCH= *
-DISTNAME = Error-0.17025
-CATEGORIES= devel
+MODULES = cpan
+PKG_ARCH = *
+DISTNAME = Error-0.17028
+CATEGORIES = devel
# perl
-PERMIT_PACKAGE= Yes
+PERMIT_PACKAGE = Yes
-CONFIGURE_STYLE= modbuild
+CONFIGURE_STYLE = modbuild
-MODCPAN_EXAMPLES= Yes
+MODCPAN_EXAMPLES = Yes
TEST_DEPENDS = devel/p5-Test-Pod \
devel/p5-Test-Pod-Coverage
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-Error/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- distinfo 28 Apr 2018 13:53:21 -0000 1.13
+++ distinfo 24 Oct 2019 00:37:10 -0000
@@ -1,2 +1,2 @@
-SHA256 (Error-0.17025.tar.gz) = bJ9HStPU/gyr/2tr5TLLHdNIJFmG1Ka2AK2SHVz9768=
-SIZE (Error-0.17025.tar.gz) = 32013
+SHA256 (Error-0.17028.tar.gz) = OthcXlizHIkDAGKYQkpRu6OfGEDjJPWuYS6ryLk16WA=
+SIZE (Error-0.17028.tar.gz) = 33234
No comments:
Post a Comment