From owner-svn-ports-all@freebsd.org Tue May 1 19:50:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62DE9FB60FA; Tue, 1 May 2018 19:50:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E2C57FBB9; Tue, 1 May 2018 19:50:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 098D82680B; Tue, 1 May 2018 19:50:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w41JoYKV013778; Tue, 1 May 2018 19:50:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w41JoYLn013775; Tue, 1 May 2018 19:50:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805011950.w41JoYLn013775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 1 May 2018 19:50:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468792 - head/www/p5-HTTP-Cookies-iCab X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-HTTP-Cookies-iCab X-SVN-Commit-Revision: 468792 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 May 2018 19:50:37 -0000 Author: sunpoet Date: Tue May 1 19:50:34 2018 New Revision: 468792 URL: https://svnweb.freebsd.org/changeset/ports/468792 Log: Update to 1.132 - Update LICENSE - Add LICENSE_FILE - Fix *_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/HTTP-Cookies-iCab/Changes Modified: head/www/p5-HTTP-Cookies-iCab/Makefile head/www/p5-HTTP-Cookies-iCab/distinfo head/www/p5-HTTP-Cookies-iCab/pkg-plist Modified: head/www/p5-HTTP-Cookies-iCab/Makefile ============================================================================== --- head/www/p5-HTTP-Cookies-iCab/Makefile Tue May 1 19:50:29 2018 (r468791) +++ head/www/p5-HTTP-Cookies-iCab/Makefile Tue May 1 19:50:34 2018 (r468792) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Cookies-iCab -PORTVERSION= 1.131 -PORTREVISION= 2 +PORTVERSION= 1.132 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,13 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Cookie storage and management for iCab -LICENSE= ART10 GPLv1+ -LICENSE_COMB= dual +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-HTTP-Cookies>=0:www/p5-HTTP-Cookies +BUILD_DEPENDS= p5-HTTP-Cookies>=1.25:www/p5-HTTP-Cookies \ + p5-Text-Diff>=0:textproc/p5-Text-Diff RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Text-Diff>=0:textproc/p5-Text-Diff +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-HTTP-Cookies-iCab/distinfo ============================================================================== --- head/www/p5-HTTP-Cookies-iCab/distinfo Tue May 1 19:50:29 2018 (r468791) +++ head/www/p5-HTTP-Cookies-iCab/distinfo Tue May 1 19:50:34 2018 (r468792) @@ -1,2 +1,3 @@ -SHA256 (HTTP-Cookies-iCab-1.131.tar.gz) = 7ad0d7abcd1e892eef19d5ee650b091d1551602e8b06763c69c6aab24d247e00 -SIZE (HTTP-Cookies-iCab-1.131.tar.gz) = 5138 +TIMESTAMP = 1525195264 +SHA256 (HTTP-Cookies-iCab-1.132.tar.gz) = 75798b94d493d428a7d62c9ed79017ba55e4e4c1e03188ed659f0eccae3d0661 +SIZE (HTTP-Cookies-iCab-1.132.tar.gz) = 10330 Modified: head/www/p5-HTTP-Cookies-iCab/pkg-plist ============================================================================== --- head/www/p5-HTTP-Cookies-iCab/pkg-plist Tue May 1 19:50:29 2018 (r468791) +++ head/www/p5-HTTP-Cookies-iCab/pkg-plist Tue May 1 19:50:34 2018 (r468792) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/HTTP::Cookies::iCab.3.gz %%SITE_PERL%%/HTTP/Cookies/iCab.pm +%%PERL5_MAN3%%/HTTP::Cookies::iCab.3.gz