ports/contrib (3.5): snowball: [notifiy] git -> 2.0.0; redundant depedency removed: git
commit 58a17580590d6d0dad85193e5cff925f7dae567d Author: Tim Biermann <tbier@posteo.de> Date: Sun Jan 26 21:39:26 2020 +0100 snowball: [notifiy] git -> 2.0.0; redundant depedency removed: git diff --git a/snowball/.signature b/snowball/.signature index 42ce6881f..e7fab6592 100644 --- a/snowball/.signature +++ b/snowball/.signature @@ -1,5 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF33Z1tzPjgU8z+w2EuavIEig5Zodpur23sLsbgKpVLB7AuwhzUIa7SiPQae6bBcsbeGPI2jcMg12JP4eu7RueSgI= -SHA256 (Pkgfile) = 3aa58bf6a18f6f6a57d57801bc2ea07b96d7da912901b288ab77acbf26912fc7 +RWSagIOpLGJF30Pz8sd2E9SOReXmkk2jC719xDjtn2YFL/kaQkAdGSbVRT2r1HpLSXdIuLddGZtE3/LzxG3uWv5016jMvnOdPAI= +SHA256 (Pkgfile) = 9583e82f09fc658fc390e66bf629523a956d98f96972909ca12ef5b00e601100 SHA256 (.footprint) = 0f532da25ee3c32ca621ebd74ef4505e801936ff394965ba4fee041fafdbc146 +SHA256 (snowball-2.0.0.tar.gz) = f047a33f3bcaf12f3ab06ce3f1237a911e21a510035dca9016f9140f4041b006 SHA256 (dynamiclib.patch) = 99511a11cdeeb1ef1eaa9d7b777f6934693d4696ba9523de40b886f7d898058e diff --git a/snowball/Pkgfile b/snowball/Pkgfile index 18d7e1164..5a2023b79 100644 --- a/snowball/Pkgfile +++ b/snowball/Pkgfile @@ -1,17 +1,16 @@ # Description: String processing language for creating stemming algorithms # URL: http://snowballstem.org/ # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: git +# Depends on: name=snowball -version=git +version=2.0.0 release=1 -source=(dynamiclib.patch) -git=(https://github.com/snowballstem/snowball.git) +source=(https://github.com/snowballstem/snowball/archive/v$version/$name-$version.ta... + dynamiclib.patch) build() { - git clone $git $name - cd $name + cd $name-$version patch -Np1 -i ../dynamiclib.patch make
participants (1)
-
crux@crux.nu