Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jan 2016 13:48:10 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406116 - head/textproc/p5-Getopt-Lucid
Message-ID:  <201601141348.u0EDmARu009381@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Thu Jan 14 13:48:09 2016
New Revision: 406116
URL: https://svnweb.freebsd.org/changeset/ports/406116

Log:
  - Update to 1.06
  - Cleanup dependencies
  - Shorten COMMENT
  - Add NO_ARCH
  - Pet portlint(1)
  
  Changes:	http://search.cpan.org/dist/Getopt-Lucid/Changes

Modified:
  head/textproc/p5-Getopt-Lucid/Makefile
  head/textproc/p5-Getopt-Lucid/distinfo
  head/textproc/p5-Getopt-Lucid/pkg-descr

Modified: head/textproc/p5-Getopt-Lucid/Makefile
==============================================================================
--- head/textproc/p5-Getopt-Lucid/Makefile	Thu Jan 14 13:34:43 2016	(r406115)
+++ head/textproc/p5-Getopt-Lucid/Makefile	Thu Jan 14 13:48:09 2016	(r406116)
@@ -2,24 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	Getopt-Lucid
-PORTVERSION=	1.05
-PORTREVISION=	1
+PORTVERSION=	1.06
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	culot@FreeBSD.org
-COMMENT=	Getopt::Lucid - Clear, readable syntax for command line processing
+COMMENT=	Clear, readable syntax for command line processing
 
 LICENSE=	APACHE20
 
-BUILD_DEPENDS=	p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \
-		p5-Exception-Class-TryCatch>=1.10:${PORTSDIR}/devel/p5-Exception-Class-TryCatch \
-		p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \
-		p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp
-RUN_DEPENDS=	p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \
-		p5-Storable>=2.16:${PORTSDIR}/devel/p5-Storable
+BUILD_DEPENDS=	p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class
+RUN_DEPENDS+=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Exception-Class-TryCatch>=1.10:${PORTSDIR}/devel/p5-Exception-Class-TryCatch
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/textproc/p5-Getopt-Lucid/distinfo
==============================================================================
--- head/textproc/p5-Getopt-Lucid/distinfo	Thu Jan 14 13:34:43 2016	(r406115)
+++ head/textproc/p5-Getopt-Lucid/distinfo	Thu Jan 14 13:48:09 2016	(r406116)
@@ -1,2 +1,2 @@
-SHA256 (Getopt-Lucid-1.05.tar.gz) = 7e9750a7c75d756cfc50a8acb5327bbc9b8da3bf7b8a7b33e02d3c5d9bc0f979
-SIZE (Getopt-Lucid-1.05.tar.gz) = 44048
+SHA256 (Getopt-Lucid-1.06.tar.gz) = a9f05bff4b54ce6116b93ed5ff87003f7b25d796b66f4273b67499a39d65f40b
+SIZE (Getopt-Lucid-1.06.tar.gz) = 46815

Modified: head/textproc/p5-Getopt-Lucid/pkg-descr
==============================================================================
--- head/textproc/p5-Getopt-Lucid/pkg-descr	Thu Jan 14 13:34:43 2016	(r406115)
+++ head/textproc/p5-Getopt-Lucid/pkg-descr	Thu Jan 14 13:48:09 2016	(r406116)
@@ -4,4 +4,4 @@ subjective standard, Getopt::Lucid relie
 plain-English option specification as compared against the more symbolic
 approach of Getopt::Long.
 
-WWW:	http://search.cpan.org/dist/Getopt-Lucid/
+WWW: http://search.cpan.org/dist/Getopt-Lucid/



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