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

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 29 07:00:12 UTC 2014


Author: bapt
Date: Wed Oct 29 07:00:11 2014
New Revision: 371662
URL: https://svnweb.freebsd.org/changeset/ports/371662
QAT: https://qat.redports.org/buildarchive/r371662/

Log:
  Update to 1.4.0 alpha3:
  - Fix pkg check -r to make it also compute checksums for symlinks
  - Fix pkg register in case the ancient arch as not already been defined

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	Wed Oct 29 04:40:29 2014	(r371661)
+++ head/ports-mgmt/pkg-devel/Makefile	Wed Oct 29 07:00:11 2014	(r371662)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.4.0.alpha2
+DISTVERSION=	1.4.0.alpha3
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Wed Oct 29 04:40:29 2014	(r371661)
+++ head/ports-mgmt/pkg-devel/distinfo	Wed Oct 29 07:00:11 2014	(r371662)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.4.0.alpha2.tar.xz) = 2751dfde7cc9d8f553b0590a66d43316d78e505a2fd779c94c6b415adb17e043
-SIZE (pkg-1.4.0.alpha2.tar.xz) = 1766372
+SHA256 (pkg-1.4.0.alpha3.tar.xz) = ae79ec05f1730cec4145013a86c2d7083c6283f905ff63cb009e44c7629721f7
+SIZE (pkg-1.4.0.alpha3.tar.xz) = 1767052


More information about the svn-ports-head mailing list