pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Update to latest git changes
Module Name: pkgsrc-wip
Committed By: Aleksey Cheusov <vle%gmx.net@localhost>
Pushed By: cheusov
Date: Mon May 27 19:01:32 2024 +0400
Changeset: 444d9c82f49bcd728b20fc0530fcf2c587a2a9a4
Modified Files:
nih-current/Makefile
Log Message:
Update to latest git changes
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=444d9c82f49bcd728b20fc0530fcf2c587a2a9a4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
nih-current/Makefile | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diffs:
diff --git a/nih-current/Makefile b/nih-current/Makefile
index 46b2f52359..ab9d5a0fea 100644
--- a/nih-current/Makefile
+++ b/nih-current/Makefile
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.21 2015/03/01 14:59:36 cheusov Exp $
DISTNAME= pkg${PKGNAME}
-PKGNAME= nih-0.15.2
+PKGNAME= nih-0.16.0
CATEGORIES= pkgtools
MAINTAINER= cheusov%NetBSD.org@localhost
@@ -11,6 +11,8 @@ LICENSE= 2-clause-bsd
GIT_REPOSITORIES= pkgnih
GIT_REPO.pkgnih= https://github.com/cheusov/pkgnih.git
+#GIT_BRANCH.pkgnih= develop
+
.include "../../wip/mk/git-package.mk"
DEPENDS+= pkg_summary-utils>=0.66.0:../../pkgtools/pkg_summary-utils
@@ -23,15 +25,16 @@ CONFLICTS= pkg_status-[0-9]*
SUPERSEDES= pkgnih-[0-9]*
BUILD_TARGET= all all-doc
-INSTALL_TARGET= install install-doc
+INSTALL_TARGET= install install-doc
-WRKSRC= ${WRKDIR}/pkgnih
+WRKSRC= ${WRKDIR}/pkgnih
EGDIR= ${PREFIX}/share/examples/nih
CONF_FILES= ${EGDIR}/nih.conf \
- ${PKG_SYSCONFDIR}/nih/config
+ ${PKG_SYSCONFDIR}/nih.conf
-MAKE_DIRS+= ${PKG_SYSCONFDIR}/nih
+MAKE_DIRS+= ${VARBASE}/cache/nih/summary ${VARBASE}/cache/nih/src_summary \
+ ${VARBASE}/cache/nih/cache ${VARBASE}/cache/nih/history
REPLACE_INTERPRETER+= runawk
REPLACE.runawk.old= .*runawk
@@ -41,8 +44,11 @@ REPLACE_FILES.runawk= nih/pkg_update_plan.in nih/cmp2hr.in \
MAKE_ENV+= VERSION=${_GIT_PKGVERSION:S/.//}
MAKE_ENV+= PKG_DBDIR=${PKG_DBDIR}
+MAKE_ENV+= VARDIR=${VARBASE}
MAKE_ENV+= REAL_ROOT_USER=${REAL_ROOT_USER}
MAKE_ENV+= REAL_ROOT_GROUP=${REAL_ROOT_GROUP}
+MAKE_ENV+= PKGSRCDIR=${PKGSRCDIR}
+MAKE_ENV+= PACKAGES=${PACKAGES}
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index