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:
Muhammad Moinur Rahman 2023-05-16 15:36:25 +02:00
parent e358669823
commit 0555518b38

View file

@ -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: