diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2014-08-15 09:59:13 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2014-08-15 09:59:13 +0000 |
commit | 9332906e4d20fe558a9dcec89672b6aa4a969e1f (patch) | |
tree | 7e3ed559187293f5d363f9e77ccc83697c5460ae /devel/libhtp | |
parent | 9acc5bda68924c5145462352db2ae5590c7ab80e (diff) |
Notes
Diffstat (limited to 'devel/libhtp')
-rw-r--r-- | devel/libhtp/Makefile | 8 | ||||
-rw-r--r-- | devel/libhtp/distinfo | 4 | ||||
-rw-r--r-- | devel/libhtp/pkg-descr | 1 | ||||
-rw-r--r-- | devel/libhtp/pkg-plist | 4 |
4 files changed, 10 insertions, 7 deletions
diff --git a/devel/libhtp/Makefile b/devel/libhtp/Makefile index 98075c70a9bb..f96ae46cce11 100644 --- a/devel/libhtp/Makefile +++ b/devel/libhtp/Makefile @@ -1,17 +1,18 @@ # $FreeBSD$ PORTNAME= libhtp -PORTVERSION= 0.5.12 +PORTVERSION= 0.5.15 CATEGORIES= devel MAINTAINER= koobs@FreeBSD.org COMMENT= Security-aware parser for the HTTP protocol LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= ironbee -GH_COMMIT= a85cb55 +GH_COMMIT= 440da09 USES= libtool pkgconfig pathfix iconv USE_AUTOTOOLS= libtoolize automake aclocal autoheader @@ -19,12 +20,15 @@ USE_LDCONFIG= yes AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} +MAKE_ARGS= LIBS="-lz ${ICONV_LIB}" PATHFIX_MAKEFILEIN= Makefile.am INSTALL_TARGET= install-strip CONFLICTS_INSTALL= libhtp-suricata-* +PLIST_SUB+= PORTVERSION="${PORTVERSION}" + regression-test: build @cd ${WRKSRC} && ${MAKE} check diff --git a/devel/libhtp/distinfo b/devel/libhtp/distinfo index 13151eca2b24..24988dcfa361 100644 --- a/devel/libhtp/distinfo +++ b/devel/libhtp/distinfo @@ -1,2 +1,2 @@ -SHA256 (libhtp-0.5.12.tar.gz) = 9f4572194f3ecb5062b02681266094f28051beeae0a51a211b075f308f4145d1 -SIZE (libhtp-0.5.12.tar.gz) = 5765976 +SHA256 (libhtp-0.5.15.tar.gz) = 7748ad03f296b63bb2118f16f0129e1c9b766c2ce5b850dd9f11f799a008b719 +SIZE (libhtp-0.5.15.tar.gz) = 5766467 diff --git a/devel/libhtp/pkg-descr b/devel/libhtp/pkg-descr index 70bb64e1269a..3257d6ab672f 100644 --- a/devel/libhtp/pkg-descr +++ b/devel/libhtp/pkg-descr @@ -19,5 +19,4 @@ follows: user in control, allowing him to choose the most desired library characteristic. -Author: Ivan Ristic <ivanr@webkreator.com> WWW: https://github.com/ironbee/libhtp diff --git a/devel/libhtp/pkg-plist b/devel/libhtp/pkg-plist index 12e09e204c78..6d2af36e0238 100644 --- a/devel/libhtp/pkg-plist +++ b/devel/libhtp/pkg-plist @@ -14,8 +14,8 @@ include/htp/htp.h include/htp/htp_base64.h include/htp/htp_multipart.h include/htp/htp_urlencoded.h -lib/libhtp-0.5.12.so.1 -lib/libhtp-0.5.12.so.1.0.0 +lib/libhtp-%%PORTVERSION%%.so.1 +lib/libhtp-%%PORTVERSION%%.so.1.0.0 lib/libhtp.a lib/libhtp.so libdata/pkgconfig/htp.pc |