summaryrefslogtreecommitdiff
path: root/neon
diff options
context:
space:
mode:
Diffstat (limited to 'neon')
-rw-r--r--neon/.footprint7
-rw-r--r--neon/.signature8
-rw-r--r--neon/Pkgfile12
3 files changed, 14 insertions, 13 deletions
diff --git a/neon/.footprint b/neon/.footprint
index 1d0e68207..5d0ad48db 100644
--- a/neon/.footprint
+++ b/neon/.footprint
@@ -28,10 +28,11 @@ drwxr-xr-x root/root usr/include/neon/
-rw-r--r-- root/root usr/include/neon/ne_xml.h
-rw-r--r-- root/root usr/include/neon/ne_xmlreq.h
drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libneon.a
-rwxr-xr-x root/root usr/lib/libneon.la
-lrwxrwxrwx root/root usr/lib/libneon.so -> libneon.so.27.4.0
-lrwxrwxrwx root/root usr/lib/libneon.so.27 -> libneon.so.27.4.0
--rwxr-xr-x root/root usr/lib/libneon.so.27.4.0
+lrwxrwxrwx root/root usr/lib/libneon.so -> libneon.so.27.4.1
+lrwxrwxrwx root/root usr/lib/libneon.so.27 -> libneon.so.27.4.1
+-rwxr-xr-x root/root usr/lib/libneon.so.27.4.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/neon.pc
drwxr-xr-x root/root usr/share/
diff --git a/neon/.signature b/neon/.signature
index 4bb862cfd..052670157 100644
--- a/neon/.signature
+++ b/neon/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/Q0tW158QSrqZogWOevR6k9aTQLLlyvN23Crf1XLT7bD7Vq5tMnJYv6G7vdrBRZzMqI/U62RuXKtZPOZXx9KkgM=
-SHA256 (Pkgfile) = da2c7110cf7b04cebf4553df7920f9fdc28a0b0108911483bb62767fbf40256c
-SHA256 (.footprint) = 587a2ee061fe867060ebdfb93fd52a2fb8067102fe8db71859ae52a635429237
-SHA256 (neon-0.31.0.tar.gz) = 80556f10830431476d1394c1f0af811f96109c4c4d119f0a9569b28c7526bda5
+RWSE3ohX2g5d/T21Itr0bEwtxuDtTk5ujs3fjZj1xxEeuxK6KPtIsTCLNcgleReH9bt2IlgUW8UWUigs6GMzYkHqnkYf+NYi0Ag=
+SHA256 (Pkgfile) = b224445c6dc7616fe58e6a7fc5c915950c10fd0ea8d47c8cec022ea40e822a42
+SHA256 (.footprint) = 9ee49fb3e772f7ee744012dcc6ceb63ec18bc43d7187e20b4d3b39b873673667
+SHA256 (neon-0.31.1.tar.gz) = c9dfcee723050df37ce18ba449d7707b78e7ab8230f3a4c59d9112e17dc2718d
diff --git a/neon/Pkgfile b/neon/Pkgfile
index 0aded88cf..291e3dc59 100644
--- a/neon/Pkgfile
+++ b/neon/Pkgfile
@@ -1,12 +1,12 @@
# Description: Neon is an HTTP and WebDAV client library
-# URL: http://www.webdav.org/neon
+# URL: https://notroj.github.io/neon/
# Maintainer: Juergen Daubert, jue at crux dot nu
-# Depends on: openssl expat
+# Depends on: openssl expat zlib
name=neon
-version=0.31.0
+version=0.31.1
release=1
-source=(http://webdav.org/neon/$name-$version.tar.gz)
+source=(https://notroj.github.io/neon/$name-$version.tar.gz)
build() {
cd $name-$version
@@ -15,11 +15,11 @@ build() {
--with-ssl \
--with-expat \
--enable-shared \
- --disable-static \
+ --disable-nls \
--disable-debug
make
make DESTDIR=$PKG install
- rm -rf $PKG/usr/share/{doc,locale}
+ rm -r $PKG/usr/share/doc
}

Generated by cgit