Skip to content

Commit

Permalink
net/arataga: the port had been updated to version 0.5.4
Browse files Browse the repository at this point in the history
There is no new functionality, just update of dependencies,
particularly unbreaking the build against new `devel/libfmt'
port (version 9+) and garbage-collect upstreamed patchwork.

Prodded by:	pkg-fallout
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Jan 13, 2023
1 parent ddfcd88 commit 83bd00f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 21 deletions.
15 changes: 5 additions & 10 deletions net/arataga/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
PORTNAME= arataga
PORTVERSION= 0.5.1
PORTVERSION= 0.5.4
DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= SF/sobjectizer/oess/oess-2:oess
DISTFILES= oess-2.2.3-full.tar.bz2:oess

PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES= 0ec1144117ae.patch:-p2 1c78ad1dbca8.patch:-p2

MAINTAINER= danfe@FreeBSD.org
COMMENT= Performant SOCKS5/HTTP1.1 proxy server
WWW= https://github.com/Stiffstream/arataga
Expand All @@ -34,7 +30,7 @@ TEST_WRKSRC= ${WRKSRC}/../tests
USE_GITHUB= yes
GH_ACCOUNT= Stiffstream
GH_PROJECT= noexcept-ctcheck:nectc restinio:rinio so5extra:so5e
GH_TAGNAME= v.1.0.0:nectc v.0.6.13:rinio v.1.4.1:so5e
GH_TAGNAME= v.1.0.0:nectc v.0.6.16:rinio v.1.5.2:so5e

_SO5_LIBVER= 5.7.4.2

Expand All @@ -45,17 +41,16 @@ OPTIONS_DEFINE= DOCS

post-extract:
@${LN} -s ../../noexcept-ctcheck-v.1.0.0/noexcept_ctcheck \
../../restinio-v.0.6.13/dev/restinio \
../../so5extra-v.1.4.1/dev/so_5_extra \
../../restinio-v.0.6.16/dev/restinio \
../../so5extra-v.1.5.2/dev/so_5_extra \
../../oess-2.2.3/dev/cpp_util_2 \
../../oess-2.2.3/dev/oess_2 ${WRKSRC}

post-patch:
@${REINPLACE_CMD} -e '/^#include </s,nodejs/http_parser/,,' \
${WRKSRC}/acl_handler/handlers/http/basics.hpp \
${WRKSRC}/acl_handler/handlers/http/helpers.hpp
@${REINPLACE_CMD} -e '/#include <sys\/prctl\.h>/d ; \
/#include/s,args/,,' ${WRKSRC}/main.cpp
@${REINPLACE_CMD} -e '/#include/s,args/,,' ${WRKSRC}/main.cpp

post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
Expand Down
18 changes: 7 additions & 11 deletions net/arataga/distinfo
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
TIMESTAMP = 1621686223
TIMESTAMP = 1657688985
SHA256 (oess-2.2.3-full.tar.bz2) = c9285e34752e9689989de3707cea2fc8c0c1d4607a7c35237a740c1cfb4dd8e9
SIZE (oess-2.2.3-full.tar.bz2) = 219768
SHA256 (Stiffstream-arataga-v0.5.1_GH0.tar.gz) = 67874a9f9aeb9df4da202a769a2599744c89a65cce83fb45b0f9c27842c89f8a
SIZE (Stiffstream-arataga-v0.5.1_GH0.tar.gz) = 193954
SHA256 (Stiffstream-arataga-v0.5.4_GH0.tar.gz) = 8218415a869b0fa4ceceafd7bd805e963c00585d2140db32cd289b3a5c62061b
SIZE (Stiffstream-arataga-v0.5.4_GH0.tar.gz) = 195310
SHA256 (Stiffstream-noexcept-ctcheck-v.1.0.0_GH0.tar.gz) = bdda733ba4fbd9ae4ea9cadba2e95fc6f4e65e18b8261b831aaedc827c712e44
SIZE (Stiffstream-noexcept-ctcheck-v.1.0.0_GH0.tar.gz) = 7009
SHA256 (Stiffstream-restinio-v.0.6.13_GH0.tar.gz) = 72d7ad40c8d34e69cd79f42145b4059e8a7356114fb13864c3c0ad5a5607b44f
SIZE (Stiffstream-restinio-v.0.6.13_GH0.tar.gz) = 662428
SHA256 (Stiffstream-so5extra-v.1.4.1_GH0.tar.gz) = d500967b4c444e4f548349b6fd28ea877471e45bcf43606b6ff7d2a9f4cfd733
SIZE (Stiffstream-so5extra-v.1.4.1_GH0.tar.gz) = 191168
SHA256 (0ec1144117ae.patch) = 332522b058a3a59b48af3390fdec8c38a8529227f0830009a630c0d7940b2441
SIZE (0ec1144117ae.patch) = 2367
SHA256 (1c78ad1dbca8.patch) = b02099017d5c9f0afa945dec0edf600646d93743e19de477728a5eacfa5989ae
SIZE (1c78ad1dbca8.patch) = 2924
SHA256 (Stiffstream-restinio-v.0.6.16_GH0.tar.gz) = b3208d746087ba979f51b3a32e08463718c33d58720247d53ffb5bda99f4f92a
SIZE (Stiffstream-restinio-v.0.6.16_GH0.tar.gz) = 665405
SHA256 (Stiffstream-so5extra-v.1.5.2_GH0.tar.gz) = 5409dc255c970d2085381ceded122b80b9ac896a34bafc5ffc431bae304d485d
SIZE (Stiffstream-so5extra-v.1.5.2_GH0.tar.gz) = 217824

0 comments on commit 83bd00f

Please sign in to comment.