diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-02-03 19:25:33 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-02-03 19:25:33 +0000 |
commit | 4681ff66903154112b162a14b0ef376395b76b05 (patch) | |
tree | d924c4a7831651660693eb8623004f6e12c8781b /sysutils | |
parent | 563540b87fb20df3b111cef19eada2a0fe6fac38 (diff) | |
download | ports-4681ff66903154112b162a14b0ef376395b76b05.tar.gz ports-4681ff66903154112b162a14b0ef376395b76b05.zip |
- Update to 4.1
PR: ports/120222
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=206673
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bsdadminscripts/Makefile | 7 | ||||
-rw-r--r-- | sysutils/bsdadminscripts/distinfo | 6 | ||||
-rw-r--r-- | sysutils/bsdadminscripts/pkg-descr | 8 |
3 files changed, 10 insertions, 11 deletions
diff --git a/sysutils/bsdadminscripts/Makefile b/sysutils/bsdadminscripts/Makefile index 017c53806dcd..0cb166b34feb 100644 --- a/sysutils/bsdadminscripts/Makefile +++ b/sysutils/bsdadminscripts/Makefile @@ -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 diff --git a/sysutils/bsdadminscripts/distinfo b/sysutils/bsdadminscripts/distinfo index 4b8314d4f58a..e3f43ec5c1e4 100644 --- a/sysutils/bsdadminscripts/distinfo +++ b/sysutils/bsdadminscripts/distinfo @@ -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 diff --git a/sysutils/bsdadminscripts/pkg-descr b/sysutils/bsdadminscripts/pkg-descr index 068f97af0342..fc48218b649c 100644 --- a/sysutils/bsdadminscripts/pkg-descr +++ b/sysutils/bsdadminscripts/pkg-descr @@ -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 |