pkgsrc-WIP-changes archive

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

Remove DJB_RESTRICTED. Set some LICENSE.



Module Name:	pkgsrc-wip
Committed By:	Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By:	schmonz
Date:		Thu Nov 19 10:23:42 2020 +0100
Changeset:	45ef35868e0c64ac8a5c81b82d6342d523998a48

Modified Files:
	clockspeed/Makefile
	ipsvd/Makefile
	runit/Makefile
	socklog/Makefile
	uschedule/Makefile

Log Message:
Remove DJB_RESTRICTED. Set some LICENSE.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=45ef35868e0c64ac8a5c81b82d6342d523998a48

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 clockspeed/Makefile | 1 -
 ipsvd/Makefile      | 2 +-
 runit/Makefile      | 2 +-
 socklog/Makefile    | 2 +-
 uschedule/Makefile  | 1 -
 5 files changed, 3 insertions(+), 5 deletions(-)

diffs:
diff --git a/clockspeed/Makefile b/clockspeed/Makefile
index 693875e3b5..a4ec6c2f3e 100644
--- a/clockspeed/Makefile
+++ b/clockspeed/Makefile
@@ -16,7 +16,6 @@ PKGDOCDIR=	${PREFIX}/share/doc/${PKGBASE}
 EGDIR=		${PREFIX}/share/examples/${PKGBASE}
 CLOCKSPEEDDIR=	${VARBASE}/${PKGBASE}
 
-DJB_RESTRICTED=		NO
 DJB_CONFIG_PREFIX=	${CLOCKSPEEDDIR}
 
 SUBST_CLASSES+=		djberrno
diff --git a/ipsvd/Makefile b/ipsvd/Makefile
index 054482adb1..64e19d6472 100644
--- a/ipsvd/Makefile
+++ b/ipsvd/Makefile
@@ -7,12 +7,12 @@ MASTER_SITES=	${HOMEPAGE}
 MAINTAINER=	neil%daikokuya.co.uk@localhost
 HOMEPAGE=	http://smarden.org/ipsvd/
 COMMENT=	Internet protocol service daemons
+LICENSE=	modified-bsd
 
 WRKSRC=		${WRKDIR}/net/${DISTNAME}
 CMDDIR=		${WRKSRC}/command
 PKGDOCDIR=	${PREFIX}/share/doc/${PKGBASE}
 
-DJB_RESTRICTED=		NO
 DJB_SLASHPACKAGE=	YES
 
 SUBST_CLASSES+=		djberrno
diff --git a/runit/Makefile b/runit/Makefile
index f4c34f5eca..a0ae9b3802 100644
--- a/runit/Makefile
+++ b/runit/Makefile
@@ -7,6 +7,7 @@ MASTER_SITES=	${HOMEPAGE}
 MAINTAINER=	neil%daikokuya.co.uk@localhost
 HOMEPAGE=	http://smarden.org/runit/
 COMMENT=	UNIX init scheme with service supervision
+LICENSE=	modified-bsd
 
 WRKSRC=		${WRKDIR}/admin/${DISTNAME}
 CMDDIR=		${WRKSRC}/command
@@ -15,7 +16,6 @@ PKGEXAMPLEDIR=	${PREFIX}/share/examples/${PKGBASE}
 
 USE_TOOLS+=		pax
 BUILD_DEFS+=		VARBASE
-DJB_RESTRICTED=		NO
 DJB_SLASHPACKAGE=	YES
 
 SUBST_CLASSES+=		djberrno
diff --git a/socklog/Makefile b/socklog/Makefile
index 9c0c93996a..cea5dcb1b5 100644
--- a/socklog/Makefile
+++ b/socklog/Makefile
@@ -7,12 +7,12 @@ MASTER_SITES=	${HOMEPAGE}
 MAINTAINER=	neil%daikokuya.co.uk@localhost
 HOMEPAGE=	http://smarden.org/socklog/
 COMMENT=	System and kernel logging services
+LICENSE=	modified-bsd
 
 WRKSRC=		${WRKDIR}/admin/${DISTNAME}
 CMDDIR=		${WRKSRC}/command
 PKGDOCDIR=	${PREFIX}/share/doc/${PKGBASE}
 
-DJB_RESTRICTED=		NO
 DJB_SLASHPACKAGE=	YES
 
 SUBST_CLASSES+=		djberrno
diff --git a/uschedule/Makefile b/uschedule/Makefile
index 15a86392ad..f48ee46bf7 100644
--- a/uschedule/Makefile
+++ b/uschedule/Makefile
@@ -13,7 +13,6 @@ CMDDIR=		${WRKSRC}/command
 DOCDIR=		${WRKSRC}/doc
 PKGDOCDIR=	${PREFIX}/share/doc/${PKGBASE}
 
-DJB_RESTRICTED=		NO
 DJB_SLASHPACKAGE=	YES
 NO_CONFIGURE=		YES
 


Home | Main Index | Thread Index | Old Index