Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Apr 2017 10:52:52 +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: r437417 - head/www/p5-HTTP-Server-Simple
Message-ID:  <201704011052.v31AqqVZ097077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Apr  1 10:52:52 2017
New Revision: 437417
URL: https://svnweb.freebsd.org/changeset/ports/437417

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

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

Modified: head/www/p5-HTTP-Server-Simple/Makefile
==============================================================================
--- head/www/p5-HTTP-Server-Simple/Makefile	Sat Apr  1 10:52:47 2017	(r437416)
+++ head/www/p5-HTTP-Server-Simple/Makefile	Sat Apr  1 10:52:52 2017	(r437417)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	HTTP-Server-Simple
-PORTVERSION=	0.51
+PORTVERSION=	0.52
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,6 +13,10 @@ COMMENT=	Simple standalone HTTP daemon
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	p5-CGI>=0:www/p5-CGI
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/www/p5-HTTP-Server-Simple/distinfo
==============================================================================
--- head/www/p5-HTTP-Server-Simple/distinfo	Sat Apr  1 10:52:47 2017	(r437416)
+++ head/www/p5-HTTP-Server-Simple/distinfo	Sat Apr  1 10:52:52 2017	(r437417)
@@ -1,2 +1,3 @@
-SHA256 (HTTP-Server-Simple-0.51.tar.gz) = b9dc5c9f12c16ca39a96f0ede1e27a18a5594274ff8f583000788a7fca136dfb
-SIZE (HTTP-Server-Simple-0.51.tar.gz) = 35056
+TIMESTAMP = 1491036906
+SHA256 (HTTP-Server-Simple-0.52.tar.gz) = d8939fa4f12bd6b8c043537fd0bf96b055ac3686b9cdd9fa773dca6ae679cb4c
+SIZE (HTTP-Server-Simple-0.52.tar.gz) = 36722



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