1
0
forked from ports/opt

neon: update to 0.31.1

This commit is contained in:
Juergen Daubert 2020-04-25 14:51:56 +02:00
parent b351ffb14a
commit fc84f414a6
3 changed files with 14 additions and 13 deletions

View File

@ -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/

View File

@ -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

View File

@ -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
}