* swap sites in MASTER_SITES
* remove BROKEN if ${OSVERSION} >= 601104
This commit is contained in:
parent
a9d07d526b
commit
e42579044f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172083
1 changed files with 2 additions and 6 deletions
|
@ -8,8 +8,8 @@
|
|||
PORTNAME= pmap
|
||||
PORTVERSION= 20060622
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/pmap/ \
|
||||
${MASTER_SITE_LOCAL:S!$!skv/!}
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL:S!$!skv/!} \
|
||||
ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/pmap/
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Detailed process memory display
|
||||
|
@ -28,10 +28,6 @@ MANCOMPRESSED= maybe
|
|||
BROKEN= Currently does not support -CURRENT
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 601104
|
||||
BROKEN= Does not compile on FreeBSD >= 6.x
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 600000
|
||||
IGNORE= not supported on systems prior to 6.0
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue