Date: Mon, 21 Feb 2011 14:43:12 +0800 (CST) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dennylin93@hs.ntnu.edu.tw Subject: ports/154929: [PATCH] www/p5-WWW-GitHub-Gist: update to 0.06 Message-ID: <20110221064312.3367611624@going04.iis.sinica.edu.tw> Resent-Message-ID: <201102210710.p1L7ABY5090475@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 154929 >Category: ports >Synopsis: [PATCH] www/p5-WWW-GitHub-Gist: update to 0.06 >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: Mon Feb 21 07:10:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 8.1-RELEASE amd64 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD going04.iis.sinica.edu.tw 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 >Description: - Update to 0.06 - bin/gist.pl -> bin/gist Port maintainer (dennylin93@hs.ntnu.edu.tw) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-WWW-GitHub-Gist-0.06.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/p5-WWW-GitHub-Gist/Makefile /usr/home/clsung/cvsroot/ports/www/p5-WWW-GitHub-Gist/Makefile --- /usr/ports/www/p5-WWW-GitHub-Gist/Makefile 2010-09-23 10:32:19.000000000 +0800 +++ /usr/home/clsung/cvsroot/ports/www/p5-WWW-GitHub-Gist/Makefile 2011-02-21 14:38:20.000000000 +0800 @@ -6,23 +6,23 @@ # PORTNAME= WWW-GitHub-Gist -PORTVERSION= 0.05 -PORTREVISION= 1 +PORTVERSION= 0.06 CATEGORIES= www perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../by-authors/id/A/AL/ALEXBIO PKGNAMEPREFIX= p5- MAINTAINER= dennylin93@hs.ntnu.edu.tw COMMENT= Perl interface to Gist -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ +BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/JSON.pm:${PORTSDIR}/converters/p5-JSON RUN_DEPENDS= ${BUILD_DEPENDS} +TEST_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes -MAN1= gist.pl.1 +MAN1= gist.1 MAN3= WWW::GitHub::Gist.3 .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/www/p5-WWW-GitHub-Gist/distinfo /usr/home/clsung/cvsroot/ports/www/p5-WWW-GitHub-Gist/distinfo --- /usr/ports/www/p5-WWW-GitHub-Gist/distinfo 2010-09-03 19:52:00.000000000 +0800 +++ /usr/home/clsung/cvsroot/ports/www/p5-WWW-GitHub-Gist/distinfo 2011-02-21 12:51:41.000000000 +0800 @@ -1,3 +1,2 @@ -MD5 (WWW-GitHub-Gist-0.05.tar.gz) = e4e885429ad5157c9dde14d48d241898 -SHA256 (WWW-GitHub-Gist-0.05.tar.gz) = a0278c5375b958f7941e6abf600a7db795b61a695ed273c72563c7689f79ac39 -SIZE (WWW-GitHub-Gist-0.05.tar.gz) = 5646 +SHA256 (WWW-GitHub-Gist-0.06.tar.gz) = 9152a207744f4aefd03085d3043f4d0dee75490d7c2964054def67c418cd9371 +SIZE (WWW-GitHub-Gist-0.06.tar.gz) = 15391 diff -ruN --exclude=CVS /usr/ports/www/p5-WWW-GitHub-Gist/pkg-plist /usr/home/clsung/cvsroot/ports/www/p5-WWW-GitHub-Gist/pkg-plist --- /usr/ports/www/p5-WWW-GitHub-Gist/pkg-plist 2010-09-23 10:32:19.000000000 +0800 +++ /usr/home/clsung/cvsroot/ports/www/p5-WWW-GitHub-Gist/pkg-plist 2011-02-21 14:38:25.000000000 +0800 @@ -1,4 +1,4 @@ -bin/gist.pl +bin/gist %%SITE_PERL%%/WWW/GitHub/Gist.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/GitHub/Gist/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/GitHub/Gist --- p5-WWW-GitHub-Gist-0.06.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110221064312.3367611624>