diff options
author | sylvio <sylvio@FreeBSD.org> | 2009-11-01 22:17:06 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2009-11-01 22:17:06 +0800 |
commit | d4c8023a45651d0b93f53be5d8c69d39b798ea1e (patch) | |
tree | d3e8cd92840abda5d980b84205a43bcd1b87dec4 /comms | |
parent | 21a25eab1640f9919cfe3b0488a8c87df94b9ced (diff) | |
download | freebsd-ports-gnome-d4c8023a45651d0b93f53be5d8c69d39b798ea1e.tar.gz freebsd-ports-gnome-d4c8023a45651d0b93f53be5d8c69d39b798ea1e.tar.zst freebsd-ports-gnome-d4c8023a45651d0b93f53be5d8c69d39b798ea1e.zip |
- Update to 3.35
- Update e-mail of maintainer
PR: ports/139625
Submitted by: myself
Approved by: itetcu (mentor)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/o2sms/Makefile | 6 | ||||
-rw-r--r-- | comms/o2sms/distinfo | 6 | ||||
-rw-r--r-- | comms/o2sms/pkg-plist | 3 |
3 files changed, 10 insertions, 5 deletions
diff --git a/comms/o2sms/Makefile b/comms/o2sms/Makefile index 06dbb7416a79..92080294f235 100644 --- a/comms/o2sms/Makefile +++ b/comms/o2sms/Makefile @@ -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> diff --git a/comms/o2sms/distinfo b/comms/o2sms/distinfo index a80d78e8e66f..47f024c8c968 100644 --- a/comms/o2sms/distinfo +++ b/comms/o2sms/distinfo @@ -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 diff --git a/comms/o2sms/pkg-plist b/comms/o2sms/pkg-plist index 54560997772b..2db4a27ffe57 100644 --- a/comms/o2sms/pkg-plist +++ b/comms/o2sms/pkg-plist @@ -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 |