diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-12-29 01:07:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-12-29 01:07:32 +0800 |
commit | 4df0ed1e16e4230a1582021ddfe6d5eb3997e9d2 (patch) | |
tree | 68814def972bb768ec29eb9c19a1f343606b66c2 /comms | |
parent | f5bca2f66cac7fe5b0957e8564c44bffdd214e0a (diff) | |
download | freebsd-ports-gnome-4df0ed1e16e4230a1582021ddfe6d5eb3997e9d2.tar.gz freebsd-ports-gnome-4df0ed1e16e4230a1582021ddfe6d5eb3997e9d2.tar.zst freebsd-ports-gnome-4df0ed1e16e4230a1582021ddfe6d5eb3997e9d2.zip |
- Update to 0.06
Changes: http://search.cpan.org/dist/Nexmo-SMS/Changes
PR: ports/163673
Submitted by: sunpoet (myself)
Approved by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-Nexmo-SMS/Makefile | 3 | ||||
-rw-r--r-- | comms/p5-Nexmo-SMS/distinfo | 4 | ||||
-rw-r--r-- | comms/p5-Nexmo-SMS/pkg-plist | 1 |
3 files changed, 3 insertions, 5 deletions
diff --git a/comms/p5-Nexmo-SMS/Makefile b/comms/p5-Nexmo-SMS/Makefile index b233761e7f71..5220ebd6f89d 100644 --- a/comms/p5-Nexmo-SMS/Makefile +++ b/comms/p5-Nexmo-SMS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Nexmo-SMS -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= comms perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RENEEB @@ -32,7 +32,6 @@ MAN3= Nexmo::SMS.3 \ Nexmo::SMS::Response.3 \ Nexmo::SMS::Response::Message.3 \ Nexmo::SMS::TextMessage.3 \ - Nexmo::SMS::UnicodeMessage.3 \ Nexmo::SMS::WAPPushMessage.3 .include <bsd.port.mk> diff --git a/comms/p5-Nexmo-SMS/distinfo b/comms/p5-Nexmo-SMS/distinfo index 24120bc11adf..9b65ee6baec4 100644 --- a/comms/p5-Nexmo-SMS/distinfo +++ b/comms/p5-Nexmo-SMS/distinfo @@ -1,2 +1,2 @@ -SHA256 (Nexmo-SMS-0.05.tar.gz) = edae222db55aaaa9f8961a821cfeb68e36918b3bec26541d70d1b1f49d45797e -SIZE (Nexmo-SMS-0.05.tar.gz) = 13134 +SHA256 (Nexmo-SMS-0.06.tar.gz) = 5b01ce364d557491b8d0b94797bce128c3c7082910fd4e4a5e5a859b526e6daa +SIZE (Nexmo-SMS-0.06.tar.gz) = 12827 diff --git a/comms/p5-Nexmo-SMS/pkg-plist b/comms/p5-Nexmo-SMS/pkg-plist index 991a7c20f256..5c0d66ada29c 100644 --- a/comms/p5-Nexmo-SMS/pkg-plist +++ b/comms/p5-Nexmo-SMS/pkg-plist @@ -5,7 +5,6 @@ %%SITE_PERL%%/Nexmo/SMS/Response.pm %%SITE_PERL%%/Nexmo/SMS/Response/Message.pm %%SITE_PERL%%/Nexmo/SMS/TextMessage.pm -%%SITE_PERL%%/Nexmo/SMS/UnicodeMessage.pm %%SITE_PERL%%/Nexmo/SMS/WAPPushMessage.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nexmo/SMS/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nexmo/SMS |