mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 3.35
- Update e-mail of maintainer PR: ports/139625 Submitted by: myself Approved by: itetcu (mentor)
This commit is contained in:
parent
4d133ad585
commit
16f4afe8d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243602
@ -6,13 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= o2sms
|
||||
PORTVERSION= 3.34
|
||||
PORTVERSION= 3.35
|
||||
CATEGORIES= comms perl5
|
||||
MASTER_SITES= CPAN \
|
||||
http://www.mackers.com/projects/o2sms/releases/
|
||||
MASTER_SITE_SUBDIR= WWW/MACKERS
|
||||
|
||||
MAINTAINER= scjamorim@bsd.com.br
|
||||
MAINTAINER= sylvio@FreeBSD.org
|
||||
COMMENT= Send SMS messages via the websites of Irish mobile operators
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
||||
@ -26,11 +26,13 @@ PERL_CONFIGURE= yes
|
||||
MAN1= aftsms.1 \
|
||||
o2sms.1 \
|
||||
meteorsms.1 \
|
||||
threesms.1 \
|
||||
vodasms.1
|
||||
MAN3= WWW::SMS::IE::aftsms.3 \
|
||||
WWW::SMS::IE::iesms.3 \
|
||||
WWW::SMS::IE::o2sms.3 \
|
||||
WWW::SMS::IE::meteorsms.3 \
|
||||
WWW::SMS::IE::threesms.3 \
|
||||
WWW::SMS::IE::vodasms.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (o2sms-3.34.tar.gz) = 57bb2c4999077b52a9b2eb806003aa7b
|
||||
SHA256 (o2sms-3.34.tar.gz) = ea5bf95910b1e246b54b85dc4b46429bd0c81af46ad330bf21c9d887466ef43a
|
||||
SIZE (o2sms-3.34.tar.gz) = 30327
|
||||
MD5 (o2sms-3.35.tar.gz) = 1d21eefb9155e928845f529d4d685418
|
||||
SHA256 (o2sms-3.35.tar.gz) = e63e063d3e7ffd14894d0d9cf6e2f5b10c6b26e8654d04def5b427df5824852f
|
||||
SIZE (o2sms-3.35.tar.gz) = 31463
|
||||
|
@ -1,6 +1,7 @@
|
||||
bin/aftsms
|
||||
bin/meteorsms
|
||||
bin/o2sms
|
||||
bin/threesms
|
||||
bin/vodasms
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/o2sms/.packlist
|
||||
%%SITE_PERL%%/WWW/SMS/IE/aftsms.action
|
||||
@ -10,6 +11,8 @@ bin/vodasms
|
||||
%%SITE_PERL%%/WWW/SMS/IE/meteorsms.pm
|
||||
%%SITE_PERL%%/WWW/SMS/IE/o2sms.action
|
||||
%%SITE_PERL%%/WWW/SMS/IE/o2sms.pm
|
||||
%%SITE_PERL%%/WWW/SMS/IE/threesms.action
|
||||
%%SITE_PERL%%/WWW/SMS/IE/threesms.pm
|
||||
%%SITE_PERL%%/WWW/SMS/IE/vodasms.action
|
||||
%%SITE_PERL%%/WWW/SMS/IE/vodasms.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/o2sms
|
||||
|
Loading…
Reference in New Issue
Block a user