[Midnightbsd-cvs] mports: Makefile: Actually this is GPLv2.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Jun 17 12:50:42 EDT 2008


Log Message:
-----------
Actually this is GPLv2.  You need to put the version of the gpl.  

LICENSE=gpl means gpl v1

lgpl is a special case because we don't record if it's lpgl 2.0 2.1 etc 

Also, put the LICENSE after MAINTAINER and COMMENTS

Modified Files:
--------------
    mports/mail/fetchmail:
        Makefile (r1.8 -> r1.9)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/mail/fetchmail/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -L mail/fetchmail/Makefile -L mail/fetchmail/Makefile -u -r1.8 -r1.9
--- mail/fetchmail/Makefile
+++ mail/fetchmail/Makefile
@@ -18,10 +18,10 @@
 MASTER_SITE_SUBDIR=	fetchmail
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:DEFAULT,leo,sunsite
 SUB_FILES=	pkg-message
-LICENSE=	gpl
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Batch mail retrieval utility for IMAP/POP3/ETRN/ODMR
+LICENSE=	gpl2
 
 RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root.crt:${PORTSDIR}/security/ca-roots
 


More information about the Midnightbsd-cvs mailing list