diff options
author | tobez <tobez@FreeBSD.org> | 2012-05-24 16:53:54 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2012-05-24 16:53:54 +0800 |
commit | 5085664fffac75dfedc3f871bbfc353ae5281eb4 (patch) | |
tree | d86dae17008c41a4972f74a80242ee33b988964b /mail | |
parent | b01b58ac650aa8d1f9ec9784d8e0ee5d13cb6490 (diff) | |
download | freebsd-ports-gnome-5085664fffac75dfedc3f871bbfc353ae5281eb4.tar.gz freebsd-ports-gnome-5085664fffac75dfedc3f871bbfc353ae5281eb4.tar.zst freebsd-ports-gnome-5085664fffac75dfedc3f871bbfc353ae5281eb4.zip |
Update to 2.105.
PR: 167967
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Changes: http://search.cpan.org/dist/Mail-Box/ChangeLog
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-Box/Makefile | 12 | ||||
-rw-r--r-- | mail/p5-Mail-Box/distinfo | 4 |
2 files changed, 12 insertions, 4 deletions
diff --git a/mail/p5-Mail-Box/Makefile b/mail/p5-Mail-Box/Makefile index fe8b6f8e258f..e8d7f7e168ca 100644 --- a/mail/p5-Mail-Box/Makefile +++ b/mail/p5-Mail-Box/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mail-Box -PORTVERSION= 2.101 +PORTVERSION= 2.105 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARKOV @@ -32,10 +32,18 @@ COMMON_DEPENDS= \ p5-User-Identity>=0.90:${PORTSDIR}/devel/p5-User-Identity BUILD_DEPENDS= ${COMMON_DEPENDS} RUN_DEPENDS= ${COMMON_DEPENDS} +TEST_DEPENDS= p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod PERL_CONFIGURE= yes CONFIGURE_ARGS= </dev/null CONFIGURE_ENV+= MAILBOX_INSTALL_OPTIONALS=n .include "Makefile.man" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + + One of it's dependency is p5-GSSAPI which is marked broken for 7.X +.if ${OSVERSION} < 800000 +BROKEN= Does not work on FreeBSD 7.x +.endif + +.include <bsd.port.post.mk> diff --git a/mail/p5-Mail-Box/distinfo b/mail/p5-Mail-Box/distinfo index e2401c1e9b0e..cea3a4fa3455 100644 --- a/mail/p5-Mail-Box/distinfo +++ b/mail/p5-Mail-Box/distinfo @@ -1,2 +1,2 @@ -SHA256 (Mail-Box-2.101.tar.gz) = 19312ccf69b81cac9e82e6f50ce217e8bc42dc1d51b0a4471c377457e2d2c0fb -SIZE (Mail-Box-2.101.tar.gz) = 612627 +SHA256 (Mail-Box-2.105.tar.gz) = b68ae0fc88201172a9a0fc4a83427b8e6b1fd4fdb55c25727cd3b8a6a0f65063 +SIZE (Mail-Box-2.105.tar.gz) = 615357 |