diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2016-11-02 11:29:28 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2016-11-02 11:29:28 +0000 |
commit | ad3225e3499816421f0dd0763d7c30d5f1a7a57f (patch) | |
tree | 89ef722244fefd6316d4fd5457d479df0944a8c3 /comms/smstools3/files/patch-install.sh | |
parent | java/jakarta-commons-collections: (diff) |
- Add UTF8 option [1]
- Patch sendsms script to correctly parse iconv command output [2]
While here:
- Add TIMESTAMP to distinfo
- Regenerate patches
- Unsilence post-install target
PR: 205973 [1], 205978 [2]
Submitted by: satorium77@gmail.com
Diffstat (limited to 'comms/smstools3/files/patch-install.sh')
-rw-r--r-- | comms/smstools3/files/patch-install.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/smstools3/files/patch-install.sh b/comms/smstools3/files/patch-install.sh index 280b64b7ae3a..4bedaea7d9aa 100644 --- a/comms/smstools3/files/patch-install.sh +++ b/comms/smstools3/files/patch-install.sh @@ -1,5 +1,5 @@ ---- install.sh.orig 2007-04-22 13:43:17.000000000 +0200 -+++ install.sh 2013-10-16 12:22:40.725619989 +0200 +--- install.sh.orig 2007-04-22 11:43:17 UTC ++++ install.sh @@ -3,7 +3,7 @@ BINDIR=$1 @@ -9,7 +9,7 @@ fi makepath() -@@ -84,38 +84,6 @@ +@@ -84,38 +84,6 @@ fi delete $BINDIR/getsms delete $BINDIR/putsms |