diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-25 21:33:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-25 21:33:57 +0000 |
commit | f9a87c90cff3962c632938cc4cf044a0391da571 (patch) | |
tree | ec70dec5b8b8d127b1e1ccd7f08ed1a418642994 /comms/sms_client | |
parent | 2da36a743fcdb3293ec34468bfb8c1afa441b144 (diff) |
- Update AT&T service with new URL
- Remove dead MASTER_SITE
PR: ports/68342
Submitted by: John Johnson <bio.metrix@gte.net>
Notes
Notes:
svn path=/head/; revision=112271
Diffstat (limited to 'comms/sms_client')
-rw-r--r-- | comms/sms_client/Makefile | 5 | ||||
-rw-r--r-- | comms/sms_client/files/patch-sms-services-att_web | 11 |
2 files changed, 13 insertions, 3 deletions
diff --git a/comms/sms_client/Makefile b/comms/sms_client/Makefile index 5921229b6e37..1b60809d5c55 100644 --- a/comms/sms_client/Makefile +++ b/comms/sms_client/Makefile @@ -7,10 +7,9 @@ PORTNAME= sms_client PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms -MASTER_SITES= http://www.styx.demon.co.uk/archive/ \ - http://www.smsclient.org/download/smsclient-3.0-testing/ \ +MASTER_SITES= http://www.smsclient.org/download/smsclient-3.0-testing/ \ http://www.mirrors.wiretapped.net/security/host-monitoring/sms-client/ MAINTAINER= ports@FreeBSD.org diff --git a/comms/sms_client/files/patch-sms-services-att_web b/comms/sms_client/files/patch-sms-services-att_web new file mode 100644 index 000000000000..5e0e6ea74690 --- /dev/null +++ b/comms/sms_client/files/patch-sms-services-att_web @@ -0,0 +1,11 @@ +--- sms/services/att_web.orig Sat Oct 9 16:11:03 1999 ++++ sms/services/att_web Fri Jun 25 23:31:57 2004 +@@ -3,7 +3,7 @@ + # -------------------------------------------------------------------- + + { +- SMS_url = "http://www.mobile.att.net/mc/mc_pagersend.cgi" ++ SMS_url = "http://www.mymmode.com/messagecenter/pagersend.cgi" + } + + # -------------------------------------------------------------------- |