From 4c71326948afbee6082c586d5a03a4990e82efd5 Mon Sep 17 00:00:00 2001 From: steven Date: Sun, 21 Sep 2008 10:31:34 +0000 Subject: [PATCH] license says it cannot be used as part of a commercial product. hence, set PERMIT_*_CDROM = No. pointed out by sturm@ --- security/libnipper/Makefile | 9 +++++---- security/nipper/Makefile | 10 +++++----- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/security/libnipper/Makefile b/security/libnipper/Makefile index ac41d592af4..777df511442 100644 --- a/security/libnipper/Makefile +++ b/security/libnipper/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2008/09/20 20:26:05 steven Exp $ +# $OpenBSD: Makefile,v 1.2 2008/09/21 10:31:34 steven Exp $ COMMENT = library for nipper DISTNAME = libnipper-0.12.1 +PKGNAME = ${DISTNAME}p0 CATEGORIES = security net SHARED_LIBS = nipper 0.0 @@ -10,10 +11,10 @@ SHARED_LIBS = nipper 0.0 HOMEPAGE = http://nipper.sf.net/ MAINTAINER = Steven Mestdagh -# GPLv3 -PERMIT_PACKAGE_CDROM = Yes +# GPLv3, but "cannot be used as part of a commercial product" +PERMIT_PACKAGE_CDROM = No PERMIT_PACKAGE_FTP = Yes -PERMIT_DISTFILES_CDROM =Yes +PERMIT_DISTFILES_CDROM =No PERMIT_DISTFILES_FTP = Yes MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=nipper/} diff --git a/security/nipper/Makefile b/security/nipper/Makefile index 5ea871cdcfc..0679956f0e6 100644 --- a/security/nipper/Makefile +++ b/security/nipper/Makefile @@ -1,19 +1,19 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2008/09/20 20:28:02 steven Exp $ +# $OpenBSD: Makefile,v 1.2 2008/09/21 10:31:34 steven Exp $ COMMENT = audit network device configuration V = 0.12.0 DISTNAME = nipper-cli-$V -PKGNAME = nipper-$V +PKGNAME = nipper-$Vp0 CATEGORIES = security net HOMEPAGE = http://nipper.sf.net/ MAINTAINER = Steven Mestdagh -# GPLv3 -PERMIT_PACKAGE_CDROM = Yes +# GPLv3, but "cannot be used as part of a commercial product" +PERMIT_PACKAGE_CDROM = No PERMIT_PACKAGE_FTP = Yes -PERMIT_DISTFILES_CDROM =Yes +PERMIT_DISTFILES_CDROM =No PERMIT_DISTFILES_FTP = Yes MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=nipper/}