svn commit: r319496 - head/ports-mgmt/pkg-devel

Baptiste Daroussin bapt at FreeBSD.org
Fri May 31 14:42:26 UTC 2013


Author: bapt
Date: Fri May 31 14:42:25 2013
New Revision: 319496
URL: http://svnweb.freebsd.org/changeset/ports/319496

Log:
  Update to 1.1.0.b3:
  - Fix the solver endlessly proposing to reinstall some packages [1]
  - Fix a typo in repository configuration parser
  - Explain why a package is being reinstalled
  
  Reported and tested by:	Nikolai Lifanov <lifanov at mail.lifanov.com> [1]

Modified:
  head/ports-mgmt/pkg-devel/Makefile
  head/ports-mgmt/pkg-devel/distinfo

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Fri May 31 14:40:56 2013	(r319495)
+++ head/ports-mgmt/pkg-devel/Makefile	Fri May 31 14:42:25 2013	(r319496)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.1.0.b2
+DISTVERSION=	1.1.0.b3
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://files.etoilebsd.net/pkg/ \
 		http://mirror.shatow.net/freebsd/${PORTNAME}/ \

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Fri May 31 14:40:56 2013	(r319495)
+++ head/ports-mgmt/pkg-devel/distinfo	Fri May 31 14:42:25 2013	(r319496)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.1.0.b2.tar.xz) = df6a5d042daa073e33b3bda1c843e3a6dfe9367badbf3996f29e2190d4e48e5b
-SIZE (pkg-1.1.0.b2.tar.xz) = 1549240
+SHA256 (pkg-1.1.0.b3.tar.xz) = 5187eaebe6b2813eb5efa0430c3b598eb99cbbd2c2afe994c563dfad8306669c
+SIZE (pkg-1.1.0.b3.tar.xz) = 1549396


More information about the svn-ports-head mailing list