pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
auto-admin: Clean up and update PLIST.NetBSD
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Tue Sep 5 17:07:02 2017 -0500
Changeset: 2684f9a132c0b2298dc8e70d45ca459b386e599f
Modified Files:
auto-admin/Makefile
auto-admin/PLIST.NetBSD
auto-admin/distinfo
Log Message:
auto-admin: Clean up and update PLIST.NetBSD
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2684f9a132c0b2298dc8e70d45ca459b386e599f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
auto-admin/Makefile | 18 +++++++++++++-----
auto-admin/PLIST.NetBSD | 8 +++++++-
auto-admin/distinfo | 8 ++++----
3 files changed, 24 insertions(+), 10 deletions(-)
diffs:
diff --git a/auto-admin/Makefile b/auto-admin/Makefile
index d6f82038b8..40e0eff3df 100644
--- a/auto-admin/Makefile
+++ b/auto-admin/Makefile
@@ -1,14 +1,14 @@
# $NetBSD$
#
-DISTNAME= auto-admin-0.3.8
+DISTNAME= auto-admin-0.4.0
CATEGORIES= pkgtools
MASTER_SITES= http://acadix.biz/Ports/distfiles/
MAINTAINER= bacon4000%gmail.com@localhost
HOMEPAGE= http://acadix.biz/Ports/distfiles/
COMMENT= Automate common systems administration tasks
-#LICENSE= original-bsd
+LICENSE= 2-clause-bsd
EXTRACT_SUFX= .tar.xz
USE_LANGUAGES= # none
@@ -21,15 +21,23 @@ SUBST_STAGE.prefix= post-patch
SUBST_FILES.prefix= ${WRKSRC}/Common/Scripts/auto-denyhosts-remove-ip
SUBST_SED.prefix= -e "s|/usr/local|${PREFIX}|g"
+INSTALLATION_DIRS= sbin
+
.include "../../mk/bsd.prefs.mk"
do-install:
- ${MKDIR} ${DESTDIR}${PREFIX}/sbin
${INSTALL_SCRIPT} ${WRKSRC}/Common/Scripts/* \
${DESTDIR}${PREFIX}/sbin
-# Why doesn't this work?
-#.if exists(${WRKSRC}/Scripts/${OPSYS})
+ ls ${WRKSRC}/${OPSYS}/Scripts
+# This does not work
+#.if exists(${WRKSRC}/${OPSYS}/Scripts)
+# This does not work
+#.if exists(/usr/pkgsrc/wip/auto-admin/work/auto-admin-0.4.0)
+# This does work
+# .if exists(/usr/pkgsrc/wip/auto-admin/work)
+# Temporary hack
.if ${OPSYS} == NetBSD
+ @${ECHO} "Installing ${WRKSRC}/${OPSYS}/Scripts/*"
${INSTALL_SCRIPT} ${WRKSRC}/${OPSYS}/Scripts/* \
${DESTDIR}${PREFIX}/sbin
.endif
diff --git a/auto-admin/PLIST.NetBSD b/auto-admin/PLIST.NetBSD
index 7eec81033d..dc38f1ed85 100644
--- a/auto-admin/PLIST.NetBSD
+++ b/auto-admin/PLIST.NetBSD
@@ -4,7 +4,12 @@ sbin/auto-admin
sbin/auto-append-line
sbin/auto-ask
sbin/auto-backup-file
+sbin/auto-change-group-gid
+sbin/auto-change-group-ownership
+sbin/auto-change-primary-group
+sbin/auto-change-uid
sbin/auto-clean-pkgsrc
+sbin/auto-clean-tmp
sbin/auto-denyhosts-remove-ip
sbin/auto-denyhosts-setup
sbin/auto-desktop-setup
@@ -20,6 +25,7 @@ sbin/auto-install-pkgsrc-tree
sbin/auto-ldap-adduser
sbin/auto-ostype
sbin/auto-package-installed
+sbin/auto-passwd-user-expiration
sbin/auto-pkgsrc-add-license
sbin/auto-pkgsrc-setup
sbin/auto-pkgsrc-wip-checkout
@@ -27,6 +33,7 @@ sbin/auto-print-make-variable
sbin/auto-pxe-node-discover
sbin/auto-replace-file
sbin/auto-restore-pw
+sbin/auto-restore-user
sbin/auto-select-pkgsrc-dist
sbin/auto-set-sysctl
sbin/auto-set-umask
@@ -34,4 +41,3 @@ sbin/auto-ssh-authorize
sbin/auto-ssh-reverse-authorize
sbin/auto-update-system
sbin/auto-using-pkgsrc
-sbin/install-vuln
diff --git a/auto-admin/distinfo b/auto-admin/distinfo
index c926c1b631..d78acc576e 100644
--- a/auto-admin/distinfo
+++ b/auto-admin/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-SHA1 (auto-admin-0.3.8.tar.xz) = 4e5b2228ea31a26d2830762b165bd04630460814
-RMD160 (auto-admin-0.3.8.tar.xz) = 9aecfef508c0994bfb1eff75c4587b3e1c830a6d
-SHA512 (auto-admin-0.3.8.tar.xz) = fcb4d4bddae877b3fd2681df1845e05cd609edbbfb7057df3b566e28cdc06a0f39f64d5db288281da17c28284831809d6f532f2b67c31e078304cc2bc13345d0
-Size (auto-admin-0.3.8.tar.xz) = 48020 bytes
+SHA1 (auto-admin-0.4.0.tar.xz) = d88b28930141ffa59e6852d9a53f28481bf5da58
+RMD160 (auto-admin-0.4.0.tar.xz) = 830effb9454ec3f9c56959665198581a812fc8b5
+SHA512 (auto-admin-0.4.0.tar.xz) = ce2b20d1f3bd2d7b2e8839f00a571b7d89454af9f5f15419fb46b0850676aa05b192c2182806120cea917d2f81f0bc5e10d0a638721b19f3da525d7c5499fc5d
+Size (auto-admin-0.4.0.tar.xz) = 54408 bytes
Home |
Main Index |
Thread Index |
Old Index