From swell.k@gmail.com  Fri Dec 31 20:13:43 2010
Return-Path: <swell.k@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B3666106564A
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; Fri, 31 Dec 2010 20:13:42 +0000 (UTC)
Received: by ewy24 with SMTP id 24so5681195ewy.13
        for <FreeBSD-gnats-submit@freebsd.org>; 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 <swell.k@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] add missing LICENSE tag to my ports

>Number:         153589
>Category:       ports
>Synopsis:       [patch] add missing LICENSE tag to my ports
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    makc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 31 20:20:10 UTC 2010
>Closed-Date:    Sun Jan 02 14:13:39 UTC 2011
>Last-Modified:  Sun Jan  2 14:20:16 UTC 2011
>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 <bsd.port.mk>
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 <bsd.port.mk>
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:
Responsible-Changed-From-To: freebsd-ports-bugs->makc 
Responsible-Changed-By: makc 
Responsible-Changed-When: Fri Dec 31 22:47:02 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153589 
State-Changed-From-To: open->closed 
State-Changed-By: makc 
State-Changed-When: Sun Jan 2 14:13:38 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153589 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153589: commit references a PR
Date: Sun,  2 Jan 2011 14:13:07 +0000 (UTC)

 makc        2011-01-02 14:13:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/jokosher       Makefile distinfo 
     audio/libgme         Makefile distinfo 
     multimedia/vdpauinfo Makefile distinfo 
     net-p2p/amule        Makefile distinfo 
     net-p2p/amule-devel  Makefile 
     www/py-rssdler       Makefile distinfo 
     x11/cl-clx           Makefile distinfo 
   Log:
   Add license info
   Remove md5 sums
   
   PR:             ports/153589
   Submitted by:   maintainer (swell.k at gmail.com)
   
   Revision  Changes    Path
   1.4       +3 -0      ports/audio/jokosher/Makefile
   1.2       +0 -1      ports/audio/jokosher/distinfo
   1.2       +8 -0      ports/audio/libgme/Makefile
   1.2       +0 -1      ports/audio/libgme/distinfo
   1.2       +3 -0      ports/multimedia/vdpauinfo/Makefile
   1.2       +0 -1      ports/multimedia/vdpauinfo/distinfo
   1.49      +4 -0      ports/net-p2p/amule-devel/Makefile
   1.45      +4 -0      ports/net-p2p/amule/Makefile
   1.17      +0 -1      ports/net-p2p/amule/distinfo
   1.5       +2 -0      ports/www/py-rssdler/Makefile
   1.2       +0 -1      ports/www/py-rssdler/distinfo
   1.2       +2 -0      ports/x11/cl-clx/Makefile
   1.2       +0 -1      ports/x11/cl-clx/distinfo
 _______________________________________________
 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"
 
>Unformatted:
