Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Aug 2015 10:26:02 +0000 (UTC)
From:      Ion-Mihai Tetcu <itetcu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393774 - head/sysutils/dt
Message-ID:  <201508091026.t79AQ2T5061859@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: itetcu
Date: Sun Aug  9 10:26:02 2015
New Revision: 393774
URL: https://svnweb.freebsd.org/changeset/ports/393774

Log:
  - replace back-up MASTERSITE with one that actually works [1]
  - pet portlint
  
  Submitted by:	Sitsofe Wheeler <sits@sucs.org> [1]
  MFH:		2 weeks

Modified:
  head/sysutils/dt/Makefile

Modified: head/sysutils/dt/Makefile
==============================================================================
--- head/sysutils/dt/Makefile	Sun Aug  9 10:10:03 2015	(r393773)
+++ head/sysutils/dt/Makefile	Sun Aug  9 10:26:02 2015	(r393774)
@@ -5,18 +5,23 @@ PORTNAME=	dt
 PORTVERSION=	17.07
 CATEGORIES=	sysutils
 MASTER_SITES=	http://home.comcast.net/~SCSIguy/SCSI_FAQ/RMiller_Tools/ftp/dt/ \
-		http://T32.TecNik93.com/FreeBSD/ports/dt/sources/
+		http://ionut.tetcu.info/FreeBSD/ports/distfiles/
+#PORTVERSION=	18.32
+#MASTER_SITES=	http://www.scsifaq.org/RMiller_Tools/ftp/dt/ \
+#		http://dl.dropboxusercontent.com/u/32363629/Datatest/
+#DISTNAME=	${PORTNAME}-source-v${PORTVERSION
 DISTNAME=	${PORTNAME}-source
 
 MAINTAINER=	itetcu@FreeBSD.org
 COMMENT=	Data Test Program - disk/tape error diagnostic tool
 
+LICENSE=	ISCL
+
 OPTIONS_DEFINE=	DOCS
 
 WRKSRC=		${WRKDIR}/dt.d
 MAKEFILE=	Makefile.freebsd
 ALL_TARGET=	dt
-LICENSE=	ISCL
 
 PORTDOCS=	README.1st ToDoList WhatsNew-* dt-UsersGuide.pdf dt-Overview.txt
 



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