Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2017 09:47:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435025 - head/graphics/p5-Captcha-reCAPTCHA
Message-ID:  <201702280947.v1S9l31D068308@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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