svn commit: r326883 - head/databases/mird
John Marino
marino at FreeBSD.org
Tue Sep 10 09:39:02 UTC 2013
Author: marino
Date: Tue Sep 10 09:39:02 2013
New Revision: 326883
URL: http://svnweb.freebsd.org/changeset/ports/326883
Log:
databases/mird: Mark BROKEN, checksum mismatch
PR: ports/181549 (timed out)
Modified:
head/databases/mird/Makefile
Modified: head/databases/mird/Makefile
==============================================================================
--- head/databases/mird/Makefile Tue Sep 10 09:35:54 2013 (r326882)
+++ head/databases/mird/Makefile Tue Sep 10 09:39:02 2013 (r326883)
@@ -1,9 +1,5 @@
-# ports collection makefile for: Mird 1.0.7
-# Date created: 07 November 2001
-# Whom: Xavier Beaudouin <kiwi at oav.net>
-#
+# Created by: Xavier Beaudouin <kiwi at oav.net>
# $FreeBSD$
-#
PORTNAME= mird
PORTVERSION= 1.0.7
@@ -17,11 +13,13 @@ DISTNAME= Mird-${PORTVERSION}
MAINTAINER= kiwi at oav.net
COMMENT= A free database library with transaction support
+BROKEN= Unfetchable due to checksum mismatch
+
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_AUTOTOOLS= autoconf:env
USE_GCC= any
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-debug
USE_LDCONFIG= yes
More information about the svn-ports-all
mailing list