From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 16 21:00:10 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1AC4106568E for ; Thu, 16 Oct 2008 21:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CF2528FC1B for ; Thu, 16 Oct 2008 21:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9GL07RN082308 for ; Thu, 16 Oct 2008 21:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9GL07Sx082307; Thu, 16 Oct 2008 21:00:07 GMT (envelope-from gnats) Resent-Date: Thu, 16 Oct 2008 21:00:07 GMT Resent-Message-Id: <200810162100.m9GL07Sx082307@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44226106569A; Thu, 16 Oct 2008 20:52:54 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id 0DEBE8FC27; Thu, 16 Oct 2008 20:52:53 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m9GKqrgI049968; Thu, 16 Oct 2008 13:52:53 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id m9GKqrfX049967; Thu, 16 Oct 2008 13:52:53 -0700 (PDT) (envelope-from leeym) Message-Id: <200810162052.m9GKqrfX049967@cn1.leeym.com> Date: Thu, 16 Oct 2008 13:52:53 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: tobez@FreeBSD.org Subject: ports/128163: [PATCH] www/p5-URI-Title: update to 1.82 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2008 21:00:10 -0000 >Number: 128163 >Category: ports >Synopsis: [PATCH] www/p5-URI-Title: update to 1.82 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 16 21:00:07 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 1.82 Port maintainer (tobez@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-URI-Title-1.82.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-URI-Title/Makefile,v retrieving revision 1.2 diff -u -d -b -w -u -r1.2 Makefile --- Makefile 24 Sep 2008 11:11:20 -0000 1.2 +++ Makefile 16 Oct 2008 20:52:43 -0000 @@ -6,7 +6,7 @@ # PORTNAME= URI-Title -PORTVERSION= 1.81 +PORTVERSION= 1.82 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= URI @@ -15,16 +15,20 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Get the titles of things on the web in a sensible way -BUILD_DEPENDS= p5-Module-Pluggable>=1.2:${PORTSDIR}/devel/p5-Module-Pluggable \ - p5-libwww>0:${PORTSDIR}/www/p5-libwww \ - p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \ +RUN_DEPENDS= p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \ p5-HTML-Parser>=3.45:${PORTSDIR}/www/p5-HTML-Parser \ p5-Image-Size>0:${PORTSDIR}/graphics/p5-Image-Size \ - p5-MP3-Info>0:${PORTSDIR}/audio/p5-MP3-Info -RUN_DEPENDS= ${BUILD_DEPENDS} + p5-MP3-Info>0:${PORTSDIR}/audio/p5-MP3-Info \ + p5-libwww>0:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= 5.8.1+ MAN3= URI::Title.3 -.include +.include + +.if ${PERL_LEVEL} < 500905 +RUN_DEPENDS+= p5-Module-Pluggable>=1.2:${PORTSDIR}/devel/p5-Module-Pluggable +.endif + +.include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-URI-Title/distinfo,v retrieving revision 1.2 diff -u -d -b -w -u -r1.2 distinfo --- distinfo 24 Sep 2008 11:11:20 -0000 1.2 +++ distinfo 16 Oct 2008 20:52:43 -0000 @@ -1,3 +1,3 @@ -MD5 (URI-Title-1.81.tar.gz) = ef0a101008fa40fbb8b3fc0ec0476042 -SHA256 (URI-Title-1.81.tar.gz) = 55984d5806d489e6390d6ee2b333a28b0e7c7f4f0d69ce02d0f0abd2df1588bf -SIZE (URI-Title-1.81.tar.gz) = 6396 +MD5 (URI-Title-1.82.tar.gz) = 65aa18865e223bcb5b022294eec993e2 +SHA256 (URI-Title-1.82.tar.gz) = 62360f9fe64ea8525cf26f72eefdafd48c1cb7358783d3d6416def91f1758d72 +SIZE (URI-Title-1.82.tar.gz) = 6491 --- p5-URI-Title-1.82.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: