Date: Thu, 18 Oct 2012 05:02:06 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306052 - in head/ports-mgmt: portupgrade portupgrade-devel Message-ID: <201210180502.q9I526AJ050116@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Thu Oct 18 05:02:06 2012 New Revision: 306052 URL: http://svn.freebsd.org/changeset/ports/306052 Log: - Update to 2.4.10.1 Changes: * Fixes pkgdb stale lock when cleaning shared libraries * Fixes pkgng code causing 'pkg set -o' to be called when not needed. Feature safe: yes Modified: head/ports-mgmt/portupgrade-devel/Makefile head/ports-mgmt/portupgrade-devel/distinfo head/ports-mgmt/portupgrade/Makefile head/ports-mgmt/portupgrade/distinfo Modified: head/ports-mgmt/portupgrade-devel/Makefile ============================================================================== --- head/ports-mgmt/portupgrade-devel/Makefile Thu Oct 18 04:13:27 2012 (r306051) +++ head/ports-mgmt/portupgrade-devel/Makefile Thu Oct 18 05:02:06 2012 (r306052) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portupgrade -PORTVERSION= 20121014 +PORTVERSION= 20121017 PORTEPOCH= 3 CATEGORIES= ports-mgmt MASTER_SITES= GH \ @@ -22,7 +22,7 @@ CONFLICTS_INSTALL= portupgrade-[0-9]* USE_GITHUB= yes GH_ACCOUNT= pkgtools GH_PROJECT= pkgtools -GH_COMMIT= 9b00ac7 +GH_COMMIT= d4635c2 GH_TAGNAME= ${GH_COMMIT} DIST_SUBDIR= ${PORTNAME} Modified: head/ports-mgmt/portupgrade-devel/distinfo ============================================================================== --- head/ports-mgmt/portupgrade-devel/distinfo Thu Oct 18 04:13:27 2012 (r306051) +++ head/ports-mgmt/portupgrade-devel/distinfo Thu Oct 18 05:02:06 2012 (r306052) @@ -1,2 +1,2 @@ -SHA256 (portupgrade/pkgtools-pkgtools-20121014-0-g9b00ac7.tar.gz) = 2eef79c39ba3f2bcdd11c1faf06312c00245dc41d6942157f70b3f16136e6d08 -SIZE (portupgrade/pkgtools-pkgtools-20121014-0-g9b00ac7.tar.gz) = 104883 +SHA256 (portupgrade/pkgtools-pkgtools-20121017-0-gd4635c2.tar.gz) = bda6fc93c57268f90c8d1cafe5be21386c1b7724f5024152458b5a420dc44864 +SIZE (portupgrade/pkgtools-pkgtools-20121017-0-gd4635c2.tar.gz) = 104986 Modified: head/ports-mgmt/portupgrade/Makefile ============================================================================== --- head/ports-mgmt/portupgrade/Makefile Thu Oct 18 04:13:27 2012 (r306051) +++ head/ports-mgmt/portupgrade/Makefile Thu Oct 18 05:02:06 2012 (r306052) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portupgrade -PORTVERSION= 2.4.10 +PORTVERSION= 2.4.10.1 PORTEPOCH= 2 CATEGORIES= ports-mgmt MASTER_SITES= SF/portupgrade/pkgtools/dist/ \ Modified: head/ports-mgmt/portupgrade/distinfo ============================================================================== --- head/ports-mgmt/portupgrade/distinfo Thu Oct 18 04:13:27 2012 (r306051) +++ head/ports-mgmt/portupgrade/distinfo Thu Oct 18 05:02:06 2012 (r306052) @@ -1,2 +1,2 @@ -SHA256 (portupgrade/pkgtools-2.4.10.tar.bz2) = 58479294b929d03d14a0444a95784dad13c3c799852ed8b489b43df26aaeb0c4 -SIZE (portupgrade/pkgtools-2.4.10.tar.bz2) = 84511 +SHA256 (portupgrade/pkgtools-2.4.10.1.tar.bz2) = 22c881b7673407c0757ac8192c24f520f6696f99c6117aa1b7c5a9a8ca6f21eb +SIZE (portupgrade/pkgtools-2.4.10.1.tar.bz2) = 84617
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210180502.q9I526AJ050116>