wok-next diff gphoto2/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 54b2e9887317
children b7319995b37e
line diff
     1.1 --- a/gphoto2/receipt	Tue May 17 17:22:40 2011 +0000
     1.2 +++ b/gphoto2/receipt	Sat May 28 18:20:04 2011 +0000
     1.3 @@ -5,13 +5,14 @@
     1.4  CATEGORY="graphics"
     1.5  SHORT_DESC="digital camera download and access program"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 -DEPENDS="libexif jpeg libgphoto2 readline popt libltdl ncurses"
     1.8 -BUILD_DEPENDS="jpeg-dev libexif-dev libgphoto2 libgphoto2-dev readline readline-dev popt popt-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://www.gphoto.org" 
    1.11  WGET_URL="$SF_MIRROR/gphoto/$TARBALL"
    1.12  TAGS="camera photo"
    1.13  
    1.14 +DEPENDS="libexif jpeg libgphoto2 readline popt libltdl ncurses"
    1.15 +BUILD_DEPENDS="jpeg-dev libgphoto2-dev readline readline-dev popt popt-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {