aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2010-11-11 09:15:22 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2010-11-11 09:15:22 +0000
commit813a18744b597eb7e9a23888b53d35fe0703807b (patch)
tree48a6268018265dc51ec979c9607fdae911b7b831 /archivers
parent6f9c465cacf30a27e702cd15fe2f1992537fc9d0 (diff)
downloadports-813a18744b597eb7e9a23888b53d35fe0703807b.tar.gz
ports-813a18744b597eb7e9a23888b53d35fe0703807b.zip
- Mark BROKEN on: ${OSVERSION} < 700055 || ${OSVERSION} >= 801500
- Drop maintainership
Notes
Notes: svn path=/head/; revision=264396
Diffstat (limited to 'archivers')
-rw-r--r--archivers/bsdar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/bsdar/Makefile b/archivers/bsdar/Makefile
index 7be2d9773e18..106bb79ac802 100644
--- a/archivers/bsdar/Makefile
+++ b/archivers/bsdar/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://people.freebsd.org/~kaiw/distfiles/
PKGNAMEPREFIX= bsd-
EXTRACT_SUFX= .tgz
-MAINTAINER= ehaupt@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= BSD-licensed replacement of the ar utility
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -20,7 +20,7 @@ MAN1= ar.1 ranlib.1
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 700055 || ${OSVERSION} >= 900012
+.if ${OSVERSION} < 700055 || ${OSVERSION} >= 801500
IGNORE= does not compile
.endif