summaryrefslogtreecommitdiff
path: root/libbsd
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-02-07 12:23:34 +0000
committerTim Biermann <tbier@posteo.de>2021-02-07 12:23:42 +0000
commit9cdbdcd422e8cff3d8d72e76b7dc84794e38a5ba (patch)
tree650bc0849fc824e3fd48128731241f37370a1ef1 /libbsd
parentfa61b110969a8d144c4138bf2271088497a794a0 (diff)
downloadcontrib-9cdbdcd422e8cff3d8d72e76b7dc84794e38a5ba.tar.gz
contrib-9cdbdcd422e8cff3d8d72e76b7dc84794e38a5ba.tar.xz
libbsd: 0.10.0 -> 0.11.1; adopted port; new dependency libmd
Diffstat (limited to 'libbsd')
-rw-r--r--libbsd/.signature6
-rw-r--r--libbsd/Pkgfile15
2 files changed, 11 insertions, 10 deletions
diff --git a/libbsd/.signature b/libbsd/.signature
index 49501861c..3c3be2df5 100644
--- a/libbsd/.signature
+++ b/libbsd/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF32hLZu2GYq4q5y8V1u8l+G5sG9BQ23Td22q1eqODJuozYQXdWceJpS2LBGd8R/NRsBs6KfEqp5dSsutbBYkpnAg=
-SHA256 (Pkgfile) = 455ca7f0dc36405d7fd9b1ba610dbbb3c66597194b0091780227513c1063cbd3
+RWSagIOpLGJF39/wQJMx82+u3taV5uHhN+pSZ0NRR6D8IYTIU4kJZGoMuDwdKbh3+wk5k3x2iIOxXPloPoDvmFwqJivkDoodVw8=
+SHA256 (Pkgfile) = 88f960424caca7c5896b7fdc12a702d7f196c508bdfe9f1373c1a816afd562f3
SHA256 (.footprint) = 933b99d55e39fb121057e9dee3a0eafe12adfd3fa7e29d7393c160e40769342c
-SHA256 (libbsd-0.10.0.tar.xz) = 34b8adc726883d0e85b3118fa13605e179a62b31ba51f676136ecb2d0bc1a887
+SHA256 (libbsd-0.11.1.tar.xz) = 0d018e78f85d7d724740a28408f0bf346b7bbe5dc1c7256fb21e640e2a3d5205
diff --git a/libbsd/Pkgfile b/libbsd/Pkgfile
index 771f442a6..28f9bd163 100644
--- a/libbsd/Pkgfile
+++ b/libbsd/Pkgfile
@@ -1,15 +1,16 @@
# Description: Provides useful functions found on BSD systems
-# URL: https://libbsd.freedesktop.org/
-# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
+# URL: https://libbsd.freedesktop.org/
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: libmd
name=libbsd
-version=0.10.0
+version=0.11.1
release=1
source=(https://libbsd.freedesktop.org/releases/$name-$version.tar.xz)
build() {
- cd $name-$version
- ./configure --prefix=/usr
- make
- make install DESTDIR=$PKG
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make install DESTDIR=$PKG
}

Generated by cgit