Update to 2.1.12
This commit is contained in:
parent
8d9eae3acb
commit
e5e232cf9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289767
2 changed files with 8 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= httest
|
||||
PORTVERSION= 2.1.5
|
||||
PORTVERSION= 2.1.12
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= htt/htt2.1/${PORTNAME}-${PORTVERSION}
|
||||
|
@ -21,12 +21,15 @@ LICENSE= AL2
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_OPENSSL= yes
|
||||
USE_LUA= yes
|
||||
|
||||
LDFLAGS+= -lm
|
||||
LDFLAGS+= -L${LUA_LIBDIR} -lm
|
||||
|
||||
CONFIGURE_ARGS+=--with-apr="${LOCALBASE}/bin" \
|
||||
--with-apr-util="${LOCALBASE}/bin" \
|
||||
--with-pcre="${LOCALBASE}/bin"
|
||||
--with-pcre="${LOCALBASE}/bin" \
|
||||
--with-lua="${LUA_INCDIR}" \
|
||||
--enable-lua-module
|
||||
|
||||
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (httest-2.1.5.tar.gz) = 121255768f03c50a476bcfd068993ab7e9e171e5eb801884bbe9443c703aa281
|
||||
SIZE (httest-2.1.5.tar.gz) = 469347
|
||||
SHA256 (httest-2.1.12.tar.gz) = d78103ae0ea2adf16d30aa70c6ac94662992b33b7bce6ec4a059d3379a2987b2
|
||||
SIZE (httest-2.1.12.tar.gz) = 484111
|
||||
|
|
Loading…
Reference in a new issue