wok 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 8f633e989eed
children 4228409cad42
files cvs-contrib/receipt cvs/receipt
line diff
     1.1 --- a/cvs-contrib/receipt	Mon Feb 18 11:22:40 2019 +0100
     1.2 +++ b/cvs-contrib/receipt	Mon Feb 18 14:21:45 2019 +0100
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cvs-contrib"
     1.7 -VERSION="1.11.23"
     1.8 +VERSION="1.12.13"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="CVS contrib utilities"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL"
    1.13 +WEB_SITE="https://nongnu.org/cvs/"
    1.14 +
    1.15  WANTED="cvs"
    1.16 -WEB_SITE="http://cvs.nongnu.org/"
    1.17 -
    1.18  DEPENDS="libcomerr libcrypto libkrb5"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 @@ -19,4 +19,3 @@
    1.22  	
    1.23  	rm -f $fs/usr/share/cvs/contrib/intro.doc
    1.24  }
    1.25 -
     2.1 --- a/cvs/receipt	Mon Feb 18 11:22:40 2019 +0100
     2.2 +++ b/cvs/receipt	Mon Feb 18 14:21:45 2019 +0100
     2.3 @@ -1,24 +1,28 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="cvs"
     2.7 -VERSION="1.11.23"
     2.8 +VERSION="1.12.13"
     2.9  CATEGORY="development"
    2.10 +TAGS="version-control versioning"
    2.11  SHORT_DESC="Concurrent Versions System"
    2.12  MAINTAINER="erjo@slitaz.org"
    2.13  LICENSE="GPL"
    2.14 +WEB_SITE="https://nongnu.org/cvs/"
    2.15 +
    2.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.17 -WEB_SITE="http://cvs.nongnu.org/"
    2.18 -WGET_URL="http://ftp.gnu.org/non-gnu/cvs/source/stable/$VERSION/$TARBALL"
    2.19 -TAGS="version-control versioning"
    2.20 +WGET_URL="http://ftp.gnu.org/non-gnu/$PACKAGE/source/feature/$VERSION/$TARBALL"
    2.21  
    2.22  DEPENDS="libcomerr libcomerr3 libcrypto libkrb5"
    2.23  
    2.24  # Rules to configure and make the package.
    2.25  compile_rules()
    2.26  {
    2.27 -	./configure -C --prefix=/usr \
    2.28 +	./configure \
    2.29 +		-C \
    2.30 +		--prefix=/usr \
    2.31  		--with-ssh \
    2.32 -		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    2.33 +		--mandir=/usr/share/man \
    2.34 +		$CONFIGURE_ARGS &&
    2.35  	make &&
    2.36  	make DESTDIR=$DESTDIR install
    2.37  }
    2.38 @@ -29,4 +33,3 @@
    2.39  	mkdir -p $fs/usr/bin
    2.40  	cp -a $install/usr/bin/cvs* $fs/usr/bin
    2.41  }
    2.42 -