ports/69316: [PATCH] sysutils/portindex: update to 17

Radim Kolar hsn at netmag.cz
Mon Jul 19 22:30:18 UTC 2004


>Number:         69316
>Category:       ports
>Synopsis:       [PATCH] sysutils/portindex: update to 17
>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:   Mon Jul 19 22:30:17 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Radim Kolar
>Release:        FreeBSD 5.2.1-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD sanatana.dharma 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #7: Mon May 10 17:15:51 CEST 2004
>Description:
- Update to 17, bugfix release
- added pointupdates tool
- do not crash when generating port with incomplete depends
- keep unresolved cfg option was reversed by mistake
- updateall: print generating readme.html
- updateall: ports with unresolved depends needs to be removed from
in-memory list also
- do not warn about missing port multiple times
- check for write errors while generating readme.html

Port maintainer (hsn at netmag.cz) is cc'd.
Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- portindex-17.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/portindex/Makefile /home/hsn/myports/portindex/Makefile
--- /usr/ports/sysutils/portindex/Makefile	Mon Jul 19 18:07:31 2004
+++ /home/hsn/myports/portindex/Makefile	Mon Jul 19 21:47:05 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	portindex
-PORTVERSION=	16
+PORTVERSION=	17
 CATEGORIES=	sysutils
 MASTER_SITES=	http://people.tecnik93.com/~radim/distfiles/
 DISTNAME=	bsdportsutils-${PORTVERSION}
@@ -23,7 +23,7 @@
 PLIST_FILES=	etc/portindex.conf.sample
 PORTINDEX=	bsdpkg freebsdports indexer updatereadmes config \
 		portindexdb
-MINORUPDATES=	minorupdates stealthupdates
+MINORUPDATES=	minorupdates stealthupdates pointupdates
 MISCTOOLS=	updateall
 PKGHISTORY=	loadindex query updinst
 
diff -ruN --exclude=CVS /usr/ports/sysutils/portindex/README.html /home/hsn/myports/portindex/README.html
--- /usr/ports/sysutils/portindex/README.html	Mon Jul 19 21:45:53 2004
+++ /home/hsn/myports/portindex/README.html	Mon Jul 12 18:36:14 2004
@@ -11,7 +11,7 @@
 
     <p>You are now in the directory for the port "sysutils/portindex".</p>
 
-    <p>The package name of this port is "portindex-16".</p>
+    <p>The package name of this port is "portindex-15".</p>
 
     <p>This is the one-line description for this port:</p>
     <hr>
@@ -22,15 +22,15 @@
     <hr>
 
     <p>Please read the "<a href="pkg-descr">description file</a>" for a
-    longer description and/or visit the <a href="http://home.tiscali.cz/~cz210552/bsdportsutils.html">web site</a> for futher informations.</p>
+    longer description.</p>
 
     <p>If needed, you may contact the <a href=
     "mailto:hsn at netmag.cz">maintainer</a> of this port or the port <a href=
     "mailto:ports at FreeBSD.org">mailing-list</a>.</p>
 
-    <p>This port requires package(s) "python-2.3.4_1" to build.</p>
+    <p>This port requires package(s) "python-2.3.4" to build.</p>
 
-    <p>This port requires package(s) "expat-1.95.7 gettext-0.13.1_1 libiconv-1.9.2 postgresql-7.4.3 py23-PyGreSQL-3.4_1,1 py23-mx-base-2.0.5 python-2.3.4_1" to run.</p>
+    <p>This port requires package(s) "expat-1.95.7 gettext-0.13.1_1 libiconv-1.9.1_3 postgresql-7.4.3 py23-PyGreSQL-3.4_1,1 py23-mx-base-2.0.5 python-2.3.4" to run.</p>
 
     <p>Go to the <a href="../../README.html">top of the ports tree</a> for
     a summary on how to use the ports collection.</p>
diff -ruN --exclude=CVS /usr/ports/sysutils/portindex/distinfo /home/hsn/myports/portindex/distinfo
--- /usr/ports/sysutils/portindex/distinfo	Mon Jul 19 18:07:31 2004
+++ /home/hsn/myports/portindex/distinfo	Tue Jul 20 00:13:25 2004
@@ -1,2 +1,2 @@
-MD5 (bsdportsutils-16.tar.gz) = 60dd00ee94986dca77c6a7de2304a97d
-SIZE (bsdportsutils-16.tar.gz) = 21857
+MD5 (bsdportsutils-17.tar.gz) = f3d9829c96e012db87527c78d47671b8
+SIZE (bsdportsutils-17.tar.gz) = 23041
diff -ruN --exclude=CVS /usr/ports/sysutils/portindex/files/pointupdates.sh /home/hsn/myports/portindex/files/pointupdates.sh
--- /usr/ports/sysutils/portindex/files/pointupdates.sh	Thu Jan  1 01:00:00 1970
+++ /home/hsn/myports/portindex/files/pointupdates.sh	Mon Jul 19 21:47:28 2004
@@ -0,0 +1,2 @@
+#! /bin/sh
+exec /usr/bin/env python %%DATADIR%%/pointupdates.py $*
--- portindex-17.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list