X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id D522FF8144E for ; Wed, 3 Apr 2019 19:06:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1554318589; bh=eAeXO4hVBEQxRxnOzXhS3MIXGjYFoSZh8DSpLNn9kMo=; h=From:To:Cc:Subject:Date; b=WU103tDe70nNZZipvapFwiNU3Wsj2+exy25rNvy1W2DqLW5oT/qmBV330UJfK4L4m 6hwhRFUKToMyWb8P83MEKv/cphMmAg47MSE9sWjcM8leEWkpsK0SJpXCKk76zlvILf MmQOKwaZ5zpGllE7K0sUJQ4gTk9Uuu75mWZ2d71g= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [alpine-aports] [PATCH 0/3] Miscellaenous adoptions Date: Wed, 3 Apr 2019 15:06:49 -0400 Message-Id: <20190403190652.28848-1-sir@cmpwn.com> X-Mailer: git-send-email 2.21.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Various abandoned packages I'm picking up. There'll be another three series ahead of this with less miscy patches. Along the way I updated to the latest version of things wherever I noticed they were out-of-date, and occasionally normalized stale APKBUILDs with proper test suites and such. Note in my original email, I volunteered to adopt fish, but after further thought I'll decline to maintain that package. All of the other packages I mentioned adopting are in the forthcoming patchsets. Drew DeVault (3): libbsd: adopt; upgrade to 0.9.1 main/libedit: adopt; upgrade to 20190324.3.1 main/pkgconf: adopt ...01-Replace-__BEGIN_DECLS-and-__END_DECLS.patch | 5 ++++- main/libbsd/APKBUILD | 15 +++++++-------- main/libbsd/headers.patch | 10 ++++++++++ main/libedit/APKBUILD | 7 +++---- main/pkgconf/APKBUILD | 2 +- 5 files changed, 25 insertions(+), 14 deletions(-) create mode 100644 main/libbsd/headers.patch -- 2.21.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---