- Update version to 1.13.
- Update master site and maintainer's mail address. PR: ports/119381 Submitted by: Kim Naim Lesmer <knl@bitflop.com> (maintainer) Approved by: stas (mentor, implicit)
This commit is contained in:
parent
54454a9be0
commit
d1732c3d96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205372
3 changed files with 10 additions and 16 deletions
|
@ -1,18 +1,18 @@
|
|||
# New ports collection makefile for: portcheck
|
||||
# Date created: 01 January 2007
|
||||
# Whom: Kim Naim Lesmer <kim@usebsd.com>
|
||||
# Whom: Kim Naim Lesmer <kim@bitflop.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= portcheck
|
||||
PORTVERSION= 1.12
|
||||
PORTVERSION= 1.13
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= http://www.usebsd.com/pub/portcheck/files/
|
||||
MASTER_SITES= http://www.bitflop.com/pub/sh/portcheck/
|
||||
EXTRACT_SUFX= .tbz
|
||||
DIST_SUBDIR= rerolled
|
||||
|
||||
MAINTAINER= kim@usebsd.com
|
||||
MAINTAINER= kim@bitflop.com
|
||||
COMMENT= Maintains the ports tree and checks up the installed packages
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit
|
||||
|
@ -29,10 +29,4 @@ do-install:
|
|||
@${ECHO} "See 'man portcheck' for information about usage."
|
||||
@${ECHO} ""
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 504104
|
||||
IGNORE= doesn't work on your system, it needs portsnap, please update your system to at least 5-STABLE
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (rerolled/portcheck-1.12.tbz) = 85a216858a772c83549a4a7fe138aa3f
|
||||
SHA256 (rerolled/portcheck-1.12.tbz) = b3f5dd76d7f2bf0f7ada6789cc5a3c9d565adce5b79c677600051ac411650aec
|
||||
SIZE (rerolled/portcheck-1.12.tbz) = 2336
|
||||
MD5 (rerolled/portcheck-1.13.tbz) = 8799a9181e4bbd42723ea0d814d02199
|
||||
SHA256 (rerolled/portcheck-1.13.tbz) = 3e9900c771bbbca08e19681165804801afe3d18db699e7e7284fe541965425b2
|
||||
SIZE (rerolled/portcheck-1.13.tbz) = 2260
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Portcheck is a simple and small script for FreeBSD
|
||||
which first updates the ports tree and then runs an
|
||||
that 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/
|
||||
WWW: http://www.bitflop.com/pub/sh/portcheck/
|
||||
|
|
Loading…
Reference in a new issue