diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-07 20:12:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-01-07 20:12:49 +0800 |
commit | dfaf7b2d536541eb4975b8099507bb194956b51b (patch) | |
tree | eaa96191ac8c1a4858973223f6c08c0b58d6cf86 | |
parent | 218776d8bfd582d4e4778752b6891e0646e16f7c (diff) | |
download | freebsd-ports-gnome-dfaf7b2d536541eb4975b8099507bb194956b51b.tar.gz freebsd-ports-gnome-dfaf7b2d536541eb4975b8099507bb194956b51b.tar.zst freebsd-ports-gnome-dfaf7b2d536541eb4975b8099507bb194956b51b.zip |
Update to 0.99
- Sort *_DEPENDS
- Remove outdated post-patch:
Changes: http://search.cpan.org/dist/Captcha-reCaptcha/Changes
-rw-r--r-- | graphics/p5-Captcha-reCAPTCHA/Makefile | 10 | ||||
-rw-r--r-- | graphics/p5-Captcha-reCAPTCHA/distinfo | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/graphics/p5-Captcha-reCAPTCHA/Makefile b/graphics/p5-Captcha-reCAPTCHA/Makefile index e8cf76556e1f..708bf12c8a9f 100644 --- a/graphics/p5-Captcha-reCAPTCHA/Makefile +++ b/graphics/p5-Captcha-reCAPTCHA/Makefile @@ -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,8 +15,8 @@ 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 @@ -23,7 +24,4 @@ USES= perl5 USE_PERL5= configure WRKSRC= ${WRKDIR}/Captcha-reCaptcha -post-patch: - @${FIND} ${WRKSRC} -name '._*' -delete - .include <bsd.port.mk> diff --git a/graphics/p5-Captcha-reCAPTCHA/distinfo b/graphics/p5-Captcha-reCAPTCHA/distinfo index c6067a3d0fd2..c23a435017a0 100644 --- a/graphics/p5-Captcha-reCAPTCHA/distinfo +++ b/graphics/p5-Captcha-reCAPTCHA/distinfo @@ -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 |