Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Feb 2009 23:51:01 GMT
From:      "Cory R. King" <coryking@mozimedia.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/131320: Upgrade www/p5-WebService-YouTube to 1.0.3
Message-ID:  <200902022351.n12Np15C017445@www.freebsd.org>
Resent-Message-ID: <200902030000.n1300HR3081666@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         131320
>Category:       ports
>Synopsis:       Upgrade www/p5-WebService-YouTube to 1.0.3
>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:   Tue Feb 03 00:00:17 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Cory R. King
>Release:        6.2
>Organization:
Mozi Media Group, LLC.
>Environment:
FreeBSD compiler.local 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #2: Sat Apr 14 15:51:51 PDT 2007 root@compiler.mozimedia.local:/mnt/binaries/obj/usr/src/sys/CORE2_62VM i386
>Description:
from 1.0.2 to 1.0.3.  Also set to use MakeMaker instead of Module::Build, whos support seems to have been removed from this CPAN module.

Changelog (http://cpansearch.perl.org/src/YOSHIDA/WebService-YouTube-1.0.3/Changes):
1.0.3   2009-01-20
    - Applied Patrick's patch to W::Y::Util#get_video_uri to fix RT#40171.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-WebService-YouTube/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile    29 Oct 2007 15:35:56 -0000      1.4
+++ Makefile    2 Feb 2009 23:45:30 -0000
@@ -7,7 +7,7 @@
 #

 PORTNAME=      WebService-YouTube
-PORTVERSION=   1.0.2
+PORTVERSION=   1.0.3
 CATEGORIES=    www perl5
 MASTER_SITES=  CPAN
 PKGNAMEPREFIX= p5-
@@ -22,7 +22,8 @@
                p5-version>0:${PORTSDIR}/devel/p5-version
 BUILD_DEPENDS= ${RUN_DEPENDS}

-PERL_MODBUILD= yes
+PERL_CONFIGURE = yes
+# PERL_MODBUILD=       yes

 MAN3=  WebService::YouTube.3 \
        WebService::YouTube::Feeds.3 \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-WebService-YouTube/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo    29 Oct 2007 15:35:56 -0000      1.3
+++ distinfo    2 Feb 2009 23:45:30 -0000
@@ -1,3 +1,3 @@
-MD5 (WebService-YouTube-1.0.2.tar.gz) = 058a3fb48832e91d778697ba2abafdf8
-SHA256 (WebService-YouTube-1.0.2.tar.gz) = c750d1b1c338edde672a55c04272a30f9155255a3addd57d4997dba65958bdc8
-SIZE (WebService-YouTube-1.0.2.tar.gz) = 48665
+MD5 (WebService-YouTube-1.0.3.tar.gz) = 69be16d6b52430cf3c2a7d50c58e4b06
+SHA256 (WebService-YouTube-1.0.3.tar.gz) = 2898dc14dd89eac7b32e253a2fc87550685cb26ab606cf5b5985f3cd6d6d6058
+SIZE (WebService-YouTube-1.0.3.tar.gz) = 49550
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-WebService-YouTube/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist   25 Jan 2007 15:14:12 -0000      1.1
+++ pkg-plist   2 Feb 2009 23:45:30 -0000
@@ -4,5 +4,8 @@
 %%SITE_PERL%%/WebService/YouTube/Util.pm
 %%SITE_PERL%%/WebService/YouTube/Video.pm
 %%SITE_PERL%%/WebService/YouTube/Videos.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/YouTube/.packlist
 @dirrm %%SITE_PERL%%/WebService/YouTube
 @dirrmtry %%SITE_PERL%%/WebService
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/YouTube
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902022351.n12Np15C017445>