diff options
author | culot <culot@FreeBSD.org> | 2011-05-29 16:35:37 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-05-29 16:35:37 +0800 |
commit | e8a0df4c4e96cf1abb14cbf80f33c6f6581eb644 (patch) | |
tree | 040678562122fe32efe2c1ba36cd18a10c541a4a /graphics/p5-Captcha-reCAPTCHA-Mailhide | |
parent | 1a5155ff8ce678529b826548152af680b817d3dc (diff) | |
download | freebsd-ports-gnome-e8a0df4c4e96cf1abb14cbf80f33c6f6581eb644.tar.gz freebsd-ports-gnome-e8a0df4c4e96cf1abb14cbf80f33c6f6581eb644.tar.zst freebsd-ports-gnome-e8a0df4c4e96cf1abb14cbf80f33c6f6581eb644.zip |
- Update to 0.94 [1]
- Make use of the CPAN:USER macro
PR: ports/157385 [1]
Submitted by: Gerard Seibert <gerard@seibercom.net> (maintainer)
Diffstat (limited to 'graphics/p5-Captcha-reCAPTCHA-Mailhide')
-rw-r--r-- | graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile | 13 | ||||
-rw-r--r-- | graphics/p5-Captcha-reCAPTCHA-Mailhide/distinfo | 5 |
2 files changed, 9 insertions, 9 deletions
diff --git a/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile b/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile index 799f187f4bfe..2d98afc154af 100644 --- a/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile +++ b/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile @@ -6,19 +6,20 @@ # PORTNAME= Captcha-reCAPTCHA-Mailhide -PORTVERSION= 0.93 +PORTVERSION= 0.94 CATEGORIES= graphics perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../by-authors/id/A/AN/ANDYA +MASTER_SITE_SUBDIR= CPAN:ANDYA PKGNAMEPREFIX= p5- MAINTAINER= gerard@seibercom.net COMMENT= A Perl implementation of the reCAPTCHA Mailhide API -BUILD_DEPENDS= p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \ - p5-HTML-Tiny>=0:${PORTSDIR}/textproc/p5-HTML-Tiny \ - p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-Crypt-Rijndael>=1.09:${PORTSDIR}/security/p5-Crypt-Rijndael \ + p5-HTML-Tiny>=1.05:${PORTSDIR}/textproc/p5-HTML-Tiny \ + p5-MIME-Base64>=3.13:${PORTSDIR}/converters/p5-MIME-Base64 + +RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Captcha::reCAPTCHA::Mailhide.3 diff --git a/graphics/p5-Captcha-reCAPTCHA-Mailhide/distinfo b/graphics/p5-Captcha-reCAPTCHA-Mailhide/distinfo index 70fcd33a4e32..29140138a7d2 100644 --- a/graphics/p5-Captcha-reCAPTCHA-Mailhide/distinfo +++ b/graphics/p5-Captcha-reCAPTCHA-Mailhide/distinfo @@ -1,3 +1,2 @@ -MD5 (Captcha-reCAPTCHA-Mailhide-0.93.tar.gz) = fba1995e228178b9d81dc55c465859f4 -SHA256 (Captcha-reCAPTCHA-Mailhide-0.93.tar.gz) = 0e2ba342bb36e6fdab5ec2ed174efe7c2fa2293ce7225990313f03c4a21c5f9a -SIZE (Captcha-reCAPTCHA-Mailhide-0.93.tar.gz) = 7054 +SHA256 (Captcha-reCAPTCHA-Mailhide-0.94.tar.gz) = 904975cc274e6890df1348376d3d7ae99c2980f7e6f7a3fae4d518746686200f +SIZE (Captcha-reCAPTCHA-Mailhide-0.94.tar.gz) = 7474 |