svn commit: r323251 - in head/devel/tcllib: . files

Pietro Cerutti gahr at FreeBSD.org
Thu Jul 18 18:14:52 UTC 2013


Author: gahr
Date: Thu Jul 18 18:14:51 2013
New Revision: 323251
URL: http://svnweb.freebsd.org/changeset/ports/323251

Log:
  - Fix struct/queue package index, was missing struct::queue version bump
  - Bump PORTREVISION
  
  Reported by:	Peggy Wilkins <mozart at lib.uchicago.edu>
  Obtained from:	http://core.tcl.tk/tcllib/info/91f14dfd0a

Added:
  head/devel/tcllib/files/patch-91f14dfd0a   (contents, props changed)
Modified:
  head/devel/tcllib/Makefile

Modified: head/devel/tcllib/Makefile
==============================================================================
--- head/devel/tcllib/Makefile	Thu Jul 18 18:02:53 2013	(r323250)
+++ head/devel/tcllib/Makefile	Thu Jul 18 18:14:51 2013	(r323251)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tcllib
 PORTVERSION=	1.15
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel tcl
 MASTER_SITES=	SF
 

Added: head/devel/tcllib/files/patch-91f14dfd0a
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/tcllib/files/patch-91f14dfd0a	Thu Jul 18 18:14:51 2013	(r323251)
@@ -0,0 +1,17 @@
+Index: modules/struct/pkgIndex.tcl
+==================================================================
+--- modules/struct/pkgIndex.tcl
++++ modules/struct/pkgIndex.tcl
+@@ -1,10 +1,10 @@
+ if {![package vsatisfies [package provide Tcl] 8.2]} {return}
+ package ifneeded struct            2.1   [list source [file join $dir struct.tcl]]
+ package ifneeded struct            1.4   [list source [file join $dir struct1.tcl]]
+ 
+-package ifneeded struct::queue     1.4.4 [list source [file join $dir queue.tcl]]
++package ifneeded struct::queue     1.4.5 [list source [file join $dir queue.tcl]]
+ package ifneeded struct::stack     1.5.3 [list source [file join $dir stack.tcl]]
+ package ifneeded struct::tree      2.1.2 [list source [file join $dir tree.tcl]]
+ package ifneeded struct::matrix    2.0.2 [list source [file join $dir matrix.tcl]]
+ package ifneeded struct::pool      1.2.1 [list source [file join $dir pool.tcl]]
+ package ifneeded struct::record    1.2.1 [list source [file join $dir record.tcl]]
+


More information about the svn-ports-all mailing list