Date: Thu, 13 Jan 2022 21:00:34 GMT From: Dave Cottlehuber <dch@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0db2fec06b15 - main - www/yaws: update to 2.1.0 Message-ID: <202201132100.20DL0Y3J099313@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=0db2fec06b15f7add8ebeb3e2caa2f20f2147740 commit 0db2fec06b15f7add8ebeb3e2caa2f20f2147740 Author: Dave Cottlehuber <dch@FreeBSD.org> AuthorDate: 2022-01-07 23:20:48 +0000 Commit: Dave Cottlehuber <dch@FreeBSD.org> CommitDate: 2022-01-13 21:00:30 +0000 www/yaws: update to 2.1.0 Reported by: Peggy Wilkins <mozart@lib.uchicago.edu> --- www/yaws/Makefile | 10 ++++++++-- www/yaws/distinfo | 6 +++--- www/yaws/files/patch-include.mk | 11 ----------- www/yaws/pkg-plist | 1 - 4 files changed, 11 insertions(+), 17 deletions(-) diff --git a/www/yaws/Makefile b/www/yaws/Makefile index 21ff954ae25c..430a73d9748c 100644 --- a/www/yaws/Makefile +++ b/www/yaws/Makefile @@ -1,7 +1,11 @@ PORTNAME= yaws -PORTVERSION= 2.0.6 +PORTVERSION= 2.1.0 CATEGORIES= www devel -MASTER_SITES= http://yaws.hyber.org/download/ +MASTER_SITES= LOCAL/dch + +USE_GITHUB= nodefault +GH_ACCOUNT= erlyaws +GH_PROJECT= yaws MAINTAINER= erlang@FreeBSD.org COMMENT= Web server for dynamic content written in Erlang @@ -15,6 +19,7 @@ OPTIONS_SUB= yes PLIST_SUB= VERSION="${PORTVERSION}" USES= autoreconf cpe gmake libtool pathfix shebangfix + SHEBANG_FILES= www/cgi-bin/foo.py OPTIONS_DEFINE= WWW @@ -31,6 +36,7 @@ INSTALL_TARGET= install-strip .include <bsd.port.options.mk> post-extract: + @${MV} ${WRKDIR}/yaws-yaws-* ${WRKDIR}/yaws-${PORTVERSION} @${FIND} ${WRKSRC} -name .empty -delete post-patch: diff --git a/www/yaws/distinfo b/www/yaws/distinfo index e492f2ca6315..f78074d6916f 100644 --- a/www/yaws/distinfo +++ b/www/yaws/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1530621703 -SHA256 (yaws-2.0.6.tar.gz) = 69f96f8b9bb574b129b0f258fb8437fdfd8369d55aabc2b5a94f577dde49d00e -SIZE (yaws-2.0.6.tar.gz) = 1644979 +TIMESTAMP = 1641596898 +SHA256 (yaws-2.1.0.tar.gz) = 84260bd95bff5fb4410df5db23b3b3e486476445d13a3c6b819fcbc31f66e0cd +SIZE (yaws-2.1.0.tar.gz) = 1227153 diff --git a/www/yaws/files/patch-include.mk b/www/yaws/files/patch-include.mk deleted file mode 100644 index 48623c7b0872..000000000000 --- a/www/yaws/files/patch-include.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- include.mk.orig 2015-06-25 09:39:55 UTC -+++ include.mk -@@ -3,7 +3,7 @@ am__v_ERLC_ = $(am__v_ERLC_$(AM_DEFAULT_ - am__v_ERLC_0 = @echo " ERLC " $@; - am__v_ERLC_1 = - --ERLC_GENERIC_FLAGS = -Werror +debug_info $(DEBUG_ERLC_FLAGS) \ -+ERLC_GENERIC_FLAGS = +debug_info $(DEBUG_ERLC_FLAGS) \ - -pa $(top_srcdir) -pa $(top_builddir) -pa $(top_builddir)/ebin \ - -I $(top_srcdir)/include -I $(srcdir)/../include \ - -I $(top_builddir)/include -I $(builddir)/../include diff --git a/www/yaws/pkg-plist b/www/yaws/pkg-plist index 2c1b0736cc17..ac71aa61e91d 100644 --- a/www/yaws/pkg-plist +++ b/www/yaws/pkg-plist @@ -75,7 +75,6 @@ lib/erlang/lib/yaws-%%VERSION%%/include/yaws_soap.hrl lib/erlang/lib/yaws-%%VERSION%%/priv/envelope.xsd lib/erlang/lib/yaws-%%VERSION%%/priv/epam lib/erlang/lib/yaws-%%VERSION%%/priv/lib/setuid_drv.so -lib/erlang/lib/yaws-%%VERSION%%/priv/lib/yaws_sendfile_drv.so lib/erlang/lib/yaws-%%VERSION%%/priv/mime.types lib/erlang/lib/yaws-%%VERSION%%/priv/soap-envelope.xsd lib/erlang/lib/yaws-%%VERSION%%/priv/soap.xsd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201132100.20DL0Y3J099313>