aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-16 13:36:25 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-16 15:46:52 +0000
commit0555518b38cf0a876c5a5d938a7d1c38e68bd698 (patch)
tree1f7f7de3d58e50c58524bb897f1f5b2531be88fa
parente358669823a470a1dd9612af77d0ba45c8d3a4d1 (diff)
downloadports-0555518b38cf0a876c5a5d938a7d1c38e68bd698.tar.gz
ports-0555518b38cf0a876c5a5d938a7d1c38e68bd698.zip
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.
-rw-r--r--ports-mgmt/portsnap/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/portsnap/Makefile b/ports-mgmt/portsnap/Makefile
index 965acd484a0c..4631ad1b3863 100644
--- a/ports-mgmt/portsnap/Makefile
+++ b/ports-mgmt/portsnap/Makefile
@@ -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: