From owner-svn-ports-head@FreeBSD.ORG Fri May 24 15:52:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AB134CC0; Fri, 24 May 2013 15:52:20 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9DFFBA74; Fri, 24 May 2013 15:52:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4OFqKZJ079126; Fri, 24 May 2013 15:52:20 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4OFqK20079125; Fri, 24 May 2013 15:52:20 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201305241552.r4OFqK20079125@svn.freebsd.org> From: Thierry Thomas Date: Fri, 24 May 2013 15:52:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318984 - head/misc/libmcal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2013 15:52:20 -0000 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