Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 15:52:20 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318984 - head/misc/libmcal
Message-ID:  <201305241552.r4OFqK20079125@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Fri May 24 15:52:20 2013
New Revision: 318984
URL: http://svnweb.freebsd.org/changeset/ports/318984

Log:
  Unbreak on -CURRENT.
  
  Since I'm there, mark it as deprecated, because therte is no more
  consumer for this lib in the tree, and its development stopped years
  ago.
  
  Reported by:	pointyhat via miwi

Modified:
  head/misc/libmcal/Makefile   (contents, props changed)

Modified: head/misc/libmcal/Makefile
==============================================================================
--- head/misc/libmcal/Makefile	Fri May 24 15:52:14 2013	(r318983)
+++ head/misc/libmcal/Makefile	Fri May 24 15:52:20 2013	(r318984)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libmcal
-# Date created:		Sat Oct 13 08:45:04 GMT 2001
-# Whom:			thierry@thomas.as
-#
+# Created by: thierry@thomas.as
 # $FreeBSD$
-#
 
 PORTNAME=	libmcal
 PORTVERSION=	0.7
@@ -15,12 +11,16 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX} mc
 MAINTAINER=	thierry@FreeBSD.org
 COMMENT=	Modular Calendar Access Library
 
+DEPRECATED=	No more used and development discontinued
+EXPIRATION_DATE=2013-12-31
+
 USE_AUTOTOOLS=	libltdl
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 CONFIGURE_ARGS=	--with-mstore --with-icap \
 		--prefix=${PREFIX} --exec-prefix=${PREFIX}
 USE_LDCONFIG=	yes
+USES=		bison
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 WRKSRCDRV=	${WRKDIR}/mcal-drivers



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305241552.r4OFqK20079125>