wok-next diff punjab/receipt @ rev 10721
postfix: Fixed uid for postdrop group and postfix user. We should use uid 75 for postfix user and uid 73 for postdrop. Postdrop group was seting itself to 1000 uid before.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 28 18:20:04 2011 +0000 (2011-05-28) |
parents | 9a3b496df3cf |
children | d93669633705 |
line diff
1.1 --- a/punjab/receipt Thu Feb 05 17:08:03 2009 +0000 1.2 +++ b/punjab/receipt Sat May 28 18:20:04 2011 +0000 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="punjab" 1.7 -VERSION="0.13" 1.8 +VERSION="0.14" 1.9 CATEGORY="network" 1.10 SHORT_DESC="HTTP jabber proxy allowing persistent client connections." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://punjab.sourceforge.net" 1.15 -WGET_URL="http://code.stanziq.com/cgit/$PACKAGE/$PACKAGE/snapshot/$TARBALL" 1.16 +WGET_URL="http://code.stanziq.com/$PACKAGE/releases/$TARBALL" 1.17 DEPENDS="python twisted twisted-words twisted-web twisted-conch pyopenssl" 1.18 -BUILD_DEPENDS="python" 1.19 +BUILD_DEPENDS="python python-dev" 1.20 CONFIG_FILES="/etc/punjab.tac" 1.21 1.22 # Rules to configure and make the package.