wok-6.x diff postfix-mysql/receipt @ rev 23042
gcc83-lib-base: add /usr/libgcc83/libstdc++.la
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 05 12:13:42 2020 +0100 (2020-03-05) |
parents | 6b06abdea831 |
children |
line diff
1.1 --- a/postfix-mysql/receipt Thu Apr 20 17:05:52 2017 +0200 1.2 +++ b/postfix-mysql/receipt Thu Mar 05 12:13:42 2020 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="postfix-mysql" 1.7 -VERSION="3.2.0" 1.8 +VERSION="3.4.5" 1.9 CATEGORY="network" 1.10 SHORT_DESC="MySQL support for Postfix." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="other" 1.13 WEB_SITE="http://www.postfix.org/" 1.14 -WANTED="postfix" 1.15 1.16 DEPENDS="postfix libmysqlclient" 1.17 +WANTED="postfix" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 @@ -17,4 +17,3 @@ 1.22 mkdir -p $fs/usr/lib/postfix/ 1.23 cp -a $src/src/global/dict_mysql.o $fs/usr/lib/postfix 1.24 } 1.25 -