From 4fe88e3280883825f0fde1d32305c4c30a14e8fa Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Thu, 22 Jun 2006 14:49:47 +0000 Subject: Update to 20060622: * add support for FreeBSD 6.x * drop support for FreeBSD 4.x, 5.x --- sysutils/pmap/Makefile | 12 ++++++------ sysutils/pmap/distinfo | 6 +++--- sysutils/pmap/pkg-plist | 1 + 3 files changed, 10 insertions(+), 9 deletions(-) (limited to 'sysutils') diff --git a/sysutils/pmap/Makefile b/sysutils/pmap/Makefile index 3fed12f01100..2d1fd60849d6 100644 --- a/sysutils/pmap/Makefile +++ b/sysutils/pmap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pmap -PORTVERSION= 20040420 +PORTVERSION= 20060622 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/pmap/ @@ -23,17 +23,17 @@ MANCOMPRESSED= yes .include -.if ${OSVERSION} >= 500000 -BROKEN= "Currently does not support -CURRENT" +.if ${OSVERSION} >= 700000 +BROKEN= Currently does not support -CURRENT .endif -.if ${OSVERSION} < 450000 -IGNORE= Not supported on systems prior to 4.5 +.if ${OSVERSION} < 600000 +IGNORE= not supported on systems prior to 6.0 .endif pre-fetch: .if !exists(${SRC_BASE}/sys/Makefile) -IGNORE= This port requires kernel sources +IGNORE= requires kernel sources .endif post-install: diff --git a/sysutils/pmap/distinfo b/sysutils/pmap/distinfo index 8ce7a88469f6..17a2eb89db39 100644 --- a/sysutils/pmap/distinfo +++ b/sysutils/pmap/distinfo @@ -1,3 +1,3 @@ -MD5 (pmap-20040420.tar.gz) = 38e0d7cd6d7c06dabbcbd9d49d718d6a -SHA256 (pmap-20040420.tar.gz) = 64718230c81d2ff2c32632e84ea4a880667e32361d67da41672274a183062a14 -SIZE (pmap-20040420.tar.gz) = 14424 +MD5 (pmap-20060622.tar.gz) = e485bd26eaf6ee733ecb99b035ae2f10 +SHA256 (pmap-20060622.tar.gz) = f4e7dce4d502b7d35baaaec3734a4efaad575d238e8e4fdafd68aa40aeea9e39 +SIZE (pmap-20060622.tar.gz) = 11716 diff --git a/sysutils/pmap/pkg-plist b/sysutils/pmap/pkg-plist index 891be38cdac6..5815975c648d 100644 --- a/sysutils/pmap/pkg-plist +++ b/sysutils/pmap/pkg-plist @@ -1,3 +1,4 @@ +bin/dump_vmspace bin/pmap @cwd / %%KMODDIR%%/pmap_helper.ko -- cgit v1.2.3