Old version retrieved via anonymous FTP. Veritas no longer allows this. How-To-Repeat: make
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer)
State Changed From-To: open->feedback Awaiting maintainers feedback
I approve. Edwin Groothuis wrote: > Maintainer of sysutils/be_agent, > > Please note that PR ports/110035 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/110035 >
State Changed From-To: feedback->open Approved (submitter is maintainer)
State Changed From-To: open->feedback Please send updates in diff format, as described in the Porters Handbook
Hi, would it be possible that you resend your update for sysutils/be_agent as a patch in unified diff format (i.e. produced by "diff -u")? From the shar file you sent it is not easy to see what changed. Regards, Stefan
diff as I saw: ----------------------------------------------------------- diff -rubN /usr/ports/sysutils/be_agent/Makefile sysutils/be_agent/Makefile --- /usr/ports/sysutils/be_agent/Makefile Sat Sep 16 00:04:13 2006 +++ sysutils/be_agent/Makefile Sun Apr 15 16:21:08 2007 @@ -2,20 +2,18 @@ # Date created: 20 May 2005 # Whom: Tony Shadwick <numbski@hksilver.net> # -# $FreeBSD: ports/sysutils/be_agent/Makefile,v 1.4 2006/09/15 06:04:23 vd Exp $ -# +# $FreeBSD: ports/sysutils/be_agent/Makefile,v 1.4 2006/09/15 06:04:23 vd Exp $X# PORTNAME= be_agent PORTVERSION= 5.046 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.support.veritas.com/pub/support/products/Backup_Exec_for_WindowsNT/ \ - http://www.numbski.net/downloads/ +MASTER_SITES= # DISTNAME= nls_agnt_262592 EXTRACT_SUFX= .tar MAINTAINER= numbski@hksilver.net COMMENT= VERITAS Backup Exec (tm) UNIX Agent - +DOWNLOAD_URL= http://seer.support.veritas.com/docs/262592.htm USE_LINUX= yes NO_BUILD= yes @@ -26,6 +24,18 @@ PLIST_FILES= bin/agent.be \ etc/be-agent.cfg.sample +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +ECHO_MSG=/usr/bin/printf +IGNORE= :\n\ +Because of licensing restrictions, you must fetch the distribution\n\ +manually. Please access\n\ +\n\ + ${DOWNLOAD_URL}\n\ +\n\ +Click \"Download Now\"\, and agree to the license agreement. Please place\n\ +the downloaded ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}.\n +.endif + do-install: @${INSTALL_PROGRAM} ${WRKDIR}/common/agent.linux24 ${PREFIX}/bin/agent.be @${CAT} ${PKGMESSAGE} ${WRKDIR}/english/agent.cfg \
Responsible Changed From-To: freebsd-ports-bugs->tmclaugh Is this patch actually needed? Veritas makes the file fully available via anonymous FTP. The FTP server's motd simply has a standard US export restriction notice.
tmclaugh 2007-08-26 21:01:31 UTC FreeBSD ports repository Modified files: sysutils/be_agent Makefile Log: Distfile must be fetched manually now. PR: 110035 Submitted by: maintainer Revision Changes Path 1.5 +15 -3 ports/sysutils/be_agent/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed committed, thanks.