svn commit: r334936 - head/ports-mgmt/pkg-devel
Baptiste Daroussin
bapt at FreeBSD.org
Tue Nov 26 14:33:36 UTC 2013
Author: bapt
Date: Tue Nov 26 14:33:36 2013
New Revision: 334936
URL: http://svnweb.freebsd.org/changeset/ports/334936
Log:
Release final pkg 1.2 version:
- changes since 1.2.0 rc1:
* Couple of style fixes
* Fix loading yaml keywords
* Fix building on Dragonfly
* Autodetect if libelf should be used bundled
* Fix a bug if pkg audit -F got interrupted
* Allow 'enabled' entry from repo configuration to be a string and raise a warning about it
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 26 14:19:50 2013 (r334935)
+++ head/ports-mgmt/pkg-devel/Makefile Tue Nov 26 14:33:36 2013 (r334936)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.2.0.rc1
+DISTVERSION= 1.2
CATEGORIES= ports-mgmt
MASTER_SITES= http://files.etoilebsd.net/pkg/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo Tue Nov 26 14:19:50 2013 (r334935)
+++ head/ports-mgmt/pkg-devel/distinfo Tue Nov 26 14:33:36 2013 (r334936)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.2.0.rc1.tar.xz) = d281448f01d3270d361c88e03d8aad953a2ad7eda18ed5c2559ee3061992ba78
-SIZE (pkg-1.2.0.rc1.tar.xz) = 1802340
+SHA256 (pkg-1.2.tar.xz) = 1e353780a9f78ab4b962108c8fa245406823467eb81e762cb682c6fb72c60a38
+SIZE (pkg-1.2.tar.xz) = 1802740
More information about the svn-ports-head
mailing list