aboutsummaryrefslogtreecommitdiffstats
path: root/security/pidentd
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2005-09-22 06:29:56 +0800
committerdinoex <dinoex@FreeBSD.org>2005-09-22 06:29:56 +0800
commitd859500604fc5e453f4aa996e3ff8582a61797d9 (patch)
tree77e18f2a08b0f2f4e9a1b93f4c0738f33d78259e /security/pidentd
parenta543644d74c164627089098e62b17a698520eab0 (diff)
downloadfreebsd-ports-gnome-d859500604fc5e453f4aa996e3ff8582a61797d9.tar.gz
freebsd-ports-gnome-d859500604fc5e453f4aa996e3ff8582a61797d9.tar.zst
freebsd-ports-gnome-d859500604fc5e453f4aa996e3ff8582a61797d9.zip
- mark BROKEN for FreeBSD >= 7
- drop maintainership
Diffstat (limited to 'security/pidentd')
-rw-r--r--security/pidentd/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile
index d89b5bc8bff9..cc735ac05801 100644
--- a/security/pidentd/Makefile
+++ b/security/pidentd/Makefile
@@ -18,7 +18,7 @@ PATCH_SITE_SUBDIR= dinoex
PATCHFILES= pidentd-${PORTVERSION}-ipv6-20040227.diff.gz
PATCH_DIST_STRIP= -p0
-MAINTAINER= dinoex@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= An RFC1413 identification server
USE_REINPLACE= yes
@@ -44,4 +44,10 @@ post-patch:
post-install:
${INSTALL_MAN} -m 644 ${WRKSRC}/doc/idecrypt.8 ${MANPREFIX}/man/man8/
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700000
+BROKEN= "patchfiles not updated"
+.endif
+
+.include <bsd.port.post.mk>