From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 21 21:20:20 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0397216A474 for ; Wed, 21 Jun 2006 21:20:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C3CF43D49 for ; Wed, 21 Jun 2006 21:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5LLKIjp001761 for ; Wed, 21 Jun 2006 21:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5LLKIsP001760; Wed, 21 Jun 2006 21:20:18 GMT (envelope-from gnats) Resent-Date: Wed, 21 Jun 2006 21:20:18 GMT Resent-Message-Id: <200606212120.k5LLKIsP001760@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, "Aaron Dalton" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2627716A47A for ; Wed, 21 Jun 2006 21:18:05 +0000 (UTC) (envelope-from aaron@moondance.itsy-bitsy.net) Received: from mpls-qmqp-02.inet.qwest.net (mpls-qmqp-02.inet.qwest.net [63.231.195.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB83E43D45 for ; Wed, 21 Jun 2006 21:18:04 +0000 (GMT) (envelope-from aaron@moondance.itsy-bitsy.net) Received: from mpls-pop-07.inet.qwest.net (mpls-pop-07.inet.qwest.net [63.231.195.7]) by mpls-qmqp-02.inet.qwest.net (Postfix) with QMQP id 0ADBC46228B; Wed, 21 Jun 2006 21:18:04 +0000 (UTC) Received: from unknown (HELO mail.itsy-bitsy.net) (63.231.83.246) by mpls-pop-07.inet.qwest.net with SMTP; 21 Jun 2006 21:18:03 -0000 Received: from [127.0.0.1] (helo=moondance.itsy-bitsy.net) by mail.itsy-bitsy.net with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FtA58-0006Kx-7h; Wed, 21 Jun 2006 15:17:50 -0600 Received: (from aaron@localhost) by moondance.itsy-bitsy.net (8.13.3/8.13.3/Submit) id k5LLHmgq024362; Wed, 21 Jun 2006 15:17:48 -0600 (MDT) (envelope-from aaron) Message-Id: <200606212117.k5LLHmgq024362@moondance.itsy-bitsy.net> Date: Wed, 21 Jun 2006 15:17:48 -0600 (MDT) From: "Aaron Dalton" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ascope@cpan.org Subject: ports/99280: [PATCH] net/p5-Net-Delicious: update to 1.0 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: Wed, 21 Jun 2006 21:20:20 -0000 >Number: 99280 >Category: ports >Synopsis: [PATCH] net/p5-Net-Delicious: update to 1.0 >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: Wed Jun 21 21:20:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Aaron Dalton >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC >Description: - Update to 1.0 - Restrict to Perl 5.6+ due to dependency upon www/p5-libwww Port maintainer (ascope@cpan.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Net-Delicious-1.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/p5-Net-Delicious/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 28 Jan 2006 20:20:46 -0000 1.5 +++ Makefile 21 Jun 2006 21:17:23 -0000 @@ -6,8 +6,7 @@ # PORTNAME= Net-Delicious -PORTVERSION= 0.96 -PORTREVISION= 0 +PORTVERSION= 1.0 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -17,9 +16,9 @@ COMMENT= OOP for managing posts on del.icio.us BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build \ ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ + ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \ ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ @@ -32,8 +31,9 @@ MAN3= Net::Delicious.3 \ Net::Delicious::Bundle.3 \ + Net::Delicious::Config.3 \ Net::Delicious::Constants.3 \ - Net::Delicious::Constants::Api.3 \ + Net::Delicious::Constants::Config.3 \ Net::Delicious::Constants::Pause.3 \ Net::Delicious::Constants::Response.3 \ Net::Delicious::Constants::Uri.3 \ @@ -45,4 +45,10 @@ Net::Delicious::Tag.3 \ Net::Delicious::User.3 -.include +.include + +.if ${PERL_LEVEL} < 500600 # inherited from www/p5-libwww +IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/net/p5-Net-Delicious/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 28 Jan 2006 20:20:46 -0000 1.4 +++ distinfo 21 Jun 2006 21:17:23 -0000 @@ -1,3 +1,3 @@ -MD5 (Net-Delicious-0.96.tar.gz) = 142c1443aaee9f87c84e768880c5200a -SHA256 (Net-Delicious-0.96.tar.gz) = 40400446025618a7f1265fecd9e1fe8f5cbe2224f920f13097aabcd22787e114 -SIZE (Net-Delicious-0.96.tar.gz) = 13717 +MD5 (Net-Delicious-1.0.tar.gz) = 690d64c557b67f86c97b9ccbef85e176 +SHA256 (Net-Delicious-1.0.tar.gz) = 0f58c69385d127760e39c0e2c1b03f7f7aeee21e5bd1a56a9a812c4552b4aaa7 +SIZE (Net-Delicious-1.0.tar.gz) = 18159 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/net/p5-Net-Delicious/pkg-plist,v retrieving revision 1.5 diff -u -u -r1.5 pkg-plist --- pkg-plist 28 Jan 2006 20:20:46 -0000 1.5 +++ pkg-plist 21 Jun 2006 21:17:23 -0000 @@ -1,7 +1,8 @@ %%SITE_PERL%%/Net/Delicious.pm %%SITE_PERL%%/Net/Delicious/Bundle.pm +%%SITE_PERL%%/Net/Delicious/Config.pm %%SITE_PERL%%/Net/Delicious/Constants.pm -%%SITE_PERL%%/Net/Delicious/Constants/Api.pm +%%SITE_PERL%%/Net/Delicious/Constants/Config.pm %%SITE_PERL%%/Net/Delicious/Constants/Pause.pm %%SITE_PERL%%/Net/Delicious/Constants/Response.pm %%SITE_PERL%%/Net/Delicious/Constants/Uri.pm @@ -12,7 +13,6 @@ %%SITE_PERL%%/Net/Delicious/Subscription.pm %%SITE_PERL%%/Net/Delicious/Tag.pm %%SITE_PERL%%/Net/Delicious/User.pm -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net @dirrm %%SITE_PERL%%/Net/Delicious/Constants @dirrm %%SITE_PERL%%/Net/Delicious @dirrmtry %%SITE_PERL%%/Net --- p5-Net-Delicious-1.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: