Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Nov 2018 21:27:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484830 - head/devel/p5-Object-Tiny
Message-ID:  <201811122127.wACLRwUY077994@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Nov 12 21:27:58 2018
New Revision: 484830
URL: https://svnweb.freebsd.org/changeset/ports/484830

Log:
  Update to 1.09
  
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Sort PLIST
  - Take maintainership
  
  Changes:	https://metacpan.org/changes/distribution/Object-Tiny

Modified:
  head/devel/p5-Object-Tiny/Makefile
  head/devel/p5-Object-Tiny/distinfo
  head/devel/p5-Object-Tiny/pkg-descr
  head/devel/p5-Object-Tiny/pkg-plist

Modified: head/devel/p5-Object-Tiny/Makefile
==============================================================================
--- head/devel/p5-Object-Tiny/Makefile	Mon Nov 12 21:27:49 2018	(r484829)
+++ head/devel/p5-Object-Tiny/Makefile	Mon Nov 12 21:27:58 2018	(r484830)
@@ -2,19 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	Object-Tiny
-PORTVERSION=	1.08
-PORTREVISION=	1
+PORTVERSION=	1.09
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Class building as simple as it gets
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Object-Tiny/distinfo
==============================================================================
--- head/devel/p5-Object-Tiny/distinfo	Mon Nov 12 21:27:49 2018	(r484829)
+++ head/devel/p5-Object-Tiny/distinfo	Mon Nov 12 21:27:58 2018	(r484830)
@@ -1,2 +1,3 @@
-SHA256 (Object-Tiny-1.08.tar.gz) = b1d6058ce377b74a21f888008ad65aa17427dbec46c9aad3ba1c3fd93864de56
-SIZE (Object-Tiny-1.08.tar.gz) = 17141
+TIMESTAMP = 1542045806
+SHA256 (Object-Tiny-1.09.tar.gz) = 7819ccdd18ee18b0e5ce660c084e4e04be3f2f34341302925581d21b53cac6bd
+SIZE (Object-Tiny-1.09.tar.gz) = 28377

Modified: head/devel/p5-Object-Tiny/pkg-descr
==============================================================================
--- head/devel/p5-Object-Tiny/pkg-descr	Mon Nov 12 21:27:49 2018	(r484829)
+++ head/devel/p5-Object-Tiny/pkg-descr	Mon Nov 12 21:27:58 2018	(r484830)
@@ -1,20 +1,16 @@
-There's a whole bunch of class builders out there. In fact, creating a
-class builder seems to be something of a rite of passage (this is my
-fifth, at least).
+There's a whole bunch of class builders out there. In fact, creating a class
+builder seems to be something of a rite of passage (this is my fifth, at least).
 
-Unfortunately, most of the time I want a class builder I'm in a hurry
-and sketching out lots of fairly simple data classes with fairly
-simple structure, mostly just read-only accessors, and that's about it.
+Unfortunately, most of the time I want a class builder I'm in a hurry and
+sketching out lots of fairly simple data classes with fairly simple structure,
+mostly just read-only accessors, and that's about it.
 
-Often this is for code that won't end up on CPAN, so adding a small
-dependency doesn't matter much. I just want to be able to define these
-classes FAST.
+Often this is for code that won't end up on CPAN, so adding a small dependency
+doesn't matter much. I just want to be able to define these classes FAST.
 
-By which I mean LESS typing than writing them by hand, not more. And I
-don't need all those weird complex features that bloat out the code
-and take over the whole way I build modules.
+By which I mean LESS typing than writing them by hand, not more. And I don't
+need all those weird complex features that bloat out the code and take over the
+whole way I build modules.
 
 And so, I present yet another member of the Tiny family of modules,
 Object::Tiny.
-
-WWW: https://metacpan.org/release/Object-Tiny

Modified: head/devel/p5-Object-Tiny/pkg-plist
==============================================================================
--- head/devel/p5-Object-Tiny/pkg-plist	Mon Nov 12 21:27:49 2018	(r484829)
+++ head/devel/p5-Object-Tiny/pkg-plist	Mon Nov 12 21:27:58 2018	(r484830)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Object::Tiny.3.gz
 %%SITE_PERL%%/Object/Tiny.pm
+%%PERL5_MAN3%%/Object::Tiny.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811122127.wACLRwUY077994>