svn commit: r458324 - head/graphics/p5-Captcha-reCAPTCHA

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 7 12:12:52 UTC 2018


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 at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list