From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 17 13:40:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A1F2F65 for ; Thu, 17 Apr 2014 13:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF1BA1D04 for ; Thu, 17 Apr 2014 13:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3HDe0kU068402 for ; Thu, 17 Apr 2014 13:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3HDe0g1068401; Thu, 17 Apr 2014 13:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 17 Apr 2014 13:40:00 GMT Resent-Message-Id: <201404171340.s3HDe0g1068401@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, TERAMOTO Masahiro Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2935CD84 for ; Thu, 17 Apr 2014 13:31:03 +0000 (UTC) Received: from ns.onohara.to (ns.onohara.to [219.94.253.237]) by mx1.freebsd.org (Postfix) with ESMTP id F20CA1C05 for ; Thu, 17 Apr 2014 13:31:02 +0000 (UTC) Received: by ns.onohara.to (Postfix, from userid 1000) id 6EA1C3F45C; Thu, 17 Apr 2014 22:21:44 +0900 (JST) Message-Id: <20140417132144.6EA1C3F45C@ns.onohara.to> Date: Thu, 17 Apr 2014 22:21:44 +0900 (JST) From: TERAMOTO Masahiro To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/188732: [MAINTAINER] www/p5-WWW-Tumblr: update to 5.00 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2014 13:40:01 -0000 >Number: 188732 >Category: ports >Synopsis: [MAINTAINER] www/p5-WWW-Tumblr: update to 5.00 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Apr 17 13:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: TERAMOTO Masahiro >Release: FreeBSD 9.2-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD ns.onohara.to 9.2-RELEASE-p4 FreeBSD 9.2-RELEASE-p4 #0: Tue Apr 8 18:08:22 UTC >Description: - Update to 5.00 Generated with FreeBSD Port Tools 1.01 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- p5-WWW-Tumblr-5.00.patch begins here --- diff -ruN /usr/ports/www/p5-WWW-Tumblr/Makefile ./Makefile --- /usr/ports/www/p5-WWW-Tumblr/Makefile 2014-01-05 22:41:52.000000000 +0900 +++ ./Makefile 2014-04-17 22:21:20.000000000 +0900 @@ -2,20 +2,31 @@ # $FreeBSD: head/www/p5-WWW-Tumblr/Makefile 338773 2014-01-05 13:41:52Z az $ PORTNAME= WWW-Tumblr -PORTVERSION= 4.1 +PORTVERSION= 5.00 CATEGORIES= www perl5 MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= Perl interface for the Tumblr API -BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual -WRKSRC= ${WRKDIR}/${PORTNAME} +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-Net-OAuth>=0:${PORTSDIR}/net/p5-Net-OAuth +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include +.include + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include diff -ruN /usr/ports/www/p5-WWW-Tumblr/distinfo ./distinfo --- /usr/ports/www/p5-WWW-Tumblr/distinfo 2014-01-23 00:30:13.000000000 +0900 +++ ./distinfo 2014-04-17 22:21:20.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (WWW-Tumblr-4.1.tar.gz) = 869547155e25a2c2ccf2d4cae3dd9b2907d06cb34537983e14dd2497e0b3c29c -SIZE (WWW-Tumblr-4.1.tar.gz) = 4830 +SHA256 (WWW-Tumblr-5.00.tar.gz) = bda422533a6b9e643e1be900f1acaaae0a10bcbefe79d61574f005cf9ffce0d8 +SIZE (WWW-Tumblr-5.00.tar.gz) = 230980 --- p5-WWW-Tumblr-5.00.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: