Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 17:18:30 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365209 - head/devel/p5-Spiffy
Message-ID:  <201408171718.s7HHIUte017702@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Aug 17 17:18:29 2014
New Revision: 365209
URL: http://svnweb.freebsd.org/changeset/ports/365209
QAT: https://qat.redports.org/buildarchive/r365209/

Log:
  devel/p5-Spiffy: 0.34 -> 0.46
  
  - Remove dialog about docs, and remove installing of README etc,
    as those are covered in the man pages, which are installed anyway
  - submitter becomes maintainer
  
  http://cpansearch.perl.org/src/INGY/Spiffy-0.46/Changes
  
  PR:		192719
  Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>

Modified:
  head/devel/p5-Spiffy/Makefile
  head/devel/p5-Spiffy/distinfo
  head/devel/p5-Spiffy/pkg-plist

Modified: head/devel/p5-Spiffy/Makefile
==============================================================================
--- head/devel/p5-Spiffy/Makefile	Sun Aug 17 17:18:22 2014	(r365208)
+++ head/devel/p5-Spiffy/Makefile	Sun Aug 17 17:18:29 2014	(r365209)
@@ -2,31 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	Spiffy
-PORTVERSION=	0.34
+PORTVERSION=	0.46
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:INGY
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl@FreeBSD.org
+MAINTAINER=	svysh.fbsd@gmail.com
 COMMENT=	Spiffy Perl Interface Framework For You
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-OPTIONS_DEFINE=	DOCS
-
 USES=		perl5
 USE_PERL5=	configure
 
-PORTDOCS=	Changes README
-
-.include <bsd.port.options.mk>
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
-.endif
-
 .include <bsd.port.mk>

Modified: head/devel/p5-Spiffy/distinfo
==============================================================================
--- head/devel/p5-Spiffy/distinfo	Sun Aug 17 17:18:22 2014	(r365208)
+++ head/devel/p5-Spiffy/distinfo	Sun Aug 17 17:18:29 2014	(r365209)
@@ -1,2 +1,2 @@
-SHA256 (Spiffy-0.34.tar.gz) = da4c348a5d92f2f9d2dfcf30b747e6e2e9993d11ed3a35aeb713e0ca09b67d49
-SIZE (Spiffy-0.34.tar.gz) = 32495
+SHA256 (Spiffy-0.46.tar.gz) = 8f58620a8420255c49b6c43c5ff5802bd25e4f09240c51e5bf2b022833d41da3
+SIZE (Spiffy-0.46.tar.gz) = 33447

Modified: head/devel/p5-Spiffy/pkg-plist
==============================================================================
--- head/devel/p5-Spiffy/pkg-plist	Sun Aug 17 17:18:22 2014	(r365208)
+++ head/devel/p5-Spiffy/pkg-plist	Sun Aug 17 17:18:29 2014	(r365209)
@@ -3,5 +3,5 @@
 %%SITE_PERL%%/Spiffy.pod
 %%SITE_PERL%%/Spiffy/mixin.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spiffy/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spiffy
-@dirrm %%SITE_PERL%%/Spiffy
+@dirrmtry %%SITE_PERL%%/Spiffy
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spiffy



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