summaryrefslogtreecommitdiff
path: root/sitecopy
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-09-24 17:51:08 +0200
committerJuergen Daubert <jue@jue.li>2021-09-24 17:51:08 +0200
commite5a303897b0c23bbcbf9165b09ae2a4054214e98 (patch)
tree13de3002544d4d70ffe55f2eae682947a5dac088 /sitecopy
parent6af8a89180cc75a56838d0951a96da08064071fd (diff)
downloadopt-e5a303897b0c23bbcbf9165b09ae2a4054214e98.tar.gz
opt-e5a303897b0c23bbcbf9165b09ae2a4054214e98.tar.xz
sitecopy: fix build with latest neon
Diffstat (limited to 'sitecopy')
-rw-r--r--sitecopy/.signature6
-rw-r--r--sitecopy/Pkgfile35
-rw-r--r--sitecopy/sitecopy-0.16.6.patch2
3 files changed, 22 insertions, 21 deletions
diff --git a/sitecopy/.signature b/sitecopy/.signature
index ebd18fb14..4aec410bf 100644
--- a/sitecopy/.signature
+++ b/sitecopy/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/UNZyAaKgI50t8NoiWCuyEW4Y5Q7hMwsKLL7hC0E5RL6I+9zIthvosGvdE/TjBGPiEgGRVHXuFAs490LZo5TUw8=
-SHA256 (Pkgfile) = 9fac4137ab3597ca442ffaf40ce776bbc1f292d14ffe77ee57bdf4b5f21a8e24
+RWSE3ohX2g5d/SE9eazN25x7b1ioyYokH/CF8TZwWwkYJ2itvv7yM/HZWVUz4z9r6ekKLbt5BhoP7Nl0EjMMVAZly2zFyCujcg0=
+SHA256 (Pkgfile) = bc805fd592f8533660c1cd0855525177aefa647944a7e04bd487297dced64132
SHA256 (.footprint) = e5ed251748ebc17885d527316497e232d08aad3488471939adf4fb01c2497a2c
SHA256 (sitecopy-0.16.6.tar.gz) = e06fdda007e54ddc6fae90a4e79768e5bfb7770c1139bcaac2e10d841d7458af
-SHA256 (sitecopy-0.16.6.patch) = 02e787d9278c6f04cbd9fec562ebcd966ba24c67d5ff9813260baf1eda201565
+SHA256 (sitecopy-0.16.6.patch) = 8056720273af947e24323cf1a6ac7c7f391037c63f3fa1f8eeb709e6f3f49035
diff --git a/sitecopy/Pkgfile b/sitecopy/Pkgfile
index 053f18f7b..483a5bd4f 100644
--- a/sitecopy/Pkgfile
+++ b/sitecopy/Pkgfile
@@ -1,23 +1,24 @@
# Description: Utility for maintaining remote web sites via FTP or WebDAV
-# URL: http://www.manyfish.co.uk/sitecopy/
-# Maintainer: Juergen Daubert, jue at crux dot nu
-# Depends on: neon
+# URL: https://www.manyfish.co.uk/sitecopy/
+# Maintainer: Juergen Daubert, jue at crux dot nu
+# Depends on: neon
name=sitecopy
version=0.16.6
-release=5
-source=(http://crux.s3.amazonaws.com/dist/$name-$version.tar.gz
- $name-$version.patch)
+release=6
+source=(https://www.manyfish.co.uk/sitecopy/sitecopy-0.16.6.tar.gz
+ $name-$version.patch)
-build () {
- cd $name-$version
- patch -p1 -i $SRC/$name-$version.patch
- autoconf
- ./configure --prefix=/usr \
- --with-neon=/usr \
- --disable-nls \
- --disable-debug
- make
- make DESTDIR=$PKG install
- rm -r $PKG/usr/{doc,share/man/fr}
+build() {
+ cd $name-$version
+ patch -p1 -i $SRC/$name-$version.patch
+ autoconf
+ ./configure \
+ --prefix=/usr \
+ --with-neon=/usr \
+ --disable-nls \
+ --disable-debug
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/{doc,share/man/fr}
}
diff --git a/sitecopy/sitecopy-0.16.6.patch b/sitecopy/sitecopy-0.16.6.patch
index d83adcd87..bbddfb6be 100644
--- a/sitecopy/sitecopy-0.16.6.patch
+++ b/sitecopy/sitecopy-0.16.6.patch
@@ -6,7 +6,7 @@ diff -Nru sitecopy-0.16.6.orig/configure.in sitecopy-0.16.6/configure.in
# Support neon 0.24 through 0.28
-NE_REQUIRE_VERSIONS([0], [24 25 26 27 28])
-+NE_REQUIRE_VERSIONS([0], [24 25 26 27 28 29 30 31])
++NE_REQUIRE_VERSIONS([0], [24 25 26 27 28 29 30 31 32])
dnl But we don't use zlib or ACL support
NEON_WITHOUT_ZLIB

Generated by cgit