View | Details | Raw Unified | Return to bug 250926 | Differences between
and this patch

Collapse All | Expand All

(-)ports/ports-mgmt/pkg/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	pkg
3
PORTNAME=	pkg
4
DISTVERSION=	1.15.10
4
DISTVERSION=	1.15.10
5
PORTREVISION=	1
5
_PKG_VERSION=	${DISTVERSION}
6
_PKG_VERSION=	${DISTVERSION}
6
CATEGORIES=	ports-mgmt
7
CATEGORIES=	ports-mgmt
7
#MASTER_SITES=	\
8
#MASTER_SITES=	\
(-)ports/ports-mgmt/pkg/files/patch-libpkg_pkg__jobs.c (-2 / +2 lines)
Lines 1-6 Link Here
1
--- libpkg/pkg_jobs.c.orig	2019-09-18 07:11:10 UTC
1
--- libpkg/pkg_jobs.c.orig	2020-10-11 12:57:45 UTC
2
+++ libpkg/pkg_jobs.c
2
+++ libpkg/pkg_jobs.c
3
@@ -74,7 +74,7 @@ struct pkg_jobs_locked {
3
@@ -76,7 +76,7 @@ struct pkg_jobs_locked {
4
 	int (*locked_pkg_cb)(struct pkg *, void *);
4
 	int (*locked_pkg_cb)(struct pkg *, void *);
5
 	void *context;
5
 	void *context;
6
 };
6
 };

Return to bug 250926