Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2017 10:37:43 +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: r451597 - head/www/p5-HTTP-Server-Simple-Static
Message-ID:  <201710091037.v99AbhwU016631@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Oct  9 10:37:43 2017
New Revision: 451597
URL: https://svnweb.freebsd.org/changeset/ports/451597

Log:
  Update to 0.13
  
  - Add removed Perl core module to *_DEPENDS
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/HTTP-Server-Simple-Static/Changes

Modified:
  head/www/p5-HTTP-Server-Simple-Static/Makefile
  head/www/p5-HTTP-Server-Simple-Static/distinfo

Modified: head/www/p5-HTTP-Server-Simple-Static/Makefile
==============================================================================
--- head/www/p5-HTTP-Server-Simple-Static/Makefile	Mon Oct  9 10:37:37 2017	(r451596)
+++ head/www/p5-HTTP-Server-Simple-Static/Makefile	Mon Oct  9 10:37:43 2017	(r451597)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	HTTP-Server-Simple-Static
-PORTVERSION=	0.12
+PORTVERSION=	0.13
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,11 +12,13 @@ COMMENT=	Serve static files with HTTP::Server::Simple
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-File-LibMagic>=0:devel/p5-File-LibMagic \
+BUILD_DEPENDS=	p5-CGI>=3.46:www/p5-CGI \
+		p5-File-LibMagic>=0:devel/p5-File-LibMagic \
 		p5-HTTP-Server-Simple>=0:www/p5-HTTP-Server-Simple \
 		p5-URI>=0:net/p5-URI
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPEND}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	modbuild
 

Modified: head/www/p5-HTTP-Server-Simple-Static/distinfo
==============================================================================
--- head/www/p5-HTTP-Server-Simple-Static/distinfo	Mon Oct  9 10:37:37 2017	(r451596)
+++ head/www/p5-HTTP-Server-Simple-Static/distinfo	Mon Oct  9 10:37:43 2017	(r451597)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1474632737
-SHA256 (HTTP-Server-Simple-Static-0.12.tar.gz) = d0b9fb1332f07c0b645d53351ca6c39ccf7680d8ca40295e1b97e3d30de20596
-SIZE (HTTP-Server-Simple-Static-0.12.tar.gz) = 6208
+TIMESTAMP = 1507462302
+SHA256 (HTTP-Server-Simple-Static-0.13.tar.gz) = 75398a3c257444174aa1cad337ea80adfba7d629bae5a3d280d97d75ee9aabbe
+SIZE (HTTP-Server-Simple-Static-0.13.tar.gz) = 6580



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