From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/serialmail/
Date: Tue, 24 Mar 2020 13:32:58 +0000 (UTC) [thread overview]
Message-ID: <1585056707.1ff27d9452dac0083f45d4d5d51a8dd937d86d1b.bkohler@gentoo> (raw)
commit: 1ff27d9452dac0083f45d4d5d51a8dd937d86d1b
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 24 13:15:08 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Mar 24 13:31:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff27d94
net-mail/serialmail: fix bad sed delimiter
Closes: https://bugs.gentoo.org/710704
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-mail/serialmail/serialmail-0.75-r4.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-mail/serialmail/serialmail-0.75-r4.ebuild b/net-mail/serialmail/serialmail-0.75-r4.ebuild
index bf0fede65d3..78801715a18 100644
--- a/net-mail/serialmail/serialmail-0.75-r4.ebuild
+++ b/net-mail/serialmail/serialmail-0.75-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -27,9 +27,9 @@ src_prepare() {
epatch "${WORKDIR}"/${P}-gentoo.patch
epatch "${WORKDIR}"/${P}-smtpauth.patch
epatch "${WORKDIR}"/${P}-smtpauth_comp.patch
- sed -i "s:@CFLAGS@:${CFLAGS}:" conf-cc
+ sed -i "s|@CFLAGS@|${CFLAGS}|" conf-cc
use static && LDFLAGS="${LDFLAGS} -static"
- sed -i "s:@LDFLAGS@:${LDFLAGS}:" conf-ld
+ sed -i "s|@LDFLAGS@|${LDFLAGS}|" conf-ld
epatch "${FILESDIR}"/${P}-implicit.patch
}
next reply other threads:[~2020-03-24 13:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-24 13:32 Ben Kohler [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-15 0:34 [gentoo-commits] repo/gentoo:master commit in: net-mail/serialmail/ Sam James
2020-09-16 2:32 Sam James
2020-09-16 22:40 Sam James
2020-09-16 22:40 Sam James
2020-09-19 17:59 Sam James
2025-01-16 9:27 Petr Vaněk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1585056707.1ff27d9452dac0083f45d4d5d51a8dd937d86d1b.bkohler@gentoo \
--to=bkohler@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox