Subject: CVS commit: wip/pkg_summary-utils/files
From: Aleksey Cheusov
Date: 2011-03-27 22:11:29
Message id: E1Q3wJO-0002Wz-AZ@sfs-ml-4.v29.ch3.sourceforge.com

Log Message:

version -> 0.53

  Long options have been removed from all utilities.

  Fix in comparing dewey versions: (N.0 > N problem)

  pkg_summary2deps:
     - Now it works correctly if multiple packages per
       (PKGPATH, ASSIGNMENTS) pair are available in input summary.

     - Now multiple conditions for the same package, e.g
       "apache-1.3.* AND apache>=1.3" are handled correctly.

     - Now -N and -P options accept absolute and relative
        filename as argument.

  pkg_digger.in:
     - Workaround for buggy /bin/sh on DragonFly and FreeBSD<=N.M.
       On these systems the following code
                set -e; if eval false; then ...; fi
       doesn't work correctly. Due to this problem pkg_digger failed.

  pkg_bin_summary:
     - Field ASSIGNMENTS is set with a help of recently introduced
       field MULTI in "Build information" section of the binary
       package.  Hardcoded rules have been removed.

Files:
RevisionActionfile
1.75modifywip/pkg_summary-utils/files/NEWS
1.59modifywip/pkg_summary-utils/files/version.mk
1.95modifywip/pkg_summary-utils/files/tests/test.sh