aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2014-08-13 01:31:09 +0800
committerbdrewery <bdrewery@FreeBSD.org>2014-08-13 01:31:09 +0800
commit939b8b28a5b11f14af497465186326737c992cf9 (patch)
tree4dd6d0c4e17c8beee6b6f335a6317b7057ca9877 /ports-mgmt
parentd588dbca0ab87076b3fe78504216583bdf72649b (diff)
downloadfreebsd-ports-gnome-939b8b28a5b11f14af497465186326737c992cf9.tar.gz
freebsd-ports-gnome-939b8b28a5b11f14af497465186326737c992cf9.tar.zst
freebsd-ports-gnome-939b8b28a5b11f14af497465186326737c992cf9.zip
- Update to 1.3.6
Changes: * Fix bringing in i386-wine* as a dependency (requires rebuilding the wine package). This is fixed, for now, by not considering shlibs as provided by a package if they do not match the target architecture. (#922) !!! You should delete the i386-wine and i386-wine-devel !!! !!! packages from your repository so they rebuild. !!! !!! Bumping of PORTREVISION is pending due to the !!! !!! nature of these ports. !!! * Fix auto reinstallation of packages when shlibs/dependencies change. This will force a 'pkg update' to run to rebuild the local repository. Using -U will not work until this is done. (#933) * Fix 'pkg rquery %Av' (requires rerunning pkg-repo on remote) (#925) * Fix pkg_solve_sat_problem assertions (#915) * Fix 'pkg install -f' (#912) 'pkg install -R[f]' is still known to not work (#926) * Fix 'pkg rquery -e' (#910) * Fix 'size mismatch' errors requiring 'pkg update -f' (#906) * Fix other cases of 'pkg update -f' being required. * Fix 'pkg clean' to show files before confirming (#887) * Fix upgrade/install not showing meta packages in the output (#909) * Fix 'pkg autoremove -n' asking for confirmation * Fix 'pkg lock' not being respected for forced operations (#911, #937). Note that a locked package may still be deleted if the solver determines it is no longer needed. * Fix 'pkg delete -q' * Replace the SAT solver with Picosat (#914). This is much more mature and stable than our previous solver. It, along with other work, fixes many issues with solving upgrades. * 'pkg ssh' fixes * Do not consider shlib versions for package provides/requires as there is discrepency in what packages provide and what other require. For now only rely on libname.so. With hat: portmgr
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/pkg/Makefile6
-rw-r--r--ports-mgmt/pkg/distinfo4
2 files changed, 5 insertions, 5 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile
index c4808043f601..2e2f65e772fa 100644
--- a/ports-mgmt/pkg/Makefile
+++ b/ports-mgmt/pkg/Makefile
@@ -1,12 +1,12 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.3.5.1
+DISTVERSION= 1.3.6
CATEGORIES= ports-mgmt
MASTER_SITES= \
- http://files.etoilebsd.net/${PORTNAME}/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
- LOCAL/portmgr
+ LOCAL/portmgr \
+ http://files.etoilebsd.net/${PORTNAME}/ \
MAINTAINER= portmgr@FreeBSD.org
COMMENT= Package manager
diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo
index b5f215a2645a..002d1ce90944 100644
--- a/ports-mgmt/pkg/distinfo
+++ b/ports-mgmt/pkg/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.3.5.1.tar.xz) = aaefdd30d2f0b11cd0a3f527104720abf6315c9007c96e71f21813a03284dd6d
-SIZE (pkg-1.3.5.1.tar.xz) = 1706540
+SHA256 (pkg-1.3.6.tar.xz) = b0fe9248b7d3e980875f6519edeb880f6e3fb84d506764641cbd08913f151d4e
+SIZE (pkg-1.3.6.tar.xz) = 1777976