From owner-svn-ports-head@freebsd.org Tue Feb 28 09:47:04 2017 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 7786FCEE82C; Tue, 28 Feb 2017 09:47:04 +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 mx1.freebsd.org (Postfix) with ESMTPS id 2D3298A4; Tue, 28 Feb 2017 09:47:04 +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 v1S9l3xA068311; Tue, 28 Feb 2017 09:47:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9l31D068308; Tue, 28 Feb 2017 09:47:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280947.v1S9l31D068308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Feb 2017 09:47:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435025 - head/graphics/p5-Captcha-reCAPTCHA X-SVN-Group: ports-head 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.23 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: Tue, 28 Feb 2017 09:47:04 -0000 Author: sunpoet Date: Tue Feb 28 09:47:02 2017 New Revision: 435025 URL: https://svnweb.freebsd.org/changeset/ports/435025 Log: Update to 0.98 - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Captcha-reCAPTCHA/Changes Modified: head/graphics/p5-Captcha-reCAPTCHA/Makefile head/graphics/p5-Captcha-reCAPTCHA/distinfo head/graphics/p5-Captcha-reCAPTCHA/pkg-plist Modified: head/graphics/p5-Captcha-reCAPTCHA/Makefile ============================================================================== --- head/graphics/p5-Captcha-reCAPTCHA/Makefile Tue Feb 28 09:46:58 2017 (r435024) +++ head/graphics/p5-Captcha-reCAPTCHA/Makefile Tue Feb 28 09:47:02 2017 (r435025) @@ -2,21 +2,28 @@ # $FreeBSD$ PORTNAME= Captcha-reCAPTCHA -PORTVERSION= 0.97 -PORTREVISION= 1 +PORTVERSION= 0.98 CATEGORIES= graphics perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:PHRED +MASTER_SITE_SUBDIR= CPAN:SUNNYP PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org 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 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 Tue Feb 28 09:46:58 2017 (r435024) +++ head/graphics/p5-Captcha-reCAPTCHA/distinfo Tue Feb 28 09:47:02 2017 (r435025) @@ -1,2 +1,3 @@ -SHA256 (Captcha-reCAPTCHA-0.97.tar.gz) = 988b10b1ef89045f153f12fccd0b298fb6a239a54c769ca7ad264a9510f4c289 -SIZE (Captcha-reCAPTCHA-0.97.tar.gz) = 9311 +TIMESTAMP = 1488262564 +SHA256 (Captcha-reCAPTCHA-0.98.tar.gz) = 9eac5c0aebcbba8e22687d136e5f8630d865874abed3b1f92b6fc65d4c9a8cd9 +SIZE (Captcha-reCAPTCHA-0.98.tar.gz) = 13096 Modified: head/graphics/p5-Captcha-reCAPTCHA/pkg-plist ============================================================================== --- head/graphics/p5-Captcha-reCAPTCHA/pkg-plist Tue Feb 28 09:46:58 2017 (r435024) +++ head/graphics/p5-Captcha-reCAPTCHA/pkg-plist Tue Feb 28 09:47:02 2017 (r435025) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Captcha::reCAPTCHA.3.gz %%SITE_PERL%%/Captcha/reCAPTCHA.pm +%%PERL5_MAN3%%/Captcha::reCAPTCHA.3.gz