pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/libpsl Fix DESCR wrapping, bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b03cefe46f4
branches:  trunk
changeset: 311000:8b03cefe46f4
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Jul 29 14:17:06 2018 +0000

description:
Fix DESCR wrapping, bump revision.

Noticed by wiz@

diffstat:

 www/libpsl/DESCR    |  15 ++++++++-------
 www/libpsl/Makefile |   3 ++-
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r 39716f7f180c -r 8b03cefe46f4 www/libpsl/DESCR
--- a/www/libpsl/DESCR  Sun Jul 29 13:45:22 2018 +0000
+++ b/www/libpsl/DESCR  Sun Jul 29 14:17:06 2018 +0000
@@ -3,19 +3,20 @@
 
 Browsers and other web clients can use it to
 
-* avoid privacy-leaking "supercookies" avoid privacy-leaking
-* "super domain" certificates (see post from Jeffry Walton) domain
-* highlighting parts of the domain in a user interface sorting
-* domain lists by site
+* avoid privacy-leaking "supercookies"
+* avoid privacy-leaking "super domain" certificates
+  (see post from Jeffry Walton)
+* domain highlighting (parts of the domain) in a user interface
+* sorting domain lists by site
 
-Libpsl...
+libpsl ...
 
 * has built-in PSL data for fast access
 * allows to load PSL data from files
 * checks if a given domain is a "public suffix"
 * provides immediate cookie domain verification
 * finds the longest public part of a given domain
-* finds the shortest private part of a given domain works with
-  international domains (UTF-8 and IDNA2008 Punycode)
+* finds the shortest private part of a given domain
+* works with international domains (UTF-8 and IDNA2008 Punycode)
 * is thread-safe
 * handles IDNA2008 UTS#46
diff -r 39716f7f180c -r 8b03cefe46f4 www/libpsl/Makefile
--- a/www/libpsl/Makefile       Sun Jul 29 13:45:22 2018 +0000
+++ b/www/libpsl/Makefile       Sun Jul 29 14:17:06 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2018/07/28 12:25:20 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2018/07/29 14:17:06 bsiegert Exp $
 
 DISTNAME=      libpsl-0.20.2
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rockdaboot/}
 GITHUB_RELEASE=        ${DISTNAME}



Home | Main Index | Thread Index | Old Index