- update to 5.8 - change MASTER_SITES - disable PACKETSTORM mastersite for now - it doesn't have new distfile - actualize patches - add LICENSE - change url in pkg-descr Please mirror distfile on FreeBSD ftp! thc.org is unstable. Fix: Patch attached with submission follows:
Maintainer of security/hydra, Please note that PR ports/151699 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/151699 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Ruslan Mahmatkhanov <cvs-src@yandex.ru> writes: > MAINTAINER= llevier@argosnet.com > COMMENT= Brute force attack utility working on multiple network services > > +LICENSE= GPLv3 > +LICENSE_FILE_GPLv3=${WRKSRC}/LICENSE It displays a placeholder instead of WRKSRC/LICENSE $ make LICENSES_ASK= NO_LICENSES_DIALOGS= >/dev/null $ cat $(make -V _LICENSE_FILE) The license: GPLv3 (GNU General Public License version 3) is standard, please read from the web.
24.10.2010 23:57, Anonymous пиÑеÑ: > Ruslan Mahmatkhanov<cvs-src@yandex.ru> writes: > >> MAINTAINER= llevier@argosnet.com >> COMMENT= Brute force attack utility working on multiple network services >> >> +LICENSE= GPLv3 >> +LICENSE_FILE_GPLv3=${WRKSRC}/LICENSE > > It displays a placeholder instead of WRKSRC/LICENSE > > $ make LICENSES_ASK= NO_LICENSES_DIALOGS=>/dev/null > $ cat $(make -V _LICENSE_FILE) > The license: GPLv3 (GNU General Public License version 3) is standard, > please read from the web. Bad. So what should i do? Just remove LICENSE_FILE_GPLv3? -- Regards, Ruslan
Ruslan Mahmatkhanov <cvs-src@yandex.ru> writes: > 24.10.2010 23:57, Anonymous =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >> Ruslan Mahmatkhanov<cvs-src@yandex.ru> writes: >> >>> MAINTAINER=3D llevier@argosnet.com >>> COMMENT=3D Brute force attack utility working on multiple network ser= vices >>> >>> +LICENSE=3D GPLv3 >>> +LICENSE_FILE_GPLv3=3D${WRKSRC}/LICENSE >> >> It displays a placeholder instead of WRKSRC/LICENSE >> >> $ make LICENSES_ASK=3D NO_LICENSES_DIALOGS=3D>/dev/null >> $ cat $(make -V _LICENSE_FILE) >> The license: GPLv3 (GNU General Public License version 3) is standar= d, >> please read from the web. > > Bad. > So what should i do? Just remove LICENSE_FILE_GPLv3? Strip license suffix, it's used only for non-"single" licenses (dual/multi). On wiki.freebsd.org there is even an example LICENSE=3DGPLv2 LICENSE_FILE=3D${WRKSRC}/LICENSE Replace "GPLv2" with "GPLv3" and you're done. ;)
25.10.2010 00:37, Anonymous пиÑеÑ: > Ruslan Mahmatkhanov<cvs-src@yandex.ru> writes: > >> 24.10.2010 23:57, Anonymous пиÑеÑ: >>> Ruslan Mahmatkhanov<cvs-src@yandex.ru> writes: >>> >>>> MAINTAINER= llevier@argosnet.com >>>> COMMENT= Brute force attack utility working on multiple network services >>>> >>>> +LICENSE= GPLv3 >>>> +LICENSE_FILE_GPLv3=${WRKSRC}/LICENSE >>> >>> It displays a placeholder instead of WRKSRC/LICENSE >>> >>> $ make LICENSES_ASK= NO_LICENSES_DIALOGS=>/dev/null >>> $ cat $(make -V _LICENSE_FILE) >>> The license: GPLv3 (GNU General Public License version 3) is standard, >>> please read from the web. >> >> Bad. >> So what should i do? Just remove LICENSE_FILE_GPLv3? > > Strip license suffix, it's used only for non-"single" licenses (dual/multi). > On wiki.freebsd.org there is even an example > > LICENSE=GPLv2 > LICENSE_FILE=${WRKSRC}/LICENSE > > Replace "GPLv2" with "GPLv3" and you're done. ;) Ok. Thank you for explanation. -- Regards, Ruslan
Please use this patch instead. It contains LICENSE fix suggested by swell.k at gmail.com. -- Regards, Ruslan
Hi Edwin, Sorry for late reply, was far far away... That's ok for me. Please thank for me the person who proposed the port update. Brgrds
State Changed From-To: feedback->open Maintainer approved.
State Changed From-To: open->closed Committed, thanks!
pav 2010-11-08 18:45:02 UTC FreeBSD ports repository Modified files: security/hydra Makefile distinfo pkg-descr security/hydra/files patch-Makefile.am patch-configure Log: - Update to 5.8 PR: ports/151699 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: Laurent LEVIER <llevier@argosnet.com> (maintainer) Revision Changes Path 1.22 +4 -4 ports/security/hydra/Makefile 1.11 +2 -3 ports/security/hydra/distinfo 1.2 +3 -3 ports/security/hydra/files/patch-Makefile.am 1.2 +9 -9 ports/security/hydra/files/patch-configure 1.2 +1 -1 ports/security/hydra/pkg-descr _______________________________________________ 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"