1
0
forked from ports/contrib

snowball: [notifiy] git -> 2.0.0; redundant depedency removed: git

This commit is contained in:
Tim Biermann 2020-01-26 21:39:26 +01:00
parent 4636ef99d3
commit 58a1758059
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 8 additions and 8 deletions

View File

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

View File

@ -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.tar.gz
dynamiclib.patch)
build() {
git clone $git $name
cd $name
cd $name-$version
patch -Np1 -i ../dynamiclib.patch
make