From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 31 20:20:11 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1406510656CF for ; Fri, 31 Dec 2010 20:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DDB9E8FC29 for ; Fri, 31 Dec 2010 20:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBVKKAQw001370 for ; Fri, 31 Dec 2010 20:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBVKKAYI001369; Fri, 31 Dec 2010 20:20:10 GMT (envelope-from gnats) Resent-Date: Fri, 31 Dec 2010 20:20:10 GMT Resent-Message-Id: <201012312020.oBVKKAYI001369@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anonymous Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3666106564A for ; Fri, 31 Dec 2010 20:13:43 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 484BF8FC0C for ; Fri, 31 Dec 2010 20:13:42 +0000 (UTC) Received: by ewy24 with SMTP id 24so5681195ewy.13 for ; Fri, 31 Dec 2010 12:13:42 -0800 (PST) Received: by 10.213.29.16 with SMTP id o16mr4920317ebc.58.1293826421944; Fri, 31 Dec 2010 12:13:41 -0800 (PST) Received: from localhost ([199.48.147.37]) by mx.google.com with ESMTPS id u1sm12549123eeh.4.2010.12.31.12.13.37 (version=SSLv3 cipher=RC4-MD5); Fri, 31 Dec 2010 12:13:41 -0800 (PST) Message-Id: <86hbdtzoo2.fsf@gmail.com> Date: Fri, 31 Dec 2010 23:13:17 +0300 From: Anonymous To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/153589: [patch] add missing LICENSE tag to my ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2010 20:20:11 -0000 >Number: 153589 >Category: ports >Synopsis: [patch] add missing LICENSE tag to my ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 31 20:20:10 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Anonymous >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: my ports that already has LICENSE tag: devel/lua-alien graphics/apngasm multimedia/libvdpau sysutils/jfbterm >Description: Bring consistency by adding LICENSE tag where it's missing: - mark (L)GPLv2+ ports as having "dual" license - (L)GPLv2 + (L)GPLv3 - x11/cl-clx has a mixture of MIT-like licenses[1] [1] this makes its placeholder The license: MIT (MIT license / X11 license) is standard, please read from the web. seem like a joke when you consider that package.lisp has MIT copyright >How-To-Repeat: >Fix: --- a.diff begins here --- Index: audio/jokosher/Makefile =================================================================== RCS file: /a/.cvsup/ports/audio/jokosher/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- audio/jokosher/Makefile 23 Sep 2010 04:01:43 -0000 1.3 +++ audio/jokosher/Makefile 31 Dec 2010 18:33:25 -0000 @@ -16,6 +17,9 @@ COMMENT= Multi-track non-linear audio ed RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ easy_install:${PORTSDIR}/devel/py-setuptools +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_PYTHON= yes USE_PYDISTUTILS=yes USE_GNOME= gnomehier Index: audio/libgme/Makefile =================================================================== RCS file: /a/.cvsup/ports/audio/libgme/Makefile,v retrieving revision 1.1 diff -u -p -r1.1 Makefile --- audio/libgme/Makefile 10 May 2010 05:47:48 -0000 1.1 +++ audio/libgme/Makefile 31 Dec 2010 19:40:30 -0000 @@ -15,9 +15,17 @@ EXTRACT_SUFX= .tbz2 MAINTAINER= swell.k@gmail.com COMMENT= A collection of video game music emulators +LICENSE= LGPL21 LGPL3 +LICENSE_COMB= dual +LICENSE_FILE_LGPL21=${WRKSRC}/license.txt + PROJECTHOST= game-music-emu +USE_DOS2UNIX= yes USE_BZIP2= yes USE_CMAKE= yes USE_LDCONFIG= yes +# XXX: dialog(1) doesn't like ^M in LICENSE_FILE +post-extract: patch-dos2unix + .include Index: multimedia/vdpauinfo/Makefile =================================================================== RCS file: /a/.cvsup/ports/multimedia/vdpauinfo/Makefile,v retrieving revision 1.1 diff -u -p -r1.1 Makefile --- multimedia/vdpauinfo/Makefile 24 Sep 2010 19:06:26 -0000 1.1 +++ multimedia/vdpauinfo/Makefile 30 Nov 2010 19:29:18 -0000 @@ -17,6 +17,9 @@ LIB_DEPENDS= vdpau.1:${PORTSDIR}/multime GNU_CONFIGURE= yes +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + PLIST_FILES= bin/vdpauinfo .include Index: net-p2p/amule/Makefile =================================================================== RCS file: /a/.cvsup/ports/net-p2p/amule/Makefile,v retrieving revision 1.44 diff -u -p -r1.44 Makefile --- net-p2p/amule/Makefile 24 Oct 2010 21:53:09 -0000 1.44 +++ net-p2p/amule/Makefile 31 Dec 2010 18:58:15 -0000 @@ -19,6 +19,10 @@ BUILD_DEPENDS= ${FLEX}:${PORTSDIR}/textp CONFLICTS= amule-devel-[0-9]* +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual +LICENSE_FILE_GPLv2=${WRKSRC}/docs/COPYING + USE_BZIP2= yes USE_GNOME= pkgconfig USE_GMAKE= yes Index: net-p2p/amule-devel/Makefile =================================================================== RCS file: /a/.cvsup/ports/net-p2p/amule-devel/Makefile,v retrieving revision 1.48 diff -u -p -r1.48 Makefile --- net-p2p/amule-devel/Makefile 23 Dec 2010 03:59:36 -0000 1.48 +++ net-p2p/amule-devel/Makefile 31 Dec 2010 18:59:50 -0000 @@ -20,6 +20,10 @@ BUILD_DEPENDS= ${FLEX}:${PORTSDIR}/textp CONFLICTS= amule-[0-9]* +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual +LICENSE_FILE_GPLv2=${WRKSRC}/docs/COPYING + USE_BZIP2= yes USE_GNOME= pkgconfig USE_GMAKE= yes Index: www/py-rssdler/Makefile =================================================================== RCS file: /a/.cvsup/ports/www/py-rssdler/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- www/py-rssdler/Makefile 19 Oct 2010 05:56:15 -0000 1.4 +++ www/py-rssdler/Makefile 31 Dec 2010 19:01:35 -0000 @@ -18,6 +18,8 @@ COMMENT= Automatically grab link element BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=4.1:${PORTSDIR}/textproc/py-feedparser RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=4.1:${PORTSDIR}/textproc/py-feedparser +LICENSE= GPLv2 + USE_PYTHON= yes USE_PYDISTUTILS=yes WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g} Index: x11/cl-clx/Makefile =================================================================== RCS file: /a/.cvsup/ports/x11/cl-clx/Makefile,v retrieving revision 1.1 diff -u -p -r1.1 Makefile --- x11/cl-clx/Makefile 8 Oct 2010 20:14:58 -0000 1.1 +++ x11/cl-clx/Makefile 31 Dec 2010 19:20:39 -0000 @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= swell.k@gmail.com COMMENT= X11 client library for Common Lisp +LICENSE= MIT + .if !defined(FASL_BUILD) USE_ASDF= yes INFO= clx --- a.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: