Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2013 14:40:33 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324632 - head/deskutils/ical
Message-ID:  <201308121440.r7CEeXYh032530@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Aug 12 14:40:33 2013
New Revision: 324632
URL: http://svnweb.freebsd.org/changeset/ports/324632

Log:
  - Trim Makefile header down to two lines per recent agreements
  - Remove indefinite article from COMMENT (per PH section 5.6)
  - Drop conditional knobs assignments: the port is not anyone's master
  - Relax Tcl/Tk version requirement by properly supporting 86+
  - Define LICENSE while here (GPLv2), bump PORTREVISION

Modified:
  head/deskutils/ical/Makefile

Modified: head/deskutils/ical/Makefile
==============================================================================
--- head/deskutils/ical/Makefile	Mon Aug 12 14:21:36 2013	(r324631)
+++ head/deskutils/ical/Makefile	Mon Aug 12 14:40:33 2013	(r324632)
@@ -1,25 +1,21 @@
-# ex:ts=8
-# New ports collection makefile for:    ical
-# Date created:         Mon Aug 28 13:35:31 CDT 1995
-# Whom:                 erich@rrnet.com
-#
+# Created by: Eric L. Hernes <erich@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	ical
 PORTVERSION=	2.2
-PORTREVISION=	3
-CATEGORIES?=	deskutils tk
+PORTREVISION=	4
+CATEGORIES=	deskutils tk
 MASTER_SITES=	ftp://ftp.sunet.se/pub/vendor/sco/skunkware/src/shellutil/
 
 PATCH_SITES=	http://www.isi.edu/~johnh/SOFTWARE/ICAL/
 PATCHFILES=	ical-2.3.1-upvar.patch
 
-MAINTAINER?=	obrien@FreeBSD.org
-COMMENT?=	A calendar application
+MAINTAINER=	obrien@FreeBSD.org
+COMMENT=	Calendar application
 
-USE_TK?=	85
+LICENSE=	GPLv2
 
+USE_TK=		yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-tclconfig=${TCL_LIBDIR} \
 		--with-tclhdir=${TCL_INCLUDEDIR} \
@@ -29,6 +25,10 @@ CONFIGURE_ARGS=	--with-tclconfig=${TCL_L
 
 MAN1=		ical.1
 
+post-patch:
+	@${REINPLACE_CMD} -e 's,tcl->result,Tcl_GetStringResult(tcl),' \
+		${WRKSRC}/ical.C
+
 post-install:
 	@${STRIP_CMD} ${PREFIX}/bin/${DISTNAME}
 



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