Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2013 22:37:48 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312680 - head/ports-mgmt/pkg
Message-ID:  <201302202237.r1KMbmAp057767@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Feb 20 22:37:48 2013
New Revision: 312680
URL: http://svnweb.freebsd.org/changeset/ports/312680

Log:
  - update to 1.0.8
  - changes:
    * libpkg: When reseting a package reset the associated flags
    * libpkg: Allow to build with newer and older libarchive
    * Fix pkg clean trying to get information on non existing packages
    * Fix build with bmake
    * Fix multi repository save remote repository to wrong database
    * Fix pkg repo incremental update
    * Return an error when one of the repository failed to update in multi repo
      mode
    * Fix dragonfly abi detection to fit the way dragonfly development is done

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

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Wed Feb 20 22:32:32 2013	(r312679)
+++ head/ports-mgmt/pkg/Makefile	Wed Feb 20 22:37:48 2013	(r312680)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.0.7
+DISTVERSION=	1.0.8
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	LOCAL/portmgr \
 		http://files.etoilebsd.net/pkg/

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Wed Feb 20 22:32:32 2013	(r312679)
+++ head/ports-mgmt/pkg/distinfo	Wed Feb 20 22:37:48 2013	(r312680)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.0.7.tar.xz) = 0cb60c1c64c80f0a290b86a41699d119e27c9402b7f9795c95b64625b4333760
-SIZE (pkg-1.0.7.tar.xz) = 1449224
+SHA256 (pkg-1.0.8.tar.xz) = 6a061d8b9f880bb15788fc7e859e7d15d74630228ecda0821df29b17971e1c4d
+SIZE (pkg-1.0.8.tar.xz) = 1449168



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302202237.r1KMbmAp057767>