summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2006-06-22 14:49:47 +0000
committerskv <skv@FreeBSD.org>2006-06-22 14:49:47 +0000
commitcd0e4447f9f5483cfad5234c36490c89bdaea76f (patch)
tree872d307c4acf7a2cc2954f55909c1e111f688103 /sysutils
parentff61d157a69bb29258f6da1fd395b4a311d3a75a (diff)
downloadFreeBSD-ports-cd0e4447f9f5483cfad5234c36490c89bdaea76f.zip
FreeBSD-ports-cd0e4447f9f5483cfad5234c36490c89bdaea76f.tar.gz
Update to 20060622:
* add support for FreeBSD 6.x * drop support for FreeBSD 4.x, 5.x
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pmap/Makefile12
-rw-r--r--sysutils/pmap/distinfo6
-rw-r--r--sysutils/pmap/pkg-plist1
3 files changed, 10 insertions, 9 deletions
diff --git a/sysutils/pmap/Makefile b/sysutils/pmap/Makefile
index 3fed12f..2d1fd60 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 8ce7a88..17a2eb8 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 891be38..5815975 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
OpenPOWER on IntegriCloud