git: 0555518b38cf - main - ports-mgmt/portsnap: Fix MAINTAINER
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 May 2023 15:47:03 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0555518b38cf0a876c5a5d938a7d1c38e68bd698
commit 0555518b38cf0a876c5a5d938a7d1c38e68bd698
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-16 13:36:25 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-16 15:46:52 +0000
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.
---
ports-mgmt/portsnap/Makefile | 8 ++++----
1 file 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: