diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-01-05 08:21:56 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-01-05 08:21:56 +0800 |
commit | e5b2cf84ba803f035a8bd6b9d6ec751fa2057f8a (patch) | |
tree | d09d3f77b547f25b6aec9665365bf1e135b009c7 /sysutils/Makefile | |
parent | 6906e34b111bb9062530f63eea99c4ddba963dc2 (diff) | |
download | freebsd-ports-gnome-e5b2cf84ba803f035a8bd6b9d6ec751fa2057f8a.tar.gz freebsd-ports-gnome-e5b2cf84ba803f035a8bd6b9d6ec751fa2057f8a.tar.zst freebsd-ports-gnome-e5b2cf84ba803f035a8bd6b9d6ec751fa2057f8a.zip |
Portcheck is a simple and small script for FreeBSD
which first updates the ports tree and then runs an
update and a security checkup of all the installed packages.
Portcheck depends on portsnap, portaudit and pkg_version.
WWW: http://www.usebsd.com/pub/portcheck/
PR: ports/107418
Submitted by: Kim Naim Lesmer <naim at usebsd.com>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 4aa302a2430f..d8547ecf2843 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -506,6 +506,7 @@ SUBDIR += port-authoring-tools SUBDIR += port-maintenance-tools SUBDIR += portbrowser + SUBDIR += portcheck SUBDIR += portconf SUBDIR += portdowngrade SUBDIR += portmanager |