From owner-svn-ports-head@freebsd.org Sun Jan 7 12:12:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF66AE69CA9; Sun, 7 Jan 2018 12:12:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E87579; Sun, 7 Jan 2018 12:12:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E0C02210DD; Sun, 7 Jan 2018 12:12:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w07CCn2t035550; Sun, 7 Jan 2018 12:12:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w07CCnce035548; Sun, 7 Jan 2018 12:12:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801071212.w07CCnce035548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Jan 2018 12:12:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458324 - head/graphics/p5-Captcha-reCAPTCHA X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/p5-Captcha-reCAPTCHA X-SVN-Commit-Revision: 458324 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jan 2018 12:12:52 -0000 Author: sunpoet Date: Sun Jan 7 12:12:49 2018 New Revision: 458324 URL: https://svnweb.freebsd.org/changeset/ports/458324 Log: Update to 0.99 - Sort *_DEPENDS - Remove outdated post-patch: Changes: http://search.cpan.org/dist/Captcha-reCaptcha/Changes Modified: head/graphics/p5-Captcha-reCAPTCHA/Makefile head/graphics/p5-Captcha-reCAPTCHA/distinfo Modified: head/graphics/p5-Captcha-reCAPTCHA/Makefile ============================================================================== --- head/graphics/p5-Captcha-reCAPTCHA/Makefile Sun Jan 7 12:12:43 2018 (r458323) +++ head/graphics/p5-Captcha-reCAPTCHA/Makefile Sun Jan 7 12:12:49 2018 (r458324) @@ -2,11 +2,12 @@ # $FreeBSD$ PORTNAME= Captcha-reCAPTCHA -PORTVERSION= 0.98 +PORTVERSION= 0.99 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SUNNYP PKGNAMEPREFIX= p5- +DISTNAME= Captcha-reCaptcha-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Perl implementation of the reCAPTCHA API @@ -14,16 +15,13 @@ COMMENT= Perl implementation of the reCAPTCHA API LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \ - p5-HTML-Tiny>=0:textproc/p5-HTML-Tiny +BUILD_DEPENDS= p5-HTML-Tiny>=0:textproc/p5-HTML-Tiny \ + p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 USE_PERL5= configure WRKSRC= ${WRKDIR}/Captcha-reCaptcha - -post-patch: - @${FIND} ${WRKSRC} -name '._*' -delete .include Modified: head/graphics/p5-Captcha-reCAPTCHA/distinfo ============================================================================== --- head/graphics/p5-Captcha-reCAPTCHA/distinfo Sun Jan 7 12:12:43 2018 (r458323) +++ head/graphics/p5-Captcha-reCAPTCHA/distinfo Sun Jan 7 12:12:49 2018 (r458324) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488262564 -SHA256 (Captcha-reCAPTCHA-0.98.tar.gz) = 9eac5c0aebcbba8e22687d136e5f8630d865874abed3b1f92b6fc65d4c9a8cd9 -SIZE (Captcha-reCAPTCHA-0.98.tar.gz) = 13096 +TIMESTAMP = 1515276789 +SHA256 (Captcha-reCaptcha-0.99.tar.gz) = b8923576601166ede3f7f2f2ff55ff6e3c3bce70e69f365a51ed3be8cca44392 +SIZE (Captcha-reCaptcha-0.99.tar.gz) = 12169