svn commit: r303375 - in head/ports-mgmt/pkg: . files

Baptiste Daroussin bapt at FreeBSD.org
Thu Aug 30 14:19:31 UTC 2012


Author: bapt
Date: Thu Aug 30 14:19:30 2012
New Revision: 303375
URL: http://svn.freebsd.org/changeset/ports/303375

Log:
  - update to 1.0
  - changes:
    * SRV mirroring is on by default
    * fix large scripts executions
    * pkg check -d now installed packages tags as automatic
    * performance improvements

Deleted:
  head/ports-mgmt/pkg/files/
Modified:
  head/ports-mgmt/pkg/Makefile
  head/ports-mgmt/pkg/distinfo

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Thu Aug 30 14:17:38 2012	(r303374)
+++ head/ports-mgmt/pkg/Makefile	Thu Aug 30 14:19:30 2012	(r303375)
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	pkg
-DISTVERSION=	1.0-rc6
-PORTREVISION=	1
+DISTVERSION=	1.0
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	LOCAL/portmgr \
 		http://files.etoilebsd.net/pkg/

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Thu Aug 30 14:17:38 2012	(r303374)
+++ head/ports-mgmt/pkg/distinfo	Thu Aug 30 14:19:30 2012	(r303375)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.0-rc6.tar.xz) = 5613cff659caec850719d957206ec29454cdba44e6642242d7818f6290162230
-SIZE (pkg-1.0-rc6.tar.xz) = 1371072
+SHA256 (pkg-1.0.tar.xz) = 191ab4d1e199aaba193b29b0d37fcec00ae2b7687046927dac71557eec49df53
+SIZE (pkg-1.0.tar.xz) = 1372044



More information about the svn-ports-head mailing list