aboutsummaryrefslogtreecommitdiff
path: root/comms/p5-SMS-Send
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:21:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:21:23 +0000
commit1d1f878054efdd1171a8cb006e59ad0727610293 (patch)
treee4434b89d2dbba884e57f6a6cd3c7fc294554ccf /comms/p5-SMS-Send
parent43b793a6f26531f807a7b7c16a1db3bf6b53f26d (diff)
downloadports-1d1f878054efdd1171a8cb006e59ad0727610293.tar.gz
ports-1d1f878054efdd1171a8cb006e59ad0727610293.zip
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415498
Diffstat (limited to 'comms/p5-SMS-Send')
-rw-r--r--comms/p5-SMS-Send/pkg-descr8
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/p5-SMS-Send/pkg-descr b/comms/p5-SMS-Send/pkg-descr
index 56cff2a75355..375c3b8458ca 100644
--- a/comms/p5-SMS-Send/pkg-descr
+++ b/comms/p5-SMS-Send/pkg-descr
@@ -1,14 +1,14 @@
-SMS::Send is intended to provide a driver-based single API for sending SMS and
+SMS::Send is intended to provide a driver-based single API for sending SMS and
MMS messages. The intent is to provide a single API against which to write the
code to send an SMS message.
-At the same time, the intent is to remove the limits of some of the previous
+At the same time, the intent is to remove the limits of some of the previous
attempts at this sort of API, like "must be free internet-based SMS services".
-SMS::Send drivers are installed separately, and might use the web, email or
+SMS::Send drivers are installed separately, and might use the web, email or
physical SMS hardware. It could be a free or paid. The details shouldn't matter.
-You should not have to care how it is actually sent, only that it has been sent
+You should not have to care how it is actually sent, only that it has been sent
(although some drivers may not be able to provide certainty).