Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2013 18:40:10 +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: r331884 - head/www/p5-HTTP-BrowserDetect
Message-ID:  <201310281840.r9SIeAtw079225@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Oct 28 18:40:10 2013
New Revision: 331884
URL: http://svnweb.freebsd.org/changeset/ports/331884

Log:
  - Update to 1.62
  - Support STAGEDIR
  - Sort TEST_DEPENDS and PLIST
  
  Changes:	http://search.cpan.org/dist/HTTP-BrowserDetect/Changes

Modified:
  head/www/p5-HTTP-BrowserDetect/Makefile   (contents, props changed)
  head/www/p5-HTTP-BrowserDetect/distinfo   (contents, props changed)
  head/www/p5-HTTP-BrowserDetect/pkg-plist   (contents, props changed)

Modified: head/www/p5-HTTP-BrowserDetect/Makefile
==============================================================================
--- head/www/p5-HTTP-BrowserDetect/Makefile	Mon Oct 28 18:40:04 2013	(r331883)
+++ head/www/p5-HTTP-BrowserDetect/Makefile	Mon Oct 28 18:40:10 2013	(r331884)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	HTTP-BrowserDetect
-PORTVERSION=	1.61
+PORTVERSION=	1.62
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:OALDERS
@@ -15,16 +15,13 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 TEST_DEPENDS=	p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
-		p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
 		p5-Test-FailWarnings>=0:${PORTSDIR}/devel/p5-Test-FailWarnings \
-		p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most
+		p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most \
+		p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
 
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		HTTP::BrowserDetect.3
-
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 501400

Modified: head/www/p5-HTTP-BrowserDetect/distinfo
==============================================================================
--- head/www/p5-HTTP-BrowserDetect/distinfo	Mon Oct 28 18:40:04 2013	(r331883)
+++ head/www/p5-HTTP-BrowserDetect/distinfo	Mon Oct 28 18:40:10 2013	(r331884)
@@ -1,2 +1,2 @@
-SHA256 (HTTP-BrowserDetect-1.61.tar.gz) = 7c12ad1d635fcebf3ea362d12725137f2ae4662f6f0791906d5755b8a15057cc
-SIZE (HTTP-BrowserDetect-1.61.tar.gz) = 44944
+SHA256 (HTTP-BrowserDetect-1.62.tar.gz) = b3f101cadac80f0095be5aba3af35a8fb6d1c09b126d505ec4d2838a02f70ab3
+SIZE (HTTP-BrowserDetect-1.62.tar.gz) = 44865

Modified: head/www/p5-HTTP-BrowserDetect/pkg-plist
==============================================================================
--- head/www/p5-HTTP-BrowserDetect/pkg-plist	Mon Oct 28 18:40:04 2013	(r331883)
+++ head/www/p5-HTTP-BrowserDetect/pkg-plist	Mon Oct 28 18:40:10 2013	(r331884)
@@ -1,5 +1,6 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/BrowserDetect/.packlist
 %%SITE_PERL%%/HTTP/BrowserDetect.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/BrowserDetect/.packlist
+%%PERL5_MAN3%%/HTTP::BrowserDetect.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/BrowserDetect
-@dirrmtry %%SITE_PERL%%/HTTP
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP
+@dirrmtry %%SITE_PERL%%/HTTP



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