wok diff tls/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents c3333f613204
children 5f6c5106b1f5
line diff
     1.1 --- a/tls/receipt	Wed Jul 04 21:29:42 2012 +0000
     1.2 +++ b/tls/receipt	Tue Apr 06 13:52:57 2021 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="OpenSSL Tcl extension."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="openssl tcl"
     1.8 -BUILD_DEPENDS="openssl-dev tcl-dev"
     1.9 +LICENSE="MIT"
    1.10  TARBALL="${PACKAGE}${VERSION}-src.tar.gz"
    1.11  WEB_SITE="http://tls.sourceforge.net/"
    1.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.13  
    1.14 +DEPENDS="openssl tcl"
    1.15 +BUILD_DEPENDS="openssl-dev tcl-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {