pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Comment out LICENSE=gnu-gpl-v3 for now as part of tran...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/629557c4e40f
branches:  trunk
changeset: 534768:629557c4e40f
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Oct 31 14:22:55 2007 +0000

description:
Comment out LICENSE=gnu-gpl-v3 for now as part of transition to switching
pkgsrc to using license.mk.  This will eventually be turned back on.

diffstat:

 mail/courier-analog/Makefile      |  4 ++--
 mail/courier-mta/Makefile.common  |  4 ++--
 security/courier-authlib/Makefile |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r 7b519c59a5d0 -r 629557c4e40f mail/courier-analog/Makefile
--- a/mail/courier-analog/Makefile      Wed Oct 31 12:29:33 2007 +0000
+++ b/mail/courier-analog/Makefile      Wed Oct 31 14:22:55 2007 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2007/10/15 15:37:29 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2007/10/31 14:22:55 jlam Exp $
 
 DISTNAME=      courier-analog-0.15
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=courier/}
 EXTRACT_SUFX=  .tar.bz2
 
-LICENSE=       gnu-gpl-v3
+#LICENSE=      gnu-gpl-v3
 
 MAINTAINER=    jlam%pkgsrc.org@localhost
 HOMEPAGE=      http://www.courier-mta.org/
diff -r 7b519c59a5d0 -r 629557c4e40f mail/courier-mta/Makefile.common
--- a/mail/courier-mta/Makefile.common  Wed Oct 31 12:29:33 2007 +0000
+++ b/mail/courier-mta/Makefile.common  Wed Oct 31 14:22:55 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.7 2007/10/15 15:37:14 jlam Exp $
+# $NetBSD: Makefile.common,v 1.8 2007/10/31 14:22:55 jlam Exp $
 
 COURIER_VERSION=       0.57.1
-LICENSE=               gnu-gpl-v3
+#LICENSE=              gnu-gpl-v3
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 7b519c59a5d0 -r 629557c4e40f security/courier-authlib/Makefile
--- a/security/courier-authlib/Makefile Wed Oct 31 12:29:33 2007 +0000
+++ b/security/courier-authlib/Makefile Wed Oct 31 14:22:55 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2007/10/15 15:37:01 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2007/10/31 14:22:55 jlam Exp $
 
 .include "Makefile.common"
 
@@ -16,7 +16,7 @@
 CONFLICTS+=    courier-authmysql-[0-9]*
 CONFLICTS+=    courier-authpgsql-[0-9]*
 
-LICENSE=       gnu-gpl-v3
+#LICENSE=      gnu-gpl-v3
 
 USE_LIBTOOL=           yes
 PKG_SYSCONFSUBDIR=     authlib



Home | Main Index | Thread Index | Old Index