From owner-svn-ports-all@freebsd.org Wed Oct 10 10:25:22 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 EB53E10CF55D; Wed, 10 Oct 2018 10:25:21 +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 A315C796FE; Wed, 10 Oct 2018 10:25:21 +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 858361FA00; Wed, 10 Oct 2018 10:25:21 +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 w9AAPLLQ045862; Wed, 10 Oct 2018 10:25:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9AAPK01045859; Wed, 10 Oct 2018 10:25:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810101025.w9AAPK01045859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 10 Oct 2018 10:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481730 - head/www/p5-URI-Title X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-URI-Title X-SVN-Commit-Revision: 481730 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.27 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: Wed, 10 Oct 2018 10:25:22 -0000 Author: sunpoet Date: Wed Oct 10 10:25:20 2018 New Revision: 481730 URL: https://svnweb.freebsd.org/changeset/ports/481730 Log: Update to 1.901 - Add LICENSE - Add removed Perl core module to *_DEPENDS - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/URI-Title Modified: head/www/p5-URI-Title/Makefile head/www/p5-URI-Title/distinfo head/www/p5-URI-Title/pkg-plist Modified: head/www/p5-URI-Title/Makefile ============================================================================== --- head/www/p5-URI-Title/Makefile Wed Oct 10 10:25:12 2018 (r481729) +++ head/www/p5-URI-Title/Makefile Wed Oct 10 10:25:20 2018 (r481730) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= URI-Title -PORTVERSION= 1.86 -PORTREVISION= 3 +PORTVERSION= 1.901 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,16 +10,22 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Get the titles of things on the web in a sensible way -COMMON_DEPENDS= p5-File-Type>=0.22:devel/p5-File-Type \ +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-File-Type>=0.22:devel/p5-File-Type \ p5-HTML-Parser>=3.45:www/p5-HTML-Parser \ - p5-Image-Size>0:graphics/p5-Image-Size \ - p5-MP3-Info>0:audio/p5-MP3-Info \ - p5-libwww>0:www/p5-libwww -BUILD_DEPENDS= ${COMMON_DEPENDS} -RUN_DEPENDS= ${COMMON_DEPENDS} + p5-HTTP-Message>=0:www/p5-HTTP-Message \ + p5-Image-Size>=0:graphics/p5-Image-Size \ + p5-MP3-Info>=0:audio/p5-MP3-Info \ + p5-Module-Pluggable>=1.2:devel/p5-Module-Pluggable \ + p5-libwww>=0:www/p5-libwww -USES= perl5 shebangfix -SHEBANG_FILES= title.pl +USES= perl5 USE_PERL5= configure + +NO_ARCH= yes .include Modified: head/www/p5-URI-Title/distinfo ============================================================================== --- head/www/p5-URI-Title/distinfo Wed Oct 10 10:25:12 2018 (r481729) +++ head/www/p5-URI-Title/distinfo Wed Oct 10 10:25:20 2018 (r481730) @@ -1,2 +1,3 @@ -SHA256 (URI-Title-1.86.tar.gz) = b0e24c16bb1ebfa46f79b9d32fcfe5a6c6eb2a4e105f2d6cea7a047e4593e90a -SIZE (URI-Title-1.86.tar.gz) = 6904 +TIMESTAMP = 1536951037 +SHA256 (URI-Title-1.901.tar.gz) = 547544768fec48ab84c31cf5d9fef94d5e909acc3271698551e732f188c6cf9e +SIZE (URI-Title-1.901.tar.gz) = 19056 Modified: head/www/p5-URI-Title/pkg-plist ============================================================================== --- head/www/p5-URI-Title/pkg-plist Wed Oct 10 10:25:12 2018 (r481729) +++ head/www/p5-URI-Title/pkg-plist Wed Oct 10 10:25:20 2018 (r481730) @@ -3,5 +3,8 @@ %%SITE_PERL%%/URI/Title/Image.pm %%SITE_PERL%%/URI/Title/MP3.pm %%SITE_PERL%%/URI/Title/PDF.pm -%%SITE_PERL%%/URI/title.pl %%PERL5_MAN3%%/URI::Title.3.gz +%%PERL5_MAN3%%/URI::Title::HTML.3.gz +%%PERL5_MAN3%%/URI::Title::Image.3.gz +%%PERL5_MAN3%%/URI::Title::MP3.3.gz +%%PERL5_MAN3%%/URI::Title::PDF.3.gz