svn commit: r393774 - head/sysutils/dt

Ion-Mihai Tetcu itetcu at FreeBSD.org
Sun Aug 9 10:26:03 UTC 2015


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 at 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 at 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
 


More information about the svn-ports-head mailing list