open-src/app/xauth/Makefile
changeset 1179 4ad971e180c3
parent 1068 0dc26c96a5af
equal deleted inserted replaced
1178:859fc7cfa429 1179:4ad971e180c3
    31 # pkg(5) name we deliver the files in (override default)
    31 # pkg(5) name we deliver the files in (override default)
    32 MODULE_PKGNAME=x11/session/$(MODULE_NAME)
    32 MODULE_PKGNAME=x11/session/$(MODULE_NAME)
    33 MODULE_PKGNAME_SET=yes
    33 MODULE_PKGNAME_SET=yes
    34 
    34 
    35 # Version number (used in path names)
    35 # Version number (used in path names)
    36 MODULE_VERSION=1.0.5
    36 MODULE_VERSION=1.0.6
    37 
    37 
    38 # Checksums for upstream tarball
    38 # Checksums for upstream tarball
    39 TARBALL_MD5  = 46fc44e5e947d3720f3be5054044ff0e
    39 TARBALL_MD5  = 105f5b00bb9293b3db36f7e500d4f950
    40 TARBALL_SHA1 = 6d94b5822e8ce08630a8ff510230246d5ed45290
    40 TARBALL_SHA1 = 10a68367ecc60a641b9aa89e6f24f7ca71f23874
    41 
    41 
    42 # Patches to apply to source after unpacking, in order
    42 # Patches to apply to source after unpacking, in order
    43 SOURCE_PATCHES = 
    43 SOURCE_PATCHES = 
    44 
    44 
    45 # Man pages to apply Sun footer to & attributes to list
    45 # Man pages to apply Sun footer to & attributes to list
    46 SUNTOUCHED_MANPAGES=*.man
    46 SUNTOUCHED_MANPAGES=man/xauth.man
    47 MODULE_STABILITY=Committed
    47 MODULE_STABILITY=Committed
    48 
    48 
    49 # ARC cases that covered this module
    49 # ARC cases that covered this module
    50 # PSARC/2004/469 xauth -n
    50 # PSARC/2004/469 xauth -n
    51 MODULE_ARC_CASES = PSARC/2004/469
    51 MODULE_ARC_CASES = PSARC/2004/469