pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/sysupgrade



Module Name:    pkgsrc
Committed By:   jlam
Date:           Mon May 29 18:56:50 UTC 2017

Modified Files:
        pkgsrc/sysutils/sysupgrade: Makefile

Log Message:
Fix ownership of ${VARBASE}/cache/sysupgrade.

Fix case where OWN_DIRS_PERMS obviously was intended instead of OWN_DIRS.
Also use ${REAL_ROOT_USER}:${REAL_ROOT_GROUP} instead of hardcoding
root:wheel.

Bump PKGREVISION for fixes that changed binary package.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/sysupgrade/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/sysupgrade/Makefile
diff -u pkgsrc/sysutils/sysupgrade/Makefile:1.11 pkgsrc/sysutils/sysupgrade/Makefile:1.12
--- pkgsrc/sysutils/sysupgrade/Makefile:1.11    Mon Mar 20 00:25:35 2017
+++ pkgsrc/sysutils/sysupgrade/Makefile Mon May 29 18:56:49 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2017/03/20 00:25:35 maya Exp $
+# $NetBSD: Makefile,v 1.12 2017/05/29 18:56:49 jlam Exp $
 
 DISTNAME=      sysupgrade-1.5
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    sysutils
 MASTER_SITES=  https://github.com/jmmv/sysupgrade/releases/download/sysupgrade-1.5/
 
@@ -16,7 +16,7 @@ USE_TOOLS=            pkg-config
 
 BUILD_DEFS+=           VARBASE
 SYSUPGRADE_CACHEDIR=   ${VARBASE}/cache/sysupgrade
-OWN_DIRS=              ${SYSUPGRADE_CACHEDIR} root wheel
+OWN_DIRS_PERMS=                ${SYSUPGRADE_CACHEDIR} ${REAL_ROOT_USER} ${REAL_ROOT_GROUP}
 CONFIGURE_ARGS+=       SYSUPGRADE_CACHEDIR=${SYSUPGRADE_CACHEDIR}
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}



Home | Main Index | Thread Index | Old Index