svn commit: r318984 - head/misc/libmcal
Thierry Thomas
thierry at FreeBSD.org
Fri May 24 15:52:20 UTC 2013
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 at thomas.as
-#
+# Created by: thierry at thomas.as
# $FreeBSD$
-#
PORTNAME= libmcal
PORTVERSION= 0.7
@@ -15,12 +11,16 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} mc
MAINTAINER= thierry at 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
More information about the svn-ports-head
mailing list