[PC-BSD Commits] r21282 - pcbsd/current/src-sh/port-files
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 1 06:51:58 PST 2013
Author: kris
Date: 2013-02-01 14:51:58 +0000 (Fri, 01 Feb 2013)
New Revision: 21282
Modified:
pcbsd/current/src-sh/port-files/Makefile
Log:
Add a fuller RUN_DEPENDS to our pcbsd-utils port, so that if we install it
on a fresh box, we get the basic depends for a server / CLI setup
Modified: pcbsd/current/src-sh/port-files/Makefile
===================================================================
--- pcbsd/current/src-sh/port-files/Makefile 2013-02-01 14:51:04 UTC (rev 21281)
+++ pcbsd/current/src-sh/port-files/Makefile 2013-02-01 14:51:58 UTC (rev 21282)
@@ -13,8 +13,29 @@
MAINTAINER= kmoore at FreeBSD.org
COMMENT= PC-BSD Command-Line Utilities
-RUN_DEPENDS= xdg-desktop-icon:${PORTSDIR}/devel/xdg-utils \
- jailme:${PORTSDIR}/sysutils/jailme
+RUN_DEPENDS= pkg-static:${PORTSDIR}/ports-mgmt/pkg \
+ rpm:${PORTSDIR}/archivers/rpm5 \
+ xdg-desktop-icon:${PORTSDIR}/devel/xdg-utils \
+ bsdstats>=0:${PORTSDIR}/sysutils/bsdstats \
+ unrar:${PORTSDIR}/archivers/unrar \
+ beadm:${PORTSDIR}/sysutils/beadm \
+ pefs:${PORTSDIR}/sysutils/pefs-kmod \
+ sudo:${PORTSDIR}/security/sudo \
+ bash:${PORTSDIR}/shells/bash \
+ zsh:${PORTSDIR}/shells/zsh \
+ nano:${PORTSDIR}/editors/nano \
+ vim:${PORTSDIR}/editors/vim-lite \
+ rsync:${PORTSDIR}/net/rsync \
+ svn:${PORTSDIR}/devel/subversion \
+ mksquashfs:${PORTSDIR}/sysutils/squashfs-tools \
+ debootstrap:${PORTSDIR}/sysutils/debootstrap \
+ fsc:${PORTSDIR}/sysutils/fsc \
+ smartd:${PORTSDIR}/sysutils/smartmontools \
+ jailme:${PORTSDIR}/sysutils/jailme \
+ python:${PORTSDIR}/lang/python \
+ screen:${PORTSDIR}/sysutils/screen \
+ nano:${PORTSDIR}/editors/nano \
+ zfs-stats:${PORTSDIR}/sysutils/zfs-stats
WRKSRC= ${WRKDIR}/src-sh
CONFLICTS?= pbi-manager-[0-9]*
More information about the Commits
mailing list