From owner-svn-ports-head@freebsd.org Thu Aug 27 13:26:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D348C9C4E6C; Thu, 27 Aug 2015 13:26:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABEA31E51; Thu, 27 Aug 2015 13:26:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7RDQONk058146; Thu, 27 Aug 2015 13:26:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7RDQNC6058143; Thu, 27 Aug 2015 13:26:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508271326.t7RDQNC6058143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 27 Aug 2015 13:26:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395425 - head/www/p5-HTTP-Size X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Aug 2015 13:26:24 -0000 Author: sunpoet Date: Thu Aug 27 13:26:23 2015 New Revision: 395425 URL: https://svnweb.freebsd.org/changeset/ports/395425 Log: - Update to 1.15 - Fix and sort *_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/HTTP-Size/Changes Modified: head/www/p5-HTTP-Size/Makefile head/www/p5-HTTP-Size/distinfo head/www/p5-HTTP-Size/pkg-plist Modified: head/www/p5-HTTP-Size/Makefile ============================================================================== --- head/www/p5-HTTP-Size/Makefile Thu Aug 27 13:26:17 2015 (r395424) +++ head/www/p5-HTTP-Size/Makefile Thu Aug 27 13:26:23 2015 (r395425) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Size -PORTVERSION= 1.14 -PORTREVISION= 1 +PORTVERSION= 1.15 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +10,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Get the byte size of an internet resource -BUILD_DEPENDS= p5-libwww>0:${PORTSDIR}/www/p5-libwww \ - p5-URI>0:${PORTSDIR}/net/p5-URI \ - p5-HTML-SimpleLinkExtor>0:${PORTSDIR}/www/p5-HTML-SimpleLinkExtor +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-HTML-SimpleLinkExtor>=0:${PORTSDIR}/www/p5-HTML-SimpleLinkExtor \ + p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-HTTP-Size/distinfo ============================================================================== --- head/www/p5-HTTP-Size/distinfo Thu Aug 27 13:26:17 2015 (r395424) +++ head/www/p5-HTTP-Size/distinfo Thu Aug 27 13:26:23 2015 (r395425) @@ -1,2 +1,2 @@ -SHA256 (HTTP-Size-1.14.tar.gz) = 255f4dd565effff9362bc8b15e13db9ba0b8faf8c63d98af270594bdc4272fa2 -SIZE (HTTP-Size-1.14.tar.gz) = 27217 +SHA256 (HTTP-Size-1.15.tar.gz) = fbb8ed6bd0e256833a3a862403da353da0bc0d4ca2a20943aa329180a44df4ad +SIZE (HTTP-Size-1.15.tar.gz) = 32489 Modified: head/www/p5-HTTP-Size/pkg-plist ============================================================================== --- head/www/p5-HTTP-Size/pkg-plist Thu Aug 27 13:26:17 2015 (r395424) +++ head/www/p5-HTTP-Size/pkg-plist Thu Aug 27 13:26:23 2015 (r395425) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/HTTP::Size.3.gz %%SITE_PERL%%/HTTP/Size.pm +%%PERL5_MAN3%%/HTTP::Size.3.gz