diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2006-06-22 14:49:47 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2006-06-22 14:49:47 +0000 |
commit | 4fe88e3280883825f0fde1d32305c4c30a14e8fa (patch) | |
tree | e5257a85f951ef2822e8780de936143b40ed9167 /sysutils/pmap | |
parent | 159a4dee1889423a271650b65efdf418cb23bc36 (diff) | |
download | ports-4fe88e3280883825f0fde1d32305c4c30a14e8fa.tar.gz ports-4fe88e3280883825f0fde1d32305c4c30a14e8fa.zip |
Notes
Diffstat (limited to 'sysutils/pmap')
-rw-r--r-- | sysutils/pmap/Makefile | 12 | ||||
-rw-r--r-- | sysutils/pmap/distinfo | 6 | ||||
-rw-r--r-- | sysutils/pmap/pkg-plist | 1 |
3 files changed, 10 insertions, 9 deletions
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 <bsd.port.pre.mk> -.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 |