Date: Wed, 29 Oct 2014 07:00:12 +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: r371662 - head/ports-mgmt/pkg-devel Message-ID: <201410290700.s9T70CJV053171@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410290700.s9T70CJV053171>