View | Details | Raw Unified | Return to bug 162883
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Nexmo-SMS
8
PORTNAME=	Nexmo-SMS
9
PORTVERSION=	0.03
9
PORTVERSION=	0.04
10
CATEGORIES=	comms perl5
10
CATEGORIES=	comms perl5
11
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
12
MASTER_SITE_SUBDIR=	CPAN:RENEEB
12
MASTER_SITE_SUBDIR=	CPAN:RENEEB
Lines 29-34 Link Here
29
		Nexmo::SMS::Response.3 \
29
		Nexmo::SMS::Response.3 \
30
		Nexmo::SMS::Response::Message.3 \
30
		Nexmo::SMS::Response::Message.3 \
31
		Nexmo::SMS::TextMessage.3 \
31
		Nexmo::SMS::TextMessage.3 \
32
		Nexmo::SMS::UnicodeMessage.3 \
32
		Nexmo::SMS::WAPPushMessage.3
33
		Nexmo::SMS::WAPPushMessage.3
33
34
34
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Nexmo-SMS-0.03.tar.gz) = 0d34fd04de1a016861193aac8495aa215e16a7f9f8ca5a4e41bfc13cd82a496a
1
SHA256 (Nexmo-SMS-0.04.tar.gz) = 120eeddd76869a584649e3f99bde8ad81b07db66e5a27eaff1bcc7d95dd12836
2
SIZE (Nexmo-SMS-0.03.tar.gz) = 12519
2
SIZE (Nexmo-SMS-0.04.tar.gz) = 13076
(-)pkg-plist (+1 lines)
Lines 5-10 Link Here
5
%%SITE_PERL%%/Nexmo/SMS/Response.pm
5
%%SITE_PERL%%/Nexmo/SMS/Response.pm
6
%%SITE_PERL%%/Nexmo/SMS/Response/Message.pm
6
%%SITE_PERL%%/Nexmo/SMS/Response/Message.pm
7
%%SITE_PERL%%/Nexmo/SMS/TextMessage.pm
7
%%SITE_PERL%%/Nexmo/SMS/TextMessage.pm
8
%%SITE_PERL%%/Nexmo/SMS/UnicodeMessage.pm
8
%%SITE_PERL%%/Nexmo/SMS/WAPPushMessage.pm
9
%%SITE_PERL%%/Nexmo/SMS/WAPPushMessage.pm
9
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Nexmo/SMS/.packlist
10
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Nexmo/SMS/.packlist
10
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nexmo/SMS
11
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nexmo/SMS

Return to bug 162883