aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-07-02 21:42:22 +0800
committerbapt <bapt@FreeBSD.org>2012-07-02 21:42:22 +0800
commit235042d7ca3462d4b82d16de8ec5f66c3e80ca8b (patch)
tree9a1c064e12392c7c240e7fe277359f95c10f643d /ports-mgmt
parentf78675137f063566ee5f82e154cb87b902919d52 (diff)
downloadfreebsd-ports-gnome-235042d7ca3462d4b82d16de8ec5f66c3e80ca8b.tar.gz
freebsd-ports-gnome-235042d7ca3462d4b82d16de8ec5f66c3e80ca8b.tar.zst
freebsd-ports-gnome-235042d7ca3462d4b82d16de8ec5f66c3e80ca8b.zip
- update to 1.0 beta17
- changes: * downgrading is always forbidden except if you explicitly force it * yet another fix for incremental pkg repo * pkg install/upgrade now detect ports which remote has different option set and propose to reinstall them * code refactoring, and improvement in pkgdb.c and pkg_repo.c * new -f options for pkg update * new -f and -q options for pkg repo
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/pkg/Makefile2
-rw-r--r--ports-mgmt/pkg/distinfo4
-rw-r--r--ports-mgmt/pkg/files/patch-libpkg__Makefile11
-rw-r--r--ports-mgmt/pkg/files/patch-libpkg__usergroup.c11
4 files changed, 3 insertions, 25 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile
index a7b2f4d5349f..b4cd385ebfdf 100644
--- a/ports-mgmt/pkg/Makefile
+++ b/ports-mgmt/pkg/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pkg
-DISTVERSION= 1.0-beta16
+DISTVERSION= 1.0-beta17
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/portmgr \
http://files.etoilebsd.net/pkg/
diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo
index c35ad69657f3..0140f81177f8 100644
--- a/ports-mgmt/pkg/distinfo
+++ b/ports-mgmt/pkg/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.0-beta16.tar.xz) = 39027af80348970e4ab6b94e2fa2b578c90a1da75c8ea753571a3abb5052d69d
-SIZE (pkg-1.0-beta16.tar.xz) = 1356944
+SHA256 (pkg-1.0-beta17.tar.xz) = b2104877c12038639de786128d909e1de8899fbed09f7b57d17b2f512c71dd0e
+SIZE (pkg-1.0-beta17.tar.xz) = 1358272
diff --git a/ports-mgmt/pkg/files/patch-libpkg__Makefile b/ports-mgmt/pkg/files/patch-libpkg__Makefile
deleted file mode 100644
index e2b5a225c9a3..000000000000
--- a/ports-mgmt/pkg/files/patch-libpkg__Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./libpkg/Makefile.orig 2012-06-25 14:58:21.000000000 +0200
-+++ ./libpkg/Makefile 2012-06-27 08:24:18.517380087 +0200
-@@ -37,6 +37,8 @@
-
- .if ${HAVE_GRUTILS} != yes
- SRCS+= gr_util.c
-+.else
-+CFLAGS+= -DHAVE_GRUTILS
- .endif
-
- CFLAGS+= -std=c99
diff --git a/ports-mgmt/pkg/files/patch-libpkg__usergroup.c b/ports-mgmt/pkg/files/patch-libpkg__usergroup.c
deleted file mode 100644
index fd90a7b305aa..000000000000
--- a/ports-mgmt/pkg/files/patch-libpkg__usergroup.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./libpkg/usergroup.c.orig 2012-06-25 14:58:21.000000000 +0200
-+++ ./libpkg/usergroup.c 2012-06-27 08:23:34.206379508 +0200
-@@ -32,7 +32,7 @@
- #include <libutil.h>
- #include <string.h>
-
--#if __FreeBSD_version < 1000003
-+#ifndef HAVE_GRUTILS
- #include "private/gr_util.h"
- #endif
- #include "pkg.h"