svn commit: r372720 - head/ports-mgmt/pkg-devel
Baptiste Daroussin
bapt at FreeBSD.org
Tue Nov 18 14:00:19 UTC 2014
Author: bapt
Date: Tue Nov 18 14:00:18 2014
New Revision: 372720
URL: https://svnweb.freebsd.org/changeset/ports/372720
QAT: https://qat.redports.org/buildarchive/r372720/
Log:
Update to 1.4.0.b1
Changes:
- Lots of documentation fixes
- Lots of typos fixes in messages
- Fix UI when a package is going to be downgraded
- Cleanup is internal functions (removing useless accessors)
- Do not allow to create packages in old format anymore (it was broken anyway)
- allow ? and ! in pkg version limchar
- New configuration option VERSION_SOURCE (to the version used to read INDEX)
- Really fix multirepo (hopefully)
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 Tue Nov 18 13:49:58 2014 (r372719)
+++ head/ports-mgmt/pkg-devel/Makefile Tue Nov 18 14:00:18 2014 (r372720)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.4.0.alpha4
+DISTVERSION= 1.4.0.beta1
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
MASTER_SITES= \
Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo Tue Nov 18 13:49:58 2014 (r372719)
+++ head/ports-mgmt/pkg-devel/distinfo Tue Nov 18 14:00:18 2014 (r372720)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.4.0.alpha4.tar.xz) = 182c67218b5726b77687b2dbebfdafde8cea032e8b3efd8b484bd1001933d97e
-SIZE (pkg-1.4.0.alpha4.tar.xz) = 1775184
+SHA256 (pkg-1.4.0.beta1.tar.xz) = 08467f528cbe2ca3b3a32903a31c30d04b1667b83d77a80972eb70f52b6db892
+SIZE (pkg-1.4.0.beta1.tar.xz) = 1774008
More information about the svn-ports-head
mailing list