pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/jam Update to the 2.5 release. The previous vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c4679cda233
branches:  trunk
changeset: 480274:3c4679cda233
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Sep 04 13:56:46 2004 +0000

description:
Update to the 2.5 release. The previous version in pkgsrc was
actually 2.5rc1. From the changelog:

* Jam 2.5 is merely Jam 2.5rc3 of April 2003 with the rc3
    moniker removed.)

* Using SubDir to include a subpart of an SubDir tree now works.
    Previously, you could only include the root of another SubDir
    tree. This example includes the ../server/support/Jamfile,
    without getting confused as to the current directory:

        SubDir ALL src builds ;
        SubInclude ALL src server support ;

* Undocumented support for SUBDIRRULES, user-provided rules to
    invoke at the end of the SubDir rule, and SUBDIRRESET, SUBDIR
    variables to reset (like SUBDIRC++FLAGS, SUBDIRHDRS, etc) for
    each new SubDir.

* Remove NT FQuote rule, as, \" is required to pass quotes on the
    command line.

* Remove temp .bat files created on NT. They used to all have the
    same name and get reused, but with 2.5 the names were salted
    with the PID and they would litter $TEMP. Now they get removed
    after being used.

Set DIST_SUBDIR since Perforce seems to make a habit of updating
distfiles without changing filenames. (This occurrence spotted by
Lars Nordlund.) The zip file no longer extracts into a subdir; set
WRKSRC accordingly.

Bump PKGREVISION.

diffstat:

 devel/jam/Makefile |  6 +++++-
 devel/jam/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r fd5d4b6a09c2 -r 3c4679cda233 devel/jam/Makefile
--- a/devel/jam/Makefile        Sat Sep 04 13:45:05 2004 +0000
+++ b/devel/jam/Makefile        Sat Sep 04 13:56:46 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2004/07/07 19:40:04 schmonz Exp $
+# $NetBSD: Makefile,v 1.6 2004/09/04 13:56:46 schmonz Exp $
 #
 
 DISTNAME=      jam-2.5
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ftp://ftp.perforce.com/pub/jam/
 EXTRACT_SUFX=  .zip
@@ -12,6 +13,9 @@
 
 CONFLICTS=     acunia-jam-[0-9]*
 
+DIST_SUBDIR=   ${PKGNAME}
+WRKSRC=                ${WRKDIR}
+
 DOCDIR=                share/doc/${PKGBASE}
 HTMLDIR=       share/doc/html/${PKGBASE}
 
diff -r fd5d4b6a09c2 -r 3c4679cda233 devel/jam/distinfo
--- a/devel/jam/distinfo        Sat Sep 04 13:45:05 2004 +0000
+++ b/devel/jam/distinfo        Sat Sep 04 13:56:46 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2004/07/07 19:40:04 schmonz Exp $
+$NetBSD: distinfo,v 1.4 2004/09/04 13:56:46 schmonz Exp $
 
-SHA1 (jam-2.5.zip) = 89f0eeb52b8566e3cf065f40124fa08d7cb5ac33
-Size (jam-2.5.zip) = 193624 bytes
+SHA1 (jam-2.5nb1/jam-2.5.zip) = 794a3f4483315c6b9f010f03b592646d3815328c
+Size (jam-2.5nb1/jam-2.5.zip) = 191864 bytes



Home | Main Index | Thread Index | Old Index