svn commit: r324263 - head/devel/tide
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Aug 5 07:49:14 UTC 2013
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 at t3x.org>
-#
+# Created by: Nils M Holm <nmh at 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 at 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/
More information about the svn-ports-head
mailing list