diff options
author | beech <beech@FreeBSD.org> | 2008-02-04 03:25:33 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-02-04 03:25:33 +0800 |
commit | a52b419f311575f39197cb890ac17d458fa783c0 (patch) | |
tree | 253900c15ba71d7bdebdbe901ae9c98347b7fa45 /sysutils | |
parent | 88f8939dbdd0f69aa0df953aae9c40464e401fb1 (diff) | |
download | freebsd-ports-gnome-a52b419f311575f39197cb890ac17d458fa783c0.tar.gz freebsd-ports-gnome-a52b419f311575f39197cb890ac17d458fa783c0.tar.zst freebsd-ports-gnome-a52b419f311575f39197cb890ac17d458fa783c0.zip |
- Update to 4.1
PR: ports/120222
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
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 |