Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2013 07:49:13 +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: r324263 - head/devel/tide
Message-ID:  <201308050749.r757nD68090865@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Aug  5 07:49:13 2013
New Revision: 324263
URL: http://svnweb.freebsd.org/changeset/ports/324263

Log:
  - Tighten Makefile header and COMMENT line, define LICENSE
  - Void MASTER_SITES, adjust URL in pkg-descr to working one
  - Mark as make jobs (-jX) unsafe for the moment
  
  Maintainer was notified about the problems with the port.

Modified:
  head/devel/tide/Makefile
  head/devel/tide/pkg-descr

Modified: head/devel/tide/Makefile
==============================================================================
--- head/devel/tide/Makefile	Mon Aug  5 07:14:43 2013	(r324262)
+++ head/devel/tide/Makefile	Mon Aug  5 07:49:13 2013	(r324263)
@@ -1,24 +1,23 @@
-# New ports collection makefile for:	tide
-# Date created:				16 October 2000
-# Whom:					Nils M Holm <nmh@t3x.org>
-#
+# Created by: Nils M Holm <nmh@t3x.org>
 # $FreeBSD$
-#
 
 PORTNAME=	tide
 PORTVERSION=	3.2.0
 CATEGORIES=	devel
-MASTER_SITES=	http://www.t3x.org/files/
+MASTER_SITES=	# http://www.t3x.org/files/
 DISTNAME=	tide-${PORTVERSION:S/.//g}
 
 MAINTAINER=	nmh@t3x.org
-COMMENT=	A collection of classes for the T3X language
+COMMENT=	Collection of classes for the T3X language
+
+LICENSE=	BSD
 
 BUILD_DEPENDS=	tx:${PORTSDIR}/lang/t3x
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 ONLY_FOR_ARCHS=	i386
 
-MAKE_ENV+=	T3XDIR=${LOCALBASE}/t3x/r8
+MAKE_ENV=	T3XDIR="${LOCALBASE}/t3x/r8"
+MAKE_JOBS_UNSAFE=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/tide/pkg-descr
==============================================================================
--- head/devel/tide/pkg-descr	Mon Aug  5 07:14:43 2013	(r324262)
+++ head/devel/tide/pkg-descr	Mon Aug  5 07:49:13 2013	(r324263)
@@ -1,3 +1,3 @@
-A collection of classes for the T3X language.
+TIDE is a collection of add-on classes for the T3X language.
 
-WWW: http://www.t3x.org/t3x/
+WWW: http://www.t3x.org/



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