[Midnightbsd-cvs] mports [22539] trunk/devel/p5-IO-stringy: fix build
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 25 16:58:57 EDT 2017
Revision: 22539
http://svnweb.midnightbsd.org/mports/?rev=22539
Author: laffer1
Date: 2017-09-25 16:58:57 -0400 (Mon, 25 Sep 2017)
Log Message:
-----------
fix build
Modified Paths:
--------------
trunk/devel/p5-IO-stringy/Makefile
trunk/devel/p5-IO-stringy/distinfo
trunk/devel/p5-IO-stringy/pkg-descr
trunk/devel/p5-IO-stringy/pkg-plist
Modified: trunk/devel/p5-IO-stringy/Makefile
===================================================================
--- trunk/devel/p5-IO-stringy/Makefile 2017-09-25 20:57:23 UTC (rev 22538)
+++ trunk/devel/p5-IO-stringy/Makefile 2017-09-25 20:58:57 UTC (rev 22539)
@@ -1,25 +1,18 @@
-# New ports collection makefile for: p5-IO-stringy
-# Date created: April 27 1998
-# Whom: Eivind Eklund <eivind at FreeBSD.org>
-#
# $MidnightBSD$
# $FreeBSD: ports/devel/p5-IO-stringy/Makefile,v 1.25 2005/02/15 16:57:53 skv Exp $
-#
PORTNAME= IO-stringy
-PORTVERSION= 2.110
+PORTVERSION= 2.111
CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= IO
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports at MidnightBSD.org
-COMMENT= Perl5 module for using IO handles with non-file objects
-LICENSE= perl
+COMMENT= Use IO handles with non-file objects
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
PERL_CONFIGURE= YES
-MAN3= IO::AtomicFile.3 IO::InnerFile.3 IO::Lines.3 IO::Scalar.3 \
- IO::ScalarArray.3 IO::Stringy.3 IO::Wrap.3 IO::WrapTie.3
-
.include <bsd.port.mk>
Modified: trunk/devel/p5-IO-stringy/distinfo
===================================================================
--- trunk/devel/p5-IO-stringy/distinfo 2017-09-25 20:57:23 UTC (rev 22538)
+++ trunk/devel/p5-IO-stringy/distinfo 2017-09-25 20:58:57 UTC (rev 22539)
@@ -1,3 +1,3 @@
-SHA256 (IO-stringy-2.110.tar.gz) = 7e3cf438b3938a2692cb502704c0bbfa2c5ec4a5071ab77906a2432126b004ee
-RMD160 (IO-stringy-2.110.tar.gz) = 429496202c06b3a9485d12897d59d3cb631575c7
-SIZE (IO-stringy-2.110.tar.gz) = 40590
+TIMESTAMP = 1506373100
+SHA256 (IO-stringy-2.111.tar.gz) = 8c67fd6608c3c4e74f7324f1404a856c331dbf48d9deda6aaa8296ea41bf199d
+SIZE (IO-stringy-2.111.tar.gz) = 41515
Modified: trunk/devel/p5-IO-stringy/pkg-descr
===================================================================
--- trunk/devel/p5-IO-stringy/pkg-descr 2017-09-25 20:57:23 UTC (rev 22538)
+++ trunk/devel/p5-IO-stringy/pkg-descr 2017-09-25 20:58:57 UTC (rev 22539)
@@ -3,7 +3,7 @@
IO::AtomicFile - write a file which is updated atomically
-IO::InnerFile - define a file inside another file
+IO::InnerFile - define a file inside another file
IO::Lines - IO:: interface for reading/writing an array of lines
@@ -13,6 +13,6 @@
IO::Wrap - wrap raw filehandles in IO::Handle interface
-IO::WrapTie - wrap tieable objects in IO::Handle interface
+IO::WrapTie - wrap tieable objects in IO::Handle interface
WWW: http://search.cpan.org/dist/IO-stringy/
Modified: trunk/devel/p5-IO-stringy/pkg-plist
===================================================================
--- trunk/devel/p5-IO-stringy/pkg-plist 2017-09-25 20:57:23 UTC (rev 22538)
+++ trunk/devel/p5-IO-stringy/pkg-plist 2017-09-25 20:58:57 UTC (rev 22539)
@@ -1,3 +1,11 @@
+%%PERL5_MAN3%%/IO::AtomicFile.3.gz
+%%PERL5_MAN3%%/IO::InnerFile.3.gz
+%%PERL5_MAN3%%/IO::Lines.3.gz
+%%PERL5_MAN3%%/IO::Scalar.3.gz
+%%PERL5_MAN3%%/IO::ScalarArray.3.gz
+%%PERL5_MAN3%%/IO::Stringy.3.gz
+%%PERL5_MAN3%%/IO::Wrap.3.gz
+%%PERL5_MAN3%%/IO::WrapTie.3.gz
%%SITE_PERL%%/IO/AtomicFile.pm
%%SITE_PERL%%/IO/InnerFile.pm
%%SITE_PERL%%/IO/Lines.pm
@@ -6,6 +14,3 @@
%%SITE_PERL%%/IO/Stringy.pm
%%SITE_PERL%%/IO/Wrap.pm
%%SITE_PERL%%/IO/WrapTie.pm
- at dirrmtry %%SITE_PERL%%/IO
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Stringy
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
More information about the Midnightbsd-cvs
mailing list