aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2020-04-23 13:43:06 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2020-04-29 12:55:07 +0000
commita5f8e2f2e8ebae977f0a2475f1906f97997f2e04 (patch)
treeb3eb4c57cd57d6127880e550b3f6b3b9adeb4bdb
parent864c859e9deeda2c68e8310550ca3c6d70a28dd7 (diff)
downloadaports-a5f8e2f2e8ebae977f0a2475f1906f97997f2e04.tar.bz2
aports-a5f8e2f2e8ebae977f0a2475f1906f97997f2e04.tar.xz
main/mandoc: rename mdocml to mandoc
upstream renamed mdocml to mandoc about three years ago (concluded from looking at download page) so we rename it to reflect upstream name rewrite pkgdesc to more desctiptive one add replaces and provides 'mdocml' for smooth upgrade and for some packages which didn't changed depends to' mandoc'
-rw-r--r--main/mandoc/APKBUILD (renamed from main/mdocml/APKBUILD)12
-rw-r--r--main/mandoc/fix-tbl-null-pointer.patch (renamed from main/mdocml/fix-tbl-null-pointer.patch)0
-rw-r--r--main/mandoc/mandoc-apropos.trigger (renamed from main/mdocml/mdocml-apropos.trigger)0
-rw-r--r--main/mandoc/mandoc.post-deinstall (renamed from main/mdocml/mdocml.post-deinstall)0
-rw-r--r--main/mandoc/mandoc_configure.patch (renamed from main/mdocml/mandoc_configure.patch)0
-rw-r--r--main/mandoc/outdated-warn-disable.patch (renamed from main/mdocml/outdated-warn-disable.patch)0
-rw-r--r--main/mandoc/shared-libmandoc.patch (renamed from main/mdocml/shared-libmandoc.patch)0
7 files changed, 6 insertions, 6 deletions
diff --git a/main/mdocml/APKBUILD b/main/mandoc/APKBUILD
index f5ae0f2583..52e66bb7d7 100644
--- a/main/mdocml/APKBUILD
+++ b/main/mandoc/APKBUILD
@@ -1,26 +1,26 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=mdocml
-_pkgname=mandoc
+pkgname=mandoc
pkgver=1.14.5
pkgrel=3
-pkgdesc="mdoc/man compiler"
-url="http://mdocml.bsd.lv/"
+pkgdesc="mandoc (formerly mdocml) UNIX manpage compiler toolset"
+url="https://mandoc.bsd.lv/"
arch="all"
license="ISC and BSD-2-Clause and BSD-3-Clause"
makedepends="zlib-dev"
checkdepends="perl"
install="$pkgname.post-deinstall"
triggers="$pkgname-apropos.trigger=/usr/share/man/*"
+replaces="mdocml"
+provides="mdocml=$pkgver-r$pkgrel"
subpackages="$pkgname-doc $pkgname-dev $pkgname-apropos $pkgname-soelim"
-source="http://mdocml.bsd.lv/snapshots/$_pkgname-$pkgver.tar.gz
+source="https://mandoc.bsd.lv/snapshots/mandoc-$pkgver.tar.gz
shared-libmandoc.patch
outdated-warn-disable.patch
fix-tbl-null-pointer.patch
mandoc_configure.patch
"
-builddir="$srcdir/$_pkgname-$pkgver"
prepare() {
default_prepare
diff --git a/main/mdocml/fix-tbl-null-pointer.patch b/main/mandoc/fix-tbl-null-pointer.patch
index ab68f9a1a6..ab68f9a1a6 100644
--- a/main/mdocml/fix-tbl-null-pointer.patch
+++ b/main/mandoc/fix-tbl-null-pointer.patch
diff --git a/main/mdocml/mdocml-apropos.trigger b/main/mandoc/mandoc-apropos.trigger
index 517480493f..517480493f 100644
--- a/main/mdocml/mdocml-apropos.trigger
+++ b/main/mandoc/mandoc-apropos.trigger
diff --git a/main/mdocml/mdocml.post-deinstall b/main/mandoc/mandoc.post-deinstall
index 77b2574d86..77b2574d86 100644
--- a/main/mdocml/mdocml.post-deinstall
+++ b/main/mandoc/mandoc.post-deinstall
diff --git a/main/mdocml/mandoc_configure.patch b/main/mandoc/mandoc_configure.patch
index e059f6c1c2..e059f6c1c2 100644
--- a/main/mdocml/mandoc_configure.patch
+++ b/main/mandoc/mandoc_configure.patch
diff --git a/main/mdocml/outdated-warn-disable.patch b/main/mandoc/outdated-warn-disable.patch
index f960de7d1d..f960de7d1d 100644
--- a/main/mdocml/outdated-warn-disable.patch
+++ b/main/mandoc/outdated-warn-disable.patch
diff --git a/main/mdocml/shared-libmandoc.patch b/main/mandoc/shared-libmandoc.patch
index 0327138382..0327138382 100644
--- a/main/mdocml/shared-libmandoc.patch
+++ b/main/mandoc/shared-libmandoc.patch