diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-02-07 08:08:14 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-02-07 08:08:14 +0000 |
commit | 634815b3c9c6e47c284f402b14536f868318f14e (patch) | |
tree | 9e08f939e1ea10e406fd28f0e7b45dab6eb0c453 | |
parent | - Update to 0.9.3 (diff) |
Update to version 2.9.3.
Reported by: portscout
Notes
Notes:
svn path=/head/; revision=525466
-rw-r--r-- | www/http-parser/Makefile | 2 | ||||
-rw-r--r-- | www/http-parser/distinfo | 6 | ||||
-rw-r--r-- | www/http-parser/files/patch-Makefile | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/www/http-parser/Makefile b/www/http-parser/Makefile index b1ea65feb63b..133e31bb9379 100644 --- a/www/http-parser/Makefile +++ b/www/http-parser/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= http-parser -PORTVERSION= 2.9.2 +PORTVERSION= 2.9.3 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/http-parser/distinfo b/www/http-parser/distinfo index 6400867c0523..c9e4dfa42ebc 100644 --- a/www/http-parser/distinfo +++ b/www/http-parser/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1555396419 -SHA256 (nodejs-http-parser-v2.9.2_GH0.tar.gz) = 5199500e352584852c95c13423edc5f0cb329297c81dd69c3c8f52a75496da08 -SIZE (nodejs-http-parser-v2.9.2_GH0.tar.gz) = 51298 +TIMESTAMP = 1580979893 +SHA256 (nodejs-http-parser-v2.9.3_GH0.tar.gz) = 8fa0ab8770fd8425a9b431fdbf91623c4d7a9cdb842b9339289bd2b0b01b0d3d +SIZE (nodejs-http-parser-v2.9.3_GH0.tar.gz) = 51973 diff --git a/www/http-parser/files/patch-Makefile b/www/http-parser/files/patch-Makefile index d5a475f843b4..b9d0e718c74b 100644 --- a/www/http-parser/files/patch-Makefile +++ b/www/http-parser/files/patch-Makefile @@ -10,13 +10,13 @@ CFLAGS_LIB = $(CFLAGS_FAST) -fPIC @@ -137,8 +137,8 @@ install: library - ln -s $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SOLIBNAME).$(SOEXT) + ln -sf $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SOLIBNAME).$(SOEXT) install-strip: library - $(INSTALL) -D http_parser.h $(DESTDIR)$(INCLUDEDIR)/http_parser.h - $(INSTALL) -D -s $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(LIBNAME) + $(INSTALL) http_parser.h $(DESTDIR)$(INCLUDEDIR) + $(INSTALL) $(STRIP) $(LIBNAME) $(DESTDIR)$(LIBDIR) - ln -s $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SONAME) - ln -s $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SOLIBNAME).$(SOEXT) + ln -sf $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SONAME) + ln -sf $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SOLIBNAME).$(SOEXT) |