1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

- Update to 0.16.0

- Bump PORTREVISION for dependent ports

Changes:	https://github.com/rockdaboot/libpsl/blob/master/NEWS
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-12-12 20:57:42 +00:00
parent 597006d826
commit 7951f57490
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428433
6 changed files with 8 additions and 23 deletions

View File

@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= libpsl
PORTVERSION= 0.15.0
PORTVERSION= 0.16.0
DISTVERSIONPREFIX= ${PORTNAME}-
PORTREVISION= 1
CATEGORIES= dns
MAINTAINER= sunpoet@FreeBSD.org
@ -51,7 +50,4 @@ NLS_CPPFLAGS= -DENABLE_NLS=1
NLS_USES= gettext
NLS_USES_OFF= gettext-tools
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/psl2c ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1479478048
SHA256 (rockdaboot-libpsl-libpsl-0.15.0_GH0.tar.gz) = abdfa468df012b927995dad056fd425ba357eed5bf00083246fada9720ad4480
SIZE (rockdaboot-libpsl-libpsl-0.15.0_GH0.tar.gz) = 50248
TIMESTAMP = 1481476237
SHA256 (rockdaboot-libpsl-libpsl-0.16.0_GH0.tar.gz) = f27318917f740e8d92554c2916aa2b3f6abcb49e19139c65baebb3e0ff0f3cdf
SIZE (rockdaboot-libpsl-libpsl-0.16.0_GH0.tar.gz) = 48888

View File

@ -1,11 +0,0 @@
--- src/psl2c.c.orig 2016-01-02 13:38:37 UTC
+++ src/psl2c.c
@@ -271,7 +271,7 @@ int main(int argc, const char **argv)
_print_psl_entries_dafsa(fpout, psl->suffixes);
- snprintf(cmd, cmdsize, "sha1sum %s", argv[argpos]);
+ snprintf(cmd, cmdsize, "sha1 %s", argv[argpos]);
if ((pp = popen(cmd, "r"))) {
if (fscanf(pp, "%63[0-9a-zA-Z]", checksum) < 1)
*checksum = 0;

View File

@ -1,10 +1,9 @@
bin/psl
bin/psl2c
include/libpsl.h
lib/libpsl.a
lib/libpsl.so
lib/libpsl.so.5
lib/libpsl.so.5.0.2
lib/libpsl.so.6
lib/libpsl.so.6.0.0
libdata/pkgconfig/libpsl.pc
man/man1/psl-make-dafsa.1.gz
man/man1/psl.1.gz

View File

@ -3,7 +3,7 @@
PORTNAME= curl
PORTVERSION= 7.51.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= ftp www
MASTER_SITES= http://curl.haxx.se/download/ \
LOCAL/sunpoet

View File

@ -3,6 +3,7 @@
PORTNAME= wget
DISTVERSION= 1.18
PORTREVISION= 1
CATEGORIES= ftp www ipv6
MASTER_SITES= GNU