Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jul 2004 17:58:23 +0200
From:      Radim Kolar <hsn@netmag.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        hsn@netmag.cz
Subject:   ports/69715: [MU] sysutils/portindex: update to 18
Message-ID:  <E1Bpqox-0007uH-Nk@sanatana.dharma>
Resent-Message-ID: <200407281630.i6SGUL3V076739@freefall.freebsd.org>

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

>Number:         69715
>Category:       ports
>Synopsis:       [MU] sysutils/portindex: update to 18
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 28 16:30:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Radim Kolar
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD sanatana.dharma 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #9: Tue Jul 27 11:13:42 CEST 2004
>Description:
- Update to 18. 

This minor bugfix update is specialy targeted at users of
portindex < 16. Users of v17 can safely ignore this update unless updateall
script crash at them.

Changes:

1. Dependences expanding is faster and uses less stack
2. query script is slightly more intelligent in searching for correct or suggested package names
3. Added versioning support to portindex.pck file. You will no longer need to delete this file by hand -- program can now handle this itself. Your database
will be full-rebuilded while updating to v18.
4. Fixed crash in updateall script on deleted ports due to unsatisfied depends.
5. minorupdates config option is back

Port maintainer (hsn@netmag.cz) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- portindex-18.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/portindex/Makefile /home/hsn/myports/portindex/Makefile
--- /usr/ports/sysutils/portindex/Makefile	Tue Jul 20 18:27:11 2004
+++ /home/hsn/myports/portindex/Makefile	Wed Jul 28 17:40:13 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	portindex
-PORTVERSION=	17
+PORTVERSION=	18
 CATEGORIES=	sysutils
 MASTER_SITES=	http://people.tecnik93.com/~radim/distfiles/
 DISTNAME=	bsdportsutils-${PORTVERSION}
@@ -31,12 +31,15 @@
 EXECUTABLES=	portindex portreadmes portindexdb
 
 OPTIONS=	PKGHISTORY "Install pkghistory package" off \
+		MINORUPDATES "Install point/minor/stealth updates scripts" off \
 		MISCTOOLS "Install updateall script" off
 
 .include <bsd.port.pre.mk>
 
+.ifdef WITH_MINORUPDATES
 SOURCES+=	${MINORUPDATES}
 EXECUTABLES+=	${MINORUPDATES}
+.endif
 
 .ifdef WITH_MISCTOOLS
 .ifndef WITH_PKGHISTORY
diff -ruN --exclude=CVS /usr/ports/sysutils/portindex/distinfo /home/hsn/myports/portindex/distinfo
--- /usr/ports/sysutils/portindex/distinfo	Tue Jul 20 18:27:11 2004
+++ /home/hsn/myports/portindex/distinfo	Wed Jul 28 17:39:20 2004
@@ -1,2 +1,2 @@
-MD5 (bsdportsutils-17.tar.gz) = f3d9829c96e012db87527c78d47671b8
-SIZE (bsdportsutils-17.tar.gz) = 23041
+MD5 (bsdportsutils-18.tar.gz) = 75f59389ce4d5ce798500fd99df8741d
+SIZE (bsdportsutils-18.tar.gz) = 23510
--- portindex-18.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Bpqox-0007uH-Nk>