[Midnightbsd-cvs] mports [22475] trunk/mail/hashcash: update license
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jun 11 14:37:24 EDT 2017
Revision: 22475
http://svnweb.midnightbsd.org/mports/?rev=22475
Author: laffer1
Date: 2017-06-11 14:37:24 -0400 (Sun, 11 Jun 2017)
Log Message:
-----------
update license
Modified Paths:
--------------
trunk/mail/hashcash/Makefile
trunk/mail/hashcash/pkg-descr
Modified: trunk/mail/hashcash/Makefile
===================================================================
--- trunk/mail/hashcash/Makefile 2017-06-11 18:36:40 UTC (rev 22474)
+++ trunk/mail/hashcash/Makefile 2017-06-11 18:37:24 UTC (rev 22475)
@@ -8,6 +8,7 @@
PORTNAME= hashcash
PORTVERSION= 1.22
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.hashcash.org/source/
EXTRACT_SUFX= .tgz
@@ -14,9 +15,18 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Anti-spam / denial of service counter-measure tool
-LICENSE= bsd3
-MAN1= hashcash.1 sha1-hashcash.1
+
+LICENSE= CPL
+LICENSE_NAME= CPL
+LICENSE_TEXT= http://www.cypherspace.org/CPL/
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+USES= tar:tgz
+
PLIST_FILES= bin/hashcash bin/sha1
+PLIST_FILES+= man/man1/hashcash.1.gz
+PLIST_FILES+= man/man1/sha1-hashcash.1.gz
+
PORTDOCS= CHANGELOG LICENSE README
ALL_TARGET= generic
Modified: trunk/mail/hashcash/pkg-descr
===================================================================
--- trunk/mail/hashcash/pkg-descr 2017-06-11 18:36:40 UTC (rev 22474)
+++ trunk/mail/hashcash/pkg-descr 2017-06-11 18:37:24 UTC (rev 22475)
@@ -1,7 +1,6 @@
The hashcash tool allows you to create hashcash tokens to attach to
emails you send, and to verify hashcash tokens attached to emails you
receive. A hashcash token constitutes a proof-of-work which takes a
-parameterizable amount of work to compute for the sender.
+parameterizable amount of work to compute for the sender.
-Author: Adam Back <adam at cypherspace.org>
-WWW: http://www.hashcash.org/
+WWW: http://www.hashcash.org/
More information about the Midnightbsd-cvs
mailing list