svn commit: r324632 - head/deskutils/ical

Alexey Dokuchaev danfe at FreeBSD.org
Mon Aug 12 14:40:34 UTC 2013


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 at rrnet.com
-#
+# Created by: Eric L. Hernes <erich at 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 at FreeBSD.org
-COMMENT?=	A calendar application
+MAINTAINER=	obrien at 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}
 


More information about the svn-ports-head mailing list