diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-26 17:58:37 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-26 17:58:37 -0500 |
commit | 20e0165b2a1d6bb917edd17008b168c6a4d7ede8 (patch) | |
tree | 9723641c799b3955ac7a0ae4c4a6001cc3cd133b | |
parent | 7e28ff0568c9eadf9464e770a2501e1400f3bebf (diff) | |
download | packages-20e0165b2a1d6bb917edd17008b168c6a4d7ede8.tar.gz packages-20e0165b2a1d6bb917edd17008b168c6a4d7ede8.tar.bz2 packages-20e0165b2a1d6bb917edd17008b168c6a4d7ede8.tar.xz packages-20e0165b2a1d6bb917edd17008b168c6a4d7ede8.zip |
{user => system}/mailx: move for POSIX
-rw-r--r-- | system/mailx/APKBUILD (renamed from user/mailx/APKBUILD) | 5 | ||||
-rw-r--r-- | system/mailx/Mail (renamed from user/mailx/Mail) | 0 | ||||
-rw-r--r-- | system/mailx/mailx-12.4-cve.patch (renamed from user/mailx/mailx-12.4-cve.patch) | 0 | ||||
-rw-r--r-- | system/mailx/mailx-12.4-openssl.patch (renamed from user/mailx/mailx-12.4-openssl.patch) | 0 |
4 files changed, 2 insertions, 3 deletions
diff --git a/user/mailx/APKBUILD b/system/mailx/APKBUILD index 1994cb037..062b40286 100644 --- a/user/mailx/APKBUILD +++ b/system/mailx/APKBUILD @@ -1,15 +1,14 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> - pkgname=mailx pkgver=12.4 pkgrel=0 pkgdesc="Send and receive Internet mail" url="http://heirloom.sourceforge.net/mailx.html" arch="all" -license="BSD-4-Clause MIT MPL-1.1" +options="!check" # No test suite. +license="BSD-4-Clause AND MIT AND MPL-1.1" depends="" -options="!check" makedepends="openssl-dev" subpackages="$pkgname-doc" source="http://downloads.sourceforge.net/heirloom/$pkgname-$pkgver.tar.bz2 diff --git a/user/mailx/Mail b/system/mailx/Mail index 454f3c10d..454f3c10d 100644 --- a/user/mailx/Mail +++ b/system/mailx/Mail diff --git a/user/mailx/mailx-12.4-cve.patch b/system/mailx/mailx-12.4-cve.patch index fa6d51197..fa6d51197 100644 --- a/user/mailx/mailx-12.4-cve.patch +++ b/system/mailx/mailx-12.4-cve.patch diff --git a/user/mailx/mailx-12.4-openssl.patch b/system/mailx/mailx-12.4-openssl.patch index e8adcde5c..e8adcde5c 100644 --- a/user/mailx/mailx-12.4-openssl.patch +++ b/system/mailx/mailx-12.4-openssl.patch |