From f9a959fe7da384e27b6a560404779db5ffe0defb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 9 Mar 2019 18:00:30 +0100 Subject: [PATCH] gophernicus: update recipe They have switched to rolling releases, so the 1.5 tarball is not available anymore. Just name it 2.0~git for now to force updates. --- ...cus-1.5.recipe => gophernicus-2.0~git.recipe} | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) rename net-misc/gophernicus/{gophernicus-1.5.recipe => gophernicus-2.0~git.recipe} (71%) diff --git a/net-misc/gophernicus/gophernicus-1.5.recipe b/net-misc/gophernicus/gophernicus-2.0~git.recipe similarity index 71% rename from net-misc/gophernicus/gophernicus-1.5.recipe rename to net-misc/gophernicus/gophernicus-2.0~git.recipe index 4d4456deb..4528508d2 100644 --- a/net-misc/gophernicus/gophernicus-1.5.recipe +++ b/net-misc/gophernicus/gophernicus-2.0~git.recipe @@ -1,14 +1,15 @@ SUMMARY="A modern full-featured gopher server" DESCRIPTION="Gophernicus is a modern full-featured (and hopefully) secure \ gopher daemon for inetd. It is licensed under the BSD license." -HOMEPAGE="gopher://gophernicus.org/1/software/gophernicus/" -COPYRIGHT="2009-2014 Kim Holviala" +HOMEPAGE="https://github.com/kimholviala/gophernicus" +COPYRIGHT="2009-2019 Kim Holviala" LICENSE="BSD (2-clause)" REVISION="1" -SOURCE_URI="http://gophernicus.org/software/gophernicus/gophernicus-1.5.tar.gz" -CHECKSUM_SHA256="eeea761604a1b1277e74a673d0250f10024f99ced0889712e099093a651c232a" +srcGitRev="fc293e8202c58089f61345edb75d33cd246ca5d3" +SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz" +CHECKSUM_SHA256="eb3bb0ee0b4296d278d25399e7e54e2d1566cd61e911fcbf2642811461e138d4" +SOURCE_DIR="gophernicus-$srcGitRev" -#TODO:enable multithreading for the devel package! ARCHITECTURES="x86_gcc2 x86 ?x86_64" PROVIDES=" @@ -25,15 +26,20 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" cmd:awk cmd:gcc$secondaryArchSuffix + cmd:git + cmd:grep cmd:ld$secondaryArchSuffix cmd:make cmd:sed + cmd:which " BUILD() { make DESTDIR=$prefix SBINDIR=$binDir DOCDIR=$docDir/gophernicus \ NET_SRV=$settingsDir/network/services + # we won't get proper history from git anyway. + touch ChangeLog } INSTALL()