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

Vsevolod Stakhov vsevolod at FreeBSD.org
Fri Aug 8 12:23:49 UTC 2014


Author: vsevolod
Date: Fri Aug  8 12:23:48 2014
New Revision: 364354
URL: http://svnweb.freebsd.org/changeset/ports/364354
QAT: https://qat.redports.org/buildarchive/r364354/

Log:
  Update to 1.4.0.pre-alpha7
  
  Changes:
  - Fix crash on i386 (thanks to antoine@)
  - Ignore duplicates in require/provide
  - Add missed call to pkg_list_free for PKG_PROVIDES (thanks to Maxim Ignatenko)
  - Print error if we cannot parse manifest
  - Select the newest possible package to satisfy dependency
  - Check shared libraries architecture and ignore incompatible ones
  
  With hat:	pkg@

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 Aug  8 12:21:57 2014	(r364353)
+++ head/ports-mgmt/pkg-devel/Makefile	Fri Aug  8 12:23:48 2014	(r364354)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.4.0.pre-alpha6
+DISTVERSION=	1.4.0.pre-alpha7
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\
 		http://highsecure.ru/distfiles/ \

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Fri Aug  8 12:21:57 2014	(r364353)
+++ head/ports-mgmt/pkg-devel/distinfo	Fri Aug  8 12:23:48 2014	(r364354)
@@ -1,2 +1,2 @@
-SIZE (pkg-1.4.0.pre-alpha6.tar.xz) = 1746716
-SHA256 (pkg-1.4.0.pre-alpha6.tar.xz) = b69341a1a341b77fe270f6a22fbbd8d4bf29a041237f4efd63ecd79b4a210cdc
+SIZE (pkg-1.4.0.pre-alpha7.tar.xz) = 1754472
+SHA256 (pkg-1.4.0.pre-alpha7.tar.xz) = 3b31594835e881bb3a8c68b9da57c5963e7e2679bfa75ab69b6c5466bec0e1eb


More information about the svn-ports-head mailing list