ports-mgmt/portsnap: Fix MAINTAINER
- Fix OSVERSION number. During the initial copy of the port it was unidentified like from which exact OSVERSION portsnap will be removed as the src changes were still under review. After the exact removal from the tree we can conclude that eeffective from 1400087 there will be no more portsnap in the base.
This commit is contained in:
parent
e358669823
commit
0555518b38
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
PORTNAME= portsnap
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= ports-mgmt net
|
||||
MASTER_SITES= http://www.daemonology.net/portsnap/
|
||||
|
||||
MAINTAINER= bofh@FreBSD.org
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Provides secure snapshots of the ports directory
|
||||
WWW= http://www.daemonology.net/portsnap/
|
||||
|
||||
|
@ -20,8 +20,8 @@ PLIST_FILES= "@sample etc/portsnap.conf.sample" \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500000
|
||||
IGNORE= portsnap is in base systems but will be removed from 14.0-RELEASE
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400087
|
||||
IGNORE= portsnap is in base systems and has been removed from 14.0-RELEASE
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
|
Loading…
Reference in a new issue