Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 07:40:27 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348041 - in head: . sysutils/seatools
Message-ID:  <201403130740.s2D7eRVd060002@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Thu Mar 13 07:40:26 2014
New Revision: 348041
URL: http://svnweb.freebsd.org/changeset/ports/348041
QAT: https://qat.redports.org/buildarchive/r348041/

Log:
  . support STAGE;
  . use the same text both at LEGAL file and IGNORE message;  [1]
  . use new DOWNLOAD_URL.
  
  Reported by:	eadler (via e-mail)  [1]

Modified:
  head/LEGAL
  head/sysutils/seatools/Makefile

Modified: head/LEGAL
==============================================================================
--- head/LEGAL	Thu Mar 13 06:54:40 2014	(r348040)
+++ head/LEGAL	Thu Mar 13 07:40:26 2014	(r348041)
@@ -226,7 +226,7 @@ ringtonetools-*		misc/ringtonetools	Not 
 rsmb-*			net/rsmb		Must register for account on IBM web site, must agree to license before downloading, and no redistribution allowed
 savage/SFE*		games/linux-savage	Freeware, but license terms are unclear
 scv-1.0p2-sysc*		cad/scv			License agreement required
-seatools_cli.tar	sysutils/seatools	Distfile should be loaded by hand
+seatools_cli.tar	sysutils/seatools	Redistribution is not permitted
 serialmail-*		mail/serialmail		No license -- see http://cr.yp.to/softwarelaw.html
 serious.sam*		games/linux-ssamtfe	Redistribution limited
 serious.sam*		games/linux-ssamtse	Redistribution limited

Modified: head/sysutils/seatools/Makefile
==============================================================================
--- head/sysutils/seatools/Makefile	Thu Mar 13 06:54:40 2014	(r348040)
+++ head/sysutils/seatools/Makefile	Thu Mar 13 07:40:26 2014	(r348041)
@@ -12,9 +12,9 @@ EXTRACT_SUFX=		.tar
 MAINTAINER=		bsam@FreeBSD.org
 COMMENT=		Seagate's SeaTools for Linux
 
-DOWNLOAD_URL=		http://download.seagate.com/seatools/registration.nsf/linux_cli?openform
+DOWNLOAD_URL=		http://www.seagate.com/files/www-content/support-content/downloads/seatools/_shared/downloads/seatools_cli.tar
 NO_WRKSUBDIR=		yes
-RESTRICTED=		The distfile should be downloaded by hand
+RESTRICTED=		Redistribution is not permitted
 ONLY_FOR_ARCHS=		i386 amd64
 USE_LINUX=		yes
 
@@ -23,24 +23,18 @@ PORTDOCS=		sthelp.txt
 
 OPTIONS_DEFINE=		DOCS
 
-NO_STAGE=	yes
 do-build:
 	@${BRANDELF} -t Linux ${WRKSRC}/st
 
-.include <bsd.port.options.mk>
-
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/st ${PREFIX}/sbin/st
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/sthelp.txt ${DOCSDIR}/sthelp.txt
-.endif
+	${INSTALL_PROGRAM} ${WRKSRC}/st ${STAGEDIR}${PREFIX}/sbin/st
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/sthelp.txt ${STAGEDIR}${DOCSDIR}/sthelp.txt
 
 .include <bsd.port.pre.mk>
 
 .if (!exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}))
-IGNORE=	please access ${DOWNLOAD_URL} with a web browser, fill the web form.\
-Please place the downloaded ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}
+IGNORE=	please fetch the distfile: ${DOWNLOAD_URL} by hand and place it in ${DISTDIR}
 .endif
 
 .include <bsd.port.post.mk>



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