View | Details | Raw Unified | Return to bug 119381
Collapse All | Expand All

(-)Makefile_new Fri Jan 4 20:08:37 2008 (-12 / +7 lines)
Lines 1-17 Link Here
1
# New ports collection makefile for:   portcheck
1
# New ports collection makefile for:   portcheck
2
# Date created:        01 January 2007
2
# Date created:        01 January 2007
3
# Whom:                Kim Naim Lesmer <kim@usebsd.com>
3
# Whom:                Kim Naim Lesmer <kim@bitflop.com>
4
#
4
#
5
# $FreeBSD: /repoman/r/pcvs/ports/ports-mgmt/portcheck/Makefile,v 1.3 2007/02/06 02:42:16 linimon Exp $
5
# $FreeBSD: ports/ports-mgmt/portcheck/Makefile,v 1.6 2007/08/15 18:08:13 sat Exp $
6
#
6
#
7
PORTNAME=      portcheck
7
PORTNAME=      portcheck
8
PORTVERSION=   1.12
8
PORTVERSION=   1.13
9
CATEGORIES=    ports-mgmt
9
CATEGORIES=    ports-mgmt
10
MASTER_SITES=   http://www.usebsd.com/pub/portcheck/files/
10
MASTER_SITES=  http://www.bitflop.com/pub/sh/portcheck/
11
EXTRACT_SUFX=  .tbz
11
EXTRACT_SUFX=  .tbz
12
MAINTAINER=    kim@usebsd.com
12
DIST_SUBDIR=   rerolled
13
MAINTAINER=    kim@bitflop.com
13
COMMENT=       Maintains the ports tree and checks up the installed packages
14
COMMENT=       Maintains the ports tree and checks up the installed packages
14
RUN_DEPENDS=   ${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit
15
RUN_DEPENDS=   ${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit
Lines 28-37 Link Here
28
       @${ECHO} "See 'man portcheck' for information about usage."
29
       @${ECHO} "See 'man portcheck' for information about usage."
29
       @${ECHO} ""
30
       @${ECHO} ""
30
.include <bsd.port.pre.mk>
31
.include <bsd.port.mk>
31
32
.if ${OSVERSION} < 504104
33
IGNORE=        Doesn't work on your system, it needs portsnap, please update your system to at least 5-STABLE
34
.endif
35
36
.include <bsd.port.post.mk>
(-)pkg-descr_new (-2 / +2 lines)
Lines 1-6 Link Here
1
Portcheck is a simple and small script for FreeBSD 
1
Portcheck is a simple and small script for FreeBSD 
2
which first updates the ports tree and then runs an 
2
that first updates the ports tree and then runs an 
3
update and a security checkup of all the installed packages.
3
update and a security checkup of all the installed packages.
4
Portcheck depends on portsnap, portaudit and pkg_version.
4
Portcheck depends on portsnap, portaudit and pkg_version.
5
5
6
WWW: http://www.usebsd.com/pub/portcheck/
6
WWW: http://www.bitflop.com/pub/sh/portcheck/

Return to bug 119381