1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

- Update to 4.1

PR:		ports/120222
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
This commit is contained in:
Beech Rintoul 2008-02-03 19:25:33 +00:00
parent 563540b87f
commit 4681ff6690
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206673
3 changed files with 10 additions and 11 deletions

View File

@ -6,18 +6,18 @@
#
PORTNAME= bsdadminscripts
PORTVERSION= 4.0
PORTVERSION= 4.1
CATEGORIES= sysutils ports-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= lon_kamikaze@gmx.de
MAINTAINER= kamikaze@bsdforen.de
COMMENT= A small collection of administration scripts
OPTIONS+= BUILDFLAGS "Build configuration system" On
OPTIONS+= PKG_LIBCHK "Check for links against missing libraries" On
OPTIONS+= PKG_VALIDATE "Check for broken and missing files" On
OPTIONS+= PORTCONFIG "Depends on portupgrade" On
OPTIONS+= PORTCONFIG "Run common make targets on several ports" On
OPTIONS+= RCSTART "Use rc scripts based on PROVIDE" On
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
@ -41,7 +41,6 @@ MAN1+= rcstart.1
.endif
.if !defined(WITHOUT_PORTCONFIG)
RUN_DEPENDS+= portupgrade:${PORTSDIR}/ports-mgmt/portupgrade
PLIST_FILES+= ${PORT_SCRIPTS:S,^,sbin/port,}
MAN1+= portconfig.1
.endif

View File

@ -1,3 +1,3 @@
MD5 (bsdadminscripts-4.0.tar.gz) = ff5228702bd7efb21e673ded35184965
SHA256 (bsdadminscripts-4.0.tar.gz) = a8bcc5c67e2cbc3a9104e06b1721fb6135532335054b302ac391b0b46e36f4c1
SIZE (bsdadminscripts-4.0.tar.gz) = 18594
MD5 (bsdadminscripts-4.1.tar.gz) = 7a9b73df8b8df611017bbfe7e0b3c80d
SHA256 (bsdadminscripts-4.1.tar.gz) = a15aa53099dab80bddabd3ce31d7917be900a432927b6b17952290e195d3d18c
SIZE (bsdadminscripts-4.1.tar.gz) = 19289

View File

@ -1,10 +1,10 @@
This is a collection of administration scripts. At the moment it
consists of a script to control rc.d scripts at runtime, a
script that adds functionality to portupgrade, scripts to set variables
for make jobs (like portconf, but with more possibilities). And scripts
to check for broken packages.
script that runs common make targets on batches of ports, scripts to set
variables for make jobs (like portconf, but with more possibilities).
And scripts to check for broken packages and missing libraries.
WWW: http://sourceforge.net/projects/bsdadminscripts/
- Kamikaze
lon_kamikaze@gmx.de
kamikaze@bsdforen.de