pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/claws-mail-pdf_viewer Added restriction on binary...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9dda596a6fbb
branches:  trunk
changeset: 544023:9dda596a6fbb
user:      smb <smb%pkgsrc.org@localhost>
date:      Thu Jul 03 18:04:26 2008 +0000

description:
Added restriction on binary redistribution because of GPL version
incompatibility with the claws-mail base package.

diffstat:

 mail/claws-mail-pdf_viewer/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 3eeba9b2f696 -r 9dda596a6fbb mail/claws-mail-pdf_viewer/Makefile
--- a/mail/claws-mail-pdf_viewer/Makefile       Thu Jul 03 18:01:13 2008 +0000
+++ b/mail/claws-mail-pdf_viewer/Makefile       Thu Jul 03 18:04:26 2008 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:33 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2008/07/03 18:04:26 smb Exp $
 #
 
 DISTNAME=      pdf_viewer-0.9.1
 PKGNAME=       claws-mail-pdf_viewer-0.9.1
+PKGREVISION=1
 CATEGORIES=    mail
 MASTER_SITES=  http://claws-mail.org/downloads/plugins/
 
@@ -11,6 +12,10 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+RESTRICTED=gpl-version-incompatibility
+NO_BIN_ON_FTP=${RESTRICTED}
+NO_BIN_ON_CDROM=${RESTRICTED}
+
 PLIST_SRC+=    PLIST
 
 DEPENDS+=      claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail



Home | Main Index | Thread Index | Old Index