diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-13 03:02:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-13 03:02:07 +0800 |
commit | 5a91dd98d6f16e8f1c54dc49070beedd97e7d37a (patch) | |
tree | 218a0a37fc4221345a284731cff29e3f3bfa5824 /mail | |
parent | 51cd04fe3f52e255b8dabc4431e2b1868fac4e9d (diff) | |
download | freebsd-ports-gnome-5a91dd98d6f16e8f1c54dc49070beedd97e7d37a.tar.gz freebsd-ports-gnome-5a91dd98d6f16e8f1c54dc49070beedd97e7d37a.tar.zst freebsd-ports-gnome-5a91dd98d6f16e8f1c54dc49070beedd97e7d37a.zip |
Update to 1.2209
- Remove MASTER_SITE_SUBDIR
- Clean up *_DEPENDS
Changes: http://search.cpan.org/dist/Net-IMAP-Simple/Changes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Net-IMAP-Simple/Makefile | 29 | ||||
-rw-r--r-- | mail/p5-Net-IMAP-Simple/distinfo | 6 | ||||
-rw-r--r-- | mail/p5-Net-IMAP-Simple/files/patch-Makefile.PL | 12 | ||||
-rw-r--r-- | mail/p5-Net-IMAP-Simple/pkg-plist | 6 |
4 files changed, 9 insertions, 44 deletions
diff --git a/mail/p5-Net-IMAP-Simple/Makefile b/mail/p5-Net-IMAP-Simple/Makefile index e8a95ea48c38..0b220935454e 100644 --- a/mail/p5-Net-IMAP-Simple/Makefile +++ b/mail/p5-Net-IMAP-Simple/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= Net-IMAP-Simple -PORTVERSION= 1.2207 +PORTVERSION= 1.2209 CATEGORIES= mail perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:JETTERO PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -14,37 +13,15 @@ COMMENT= Perl extension for simple IMAP account handling LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ - p5-Coro>=0:devel/p5-Coro \ - p5-DateTime-Format-Mail>=0:devel/p5-DateTime-Format-Mail \ - p5-DateTime-Format-Strptime>=0:devel/p5-DateTime-Format-Strptime \ - p5-DateTime>=0:devel/p5-DateTime \ - p5-Email-Address>=0:mail/p5-Email-Address \ - p5-Email-MIME-ContentType>=0:mail/p5-Email-MIME-ContentType \ - p5-Email-MIME>=1.862:mail/p5-Email-MIME \ - p5-Email-Simple>=1.999:mail/p5-Email-Simple \ - p5-Encode-IMAPUTF7>=0:converters/p5-Encode-IMAPUTF7 \ - p5-IO-Socket-SSL>0:security/p5-IO-Socket-SSL \ - p5-List-MoreUtils>0:lang/p5-List-MoreUtils \ - p5-MIME-Base64>=0:converters/p5-MIME-Base64 \ +BUILD_DEPENDS= p5-IO-Socket-SSL>0:security/p5-IO-Socket-SSL \ p5-Net-SSLeay>=0:security/p5-Net-SSLeay \ - p5-Net-Server-Coro>=0.3:net/p5-Net-Server-Coro \ - p5-Regexp-Common>=0:textproc/p5-Regexp-Common \ - p5-UNIVERSAL-require>=0:devel/p5-UNIVERSAL-require + p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent RUN_DEPENDS:= ${BUILD_DEPENDS} -OPTIONS_DEFINE= SX -OPTIONS_SUB= yes -SX_DESC= Simple protocol extensions (use Parse::RecDescent) - PORTSCOUT= skipv:1.20271 NO_ARCH= yes USES= perl5 USE_PERL5= configure -SX_BUILD_DEPENDS= p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent -SX_CONFIGURE_ENV= WITH_SX=true -SX_RUN_DEPENDS= p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent - .include <bsd.port.mk> diff --git a/mail/p5-Net-IMAP-Simple/distinfo b/mail/p5-Net-IMAP-Simple/distinfo index 9a85c21e0406..c82669da7143 100644 --- a/mail/p5-Net-IMAP-Simple/distinfo +++ b/mail/p5-Net-IMAP-Simple/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475504728 -SHA256 (Net-IMAP-Simple-1.2207.tar.gz) = 7fb7fd25fdf62fd7f83d3a9401117e5f485116fc7653e943a93c6c5bbb1f4099 -SIZE (Net-IMAP-Simple-1.2207.tar.gz) = 45543 +TIMESTAMP = 1497287294 +SHA256 (Net-IMAP-Simple-1.2209.tar.gz) = 5318722a5bc2d6c1955d75f880f42db4c6ace45ec835ba4270a0f878b9c4ce94 +SIZE (Net-IMAP-Simple-1.2209.tar.gz) = 45728 diff --git a/mail/p5-Net-IMAP-Simple/files/patch-Makefile.PL b/mail/p5-Net-IMAP-Simple/files/patch-Makefile.PL deleted file mode 100644 index 9ade0e395ad8..000000000000 --- a/mail/p5-Net-IMAP-Simple/files/patch-Makefile.PL +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.PL.orig 2010-08-09 13:49:20 UTC -+++ Makefile.PL -@@ -1,8 +1,7 @@ - use ExtUtils::MakeMaker; - use ExtUtils::Command qw(cp); - --my $build_simplex = prompt("Do you wish to include some simple protocol extensions (pulls in Parse::RecDescent)? ", -- $ENV{OVERRIDE_DEFAULT_SX} ? $ENV{OVERRIDE_DEFAULT_SX} : "y"); -+my $build_simplex = $ENV{WITH_SX} ? 'Y' : ''; - - if( $build_simplex =~ m/[Yy]/ ) { - local @ARGV = qw(contrib/SimpleX.pod contrib/SimpleX.pm .); diff --git a/mail/p5-Net-IMAP-Simple/pkg-plist b/mail/p5-Net-IMAP-Simple/pkg-plist index 38affd0e5429..45aa024b53fa 100644 --- a/mail/p5-Net-IMAP-Simple/pkg-plist +++ b/mail/p5-Net-IMAP-Simple/pkg-plist @@ -1,8 +1,8 @@ %%SITE_PERL%%/Net/IMAP/Simple.pm %%SITE_PERL%%/Net/IMAP/Simple.pod %%SITE_PERL%%/Net/IMAP/Simple/PipeSocket.pm -%%SX%%%%SITE_PERL%%/Net/IMAP/SimpleX.pm -%%SX%%%%SITE_PERL%%/Net/IMAP/SimpleX.pod +%%SITE_PERL%%/Net/IMAP/SimpleX.pm +%%SITE_PERL%%/Net/IMAP/SimpleX.pod %%PERL5_MAN3%%/Net::IMAP::Simple.3.gz %%PERL5_MAN3%%/Net::IMAP::Simple::PipeSocket.3.gz -%%SX%%%%PERL5_MAN3%%/Net::IMAP::SimpleX.3.gz +%%PERL5_MAN3%%/Net::IMAP::SimpleX.3.gz |