Date: Thu, 27 Jul 2017 00:22:25 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446705 - in head/devel: bugzilla44 bugzilla50 Message-ID: <201707270022.v6R0MPjd069810@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Thu Jul 27 00:22:25 2017 New Revision: 446705 URL: https://svnweb.freebsd.org/changeset/ports/446705 Log: devel/bugzilla[44|50]: Update license Approved by: portmgr (blanket) Modified: head/devel/bugzilla44/Makefile head/devel/bugzilla50/Makefile Modified: head/devel/bugzilla44/Makefile ============================================================================== --- head/devel/bugzilla44/Makefile Wed Jul 26 23:58:05 2017 (r446704) +++ head/devel/bugzilla44/Makefile Thu Jul 27 00:22:25 2017 (r446705) @@ -8,7 +8,8 @@ MASTER_SITES= MOZILLA/webtools MOZILLA/webtools/archiv MAINTAINER= bz-ports@FreeBSD.org COMMENT= Bug-tracking system developed by Mozilla Project -LICENSE= MPL +LICENSE= MPL20 +LICENSE_FILE= ${WRKSRC}/LICENSE # see Bugzilla/Install/Requirements.pm # PR 194782: silence Module::Pluggable deprecated warnings Modified: head/devel/bugzilla50/Makefile ============================================================================== --- head/devel/bugzilla50/Makefile Wed Jul 26 23:58:05 2017 (r446704) +++ head/devel/bugzilla50/Makefile Thu Jul 27 00:22:25 2017 (r446705) @@ -8,7 +8,8 @@ MASTER_SITES= MOZILLA/webtools MOZILLA/webtools/archiv MAINTAINER= bz-ports@FreeBSD.org COMMENT= Bug-tracking system developed by Mozilla Project -LICENSE= MPL +LICENSE= MPL20 +LICENSE_FILE= ${WRKSRC}/LICENSE # see Bugzilla/Install/Requirements.pm # PR 194782: silence Module::Pluggable deprecated warnings
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707270022.v6R0MPjd069810>