svn commit: r322213 - head/sysutils/xfsprogs
Mark Linimon
linimon at FreeBSD.org
Wed Jul 3 03:01:20 UTC 2013
Author: linimon
Date: Wed Jul 3 03:01:20 2013
New Revision: 322213
URL: http://svnweb.freebsd.org/changeset/ports/322213
Log:
rodrigc's commit bit has been taken in for safekeeping.
Modified:
head/sysutils/xfsprogs/Makefile
Modified: head/sysutils/xfsprogs/Makefile
==============================================================================
--- head/sysutils/xfsprogs/Makefile Wed Jul 3 02:13:34 2013 (r322212)
+++ head/sysutils/xfsprogs/Makefile Wed Jul 3 03:01:20 2013 (r322213)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xfsprogs
-# Date created: Wed Jun 1 21:48:59 EDT 2005
-# Whom: Craig Rodrigues <rodrigc at FreeBSD.org>
-#
+# Created by: Craig Rodrigues <rodrigc at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= xfsprogs
PORTVERSION= 2.9.4
@@ -14,7 +10,7 @@ MASTER_SITES= ftp://oss.sgi.com/projects
DISTNAME= ${PORTNAME}_${PORTVERSION}
EXTRACT_SUFX= -1.tar.gz
-MAINTAINER= rodrigc at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= A set of utilities and library to manipulate an xfs filesystem
USE_GMAKE= yes
@@ -35,10 +31,6 @@ MAN8= fsck.xfs.8 mkfs.xfs.8 xfs_admin.8
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 700000
-BROKEN= Does not compile on less than FreeBSD 7.x
-.endif
-
post-extract:
${LN} -sf ${WRKDIR}/${PORTNAME}-${PORTVERSION} ${WRKSRC}
${REINPLACE_CMD} -e '/utmp/d' \
More information about the svn-ports-head
mailing list