devel/libhtp: Update to 0.5.16
- Update to 0.5.16 - Upstream GitHub account has changes (OISF) - Use USES=autoreconf - Remove USE_AUTOTOOLS AUTOMAKE_ARGS - Add GNU_CONFIGURE
This commit is contained in:
parent
b4ab3585f4
commit
4c84a6e887
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375238
2 changed files with 7 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libhtp
|
||||
PORTVERSION= 0.5.15
|
||||
PORTVERSION= 0.5.16
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
|
@ -11,14 +11,13 @@ LICENSE= BSD3CLAUSE
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ironbee
|
||||
GH_COMMIT= 440da09
|
||||
GH_ACCOUNT= OISF
|
||||
GH_COMMIT= 4cb1b99
|
||||
|
||||
USES= libtool pkgconfig pathfix iconv
|
||||
USE_AUTOTOOLS= libtoolize automake aclocal autoheader
|
||||
USES= autoreconf libtool pkgconfig pathfix iconv
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG}
|
||||
MAKE_ARGS= LIBS="-lz ${ICONV_LIB}"
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libhtp-0.5.15.tar.gz) = 7748ad03f296b63bb2118f16f0129e1c9b766c2ce5b850dd9f11f799a008b719
|
||||
SIZE (libhtp-0.5.15.tar.gz) = 5766467
|
||||
SHA256 (libhtp-0.5.16.tar.gz) = 0946f1a45ca5885cbd59422fe7ea5a1b4dc068d130a7b62bcf113e7165f41096
|
||||
SIZE (libhtp-0.5.16.tar.gz) = 5766462
|
||||
|
|
Loading…
Reference in a new issue