wok diff cvs/receipt @ rev 20814

updated cvs and cvs-contrib (1.11.23 -> 1.12.13)
author Hans-G?nter Theisgen
date Mon Feb 18 14:21:45 2019 +0100 (2019-02-18)
parents 6e8b1bcb30e2
children 4228409cad42
line diff
     1.1 --- a/cvs/receipt	Thu Jan 24 11:33:03 2019 +0100
     1.2 +++ b/cvs/receipt	Mon Feb 18 14:21:45 2019 +0100
     1.3 @@ -1,24 +1,28 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cvs"
     1.7 -VERSION="1.11.23"
     1.8 +VERSION="1.12.13"
     1.9  CATEGORY="development"
    1.10 +TAGS="version-control versioning"
    1.11  SHORT_DESC="Concurrent Versions System"
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="GPL"
    1.14 +WEB_SITE="https://nongnu.org/cvs/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="http://cvs.nongnu.org/"
    1.18 -WGET_URL="http://ftp.gnu.org/non-gnu/cvs/source/stable/$VERSION/$TARBALL"
    1.19 -TAGS="version-control versioning"
    1.20 +WGET_URL="http://ftp.gnu.org/non-gnu/$PACKAGE/source/feature/$VERSION/$TARBALL"
    1.21  
    1.22  DEPENDS="libcomerr libcomerr3 libcrypto libkrb5"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	./configure -C --prefix=/usr \
    1.28 +	./configure \
    1.29 +		-C \
    1.30 +		--prefix=/usr \
    1.31  		--with-ssh \
    1.32 -		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.33 +		--mandir=/usr/share/man \
    1.34 +		$CONFIGURE_ARGS &&
    1.35  	make &&
    1.36  	make DESTDIR=$DESTDIR install
    1.37  }
    1.38 @@ -29,4 +33,3 @@
    1.39  	mkdir -p $fs/usr/bin
    1.40  	cp -a $install/usr/bin/cvs* $fs/usr/bin
    1.41  }
    1.42 -