summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2008-01-10 12:46:56 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2008-01-10 12:46:56 +0000
commitd1732c3d9661d5d3233f6af4b0b771da902e4451 (patch)
tree73c9ebf640ab9e2612237f7a4f297e84bdd41b6f /ports-mgmt
parent- Update to 1.00007 (diff)
- 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)
Notes
Notes: svn path=/head/; revision=205372
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portcheck/Makefile16
-rw-r--r--ports-mgmt/portcheck/distinfo6
-rw-r--r--ports-mgmt/portcheck/pkg-descr4
3 files changed, 10 insertions, 16 deletions
diff --git a/ports-mgmt/portcheck/Makefile b/ports-mgmt/portcheck/Makefile
index 5e3ae4312605..70cb250a1409 100644
--- a/ports-mgmt/portcheck/Makefile
+++ b/ports-mgmt/portcheck/Makefile
@@ -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>
diff --git a/ports-mgmt/portcheck/distinfo b/ports-mgmt/portcheck/distinfo
index 9b9462bf847c..2495cd90851d 100644
--- a/ports-mgmt/portcheck/distinfo
+++ b/ports-mgmt/portcheck/distinfo
@@ -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
diff --git a/ports-mgmt/portcheck/pkg-descr b/ports-mgmt/portcheck/pkg-descr
index fb807fc9e279..837dedd85e5f 100644
--- a/ports-mgmt/portcheck/pkg-descr
+++ b/ports-mgmt/portcheck/pkg-descr
@@ -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/