Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2006 18:18:48 +0100 (BST)
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100759: [maintainer] sysutils/p5-FreeBSD-Portindex update to 1.7
Message-ID:  <200607231718.k6NHImgw029289@happy-idiot-talk.infracaninophile.co.uk>
Resent-Message-ID: <200607231720.k6NHKGjP016016@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100759
>Category:       ports
>Synopsis:       [maintainer] sysutils/p5-FreeBSD-Portindex update to 1.7
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 23 17:20:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 4.11-STABLE FreeBSD 4.11-STABLE #103: Wed Jun 14 21:21:59 BST 2006 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386


	
>Description:

This is primarily a bug fix update.  From the Changes file:

1.7 Tue Jul 18 19:45:00 2006

        - Following some useful e-mail discussions with Mark Linimon
          and Dan Langille, switch to using the MASTER_PORT variable
          to detect master/slave relationships between ports.
          MASTER_PORT will be set in every slave port whereas
          MASTERDIR doesn't have to be.  Here a slave port is one
          defined as using port metadata from some other port, and
          doesn't have to go as far as requiring both master and slave
          to use the same Makefile and other ports infrastructure.

1.7 Sat Jul 22 20:13:00 2006

        - Keep track of the version of the software used to create the
          cache, and prompt for a cache rebuild if the software has
          been upgraded since.  A cache rebuild is definitely required
          for the 1.6 -> 1.7 update.

1.7 Sun Jul 23 10:56:00 2006

        - Don't quit on errors parsing make variables at the cache-init
          or cache-update stage.  Print copious error messages, but carry
          on processing.  Entries for ports that fail at this stage will
          not be created in the cache.

There will be a number of error messages similar to the following when
running cache-init or cache-update:

FreeBSD::Portindex::Port:new_from_make_vars():/usr/ports/emulators/linux_base-gentoo-stage1(linux_base-gentoo-stage1-2006.0_2) -- warning MASTER_PORT=/usr/ports/emulators/linux_dist-gentoo-stage1/ not in expected format

These are warnings only, and no cause for alarm. This release of
FreeBSD::Portindex works around the problem and inserts a corrected
value into the cache.


>How-To-Repeat:
	
>Fix:

	

--- p5-FreeBSD-Portindex.diff begins here ---
diff -Nur /usr/ports/sysutils/p5-FreeBSD-Portindex/Makefile p5-FreeBSD-Portindex/Makefile
--- /usr/ports/sysutils/p5-FreeBSD-Portindex/Makefile	Sat Jul  1 11:19:15 2006
+++ p5-FreeBSD-Portindex/Makefile	Sun Jul 23 17:53:11 2006
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/sysutils/p5-FreeBSD-Portindex/Makefile,v 1.7 2006/06/25 16:04:23 itetcu Exp $
 
 PORTNAME=	FreeBSD-Portindex
-PORTVERSION=	1.6
+PORTVERSION=	1.7
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	http://www.infracaninophile.co.uk/portindex/
 PKGNAMEPREFIX=	p5-
diff -Nur /usr/ports/sysutils/p5-FreeBSD-Portindex/distinfo p5-FreeBSD-Portindex/distinfo
--- /usr/ports/sysutils/p5-FreeBSD-Portindex/distinfo	Sat Jul  1 11:19:15 2006
+++ p5-FreeBSD-Portindex/distinfo	Sun Jul 23 17:53:26 2006
@@ -1,3 +1,3 @@
-MD5 (FreeBSD-Portindex-1.6.tar.bz2) = 0c282a3d6b9180c94158c4c3551668b3
-SHA256 (FreeBSD-Portindex-1.6.tar.bz2) = 8c0506b733c70760b94c250325423b5b76d82fffcba1c0add99a4035e07b042b
-SIZE (FreeBSD-Portindex-1.6.tar.bz2) = 27889
+MD5 (FreeBSD-Portindex-1.7.tar.bz2) = 47a58a8bdf2a6bcff0b25539e28934e4
+SHA256 (FreeBSD-Portindex-1.7.tar.bz2) = 0bd775fd12a5a8d3edfd876a7ae3d5be667e01921989a5fe5d7fbe5d87f799f7
+SIZE (FreeBSD-Portindex-1.7.tar.bz2) = 29110
--- p5-FreeBSD-Portindex.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607231718.k6NHImgw029289>