How-To-Repeat: either $ make LICENSES_ASK= -> VIEW_GPLv3 View the license GPLv3 VIEW_LGPL3 View the license LGPL3 ACCEPT Accept the licenses (all) REJECT Reject the licenses (all) The license: GPLv3 (GNU General Public License version 3) is standard, please read from the web. or $ cat $(make -V _LICENSE_DIR)/GPLv3 The license: GPLv3 (GNU General Public License version 3) is standard, please read from the web.
Responsible Changed From-To: gnats-admin->freebsd-ports-bugs Ports PR
Responsible Changed From-To: freebsd-ports-bugs->kuriyama Over to maintainer (via the GNATS Auto Assign Tool)
Here is the stripped patch. Sorry, I assumed gnats was smart enough to understand base64 mails. --- a.diff begins here --- Index: security/gnupg/Makefile =================================================================== RCS file: /a/.cvsup/ports/security/gnupg/Makefile,v retrieving revision 1.129 diff -u -p -r1.129 Makefile --- security/gnupg/Makefile 20 Jul 2010 14:01:49 -0000 1.129 +++ security/gnupg/Makefile 21 Jul 2010 05:59:55 -0000 @@ -25,7 +25,8 @@ LIB_DEPENDS= assuan.0:${PORTSDIR}/securi LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi -LICENSE_FILE= ${WRKSRC}/COPYING ${WRKSRC}/COPYING.LIB +LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING +LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LIB USE_BZIP2= YES USE_GMAKE= YES GNU_CONFIGURE= YES --- a.diff ends here ---
State Changed From-To: open->closed Fixed, thanks!
kuriyama 2010-07-23 13:43:26 UTC FreeBSD ports repository Modified files: security/gnupg Makefile Added files: security/gnupg/files patch-keybox-blob.c Log: - Fix $LICENSE_FILE [1]. - Fix realloc bug in GPGSM (not affected GPG itself) [2]. PR: ports/148817 [1] Submitted by: Anonymous <swell.k@gmail.com> [1] Security: http://lists.gnupg.org/pipermail/gnupg-announce/2010q3/000302.html [2] Revision Changes Path 1.130 +3 -1 ports/security/gnupg/Makefile 1.1 +10 -0 ports/security/gnupg/files/patch-keybox-blob.c (new) _______________________________________________ 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"