svn commit: r400111 - in head/net/tcpflow: . files
Antoine Brodin
antoine at FreeBSD.org
Sat Oct 24 08:40:15 UTC 2015
Author: antoine
Date: Sat Oct 24 08:40:13 2015
New Revision: 400111
URL: https://svnweb.freebsd.org/changeset/ports/400111
Log:
Update to 1.4.5
PR: 203970
Deleted:
head/net/tcpflow/files/
Modified:
head/net/tcpflow/Makefile
head/net/tcpflow/distinfo
Modified: head/net/tcpflow/Makefile
==============================================================================
--- head/net/tcpflow/Makefile Sat Oct 24 07:15:27 2015 (r400110)
+++ head/net/tcpflow/Makefile Sat Oct 24 08:40:13 2015 (r400111)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tcpflow
-PORTVERSION= 1.4.4
+PORTVERSION= 1.4.5
CATEGORIES= net
MASTER_SITES= http://www.digitalcorpora.org/downloads/${PORTNAME}/
@@ -16,8 +16,11 @@ LIB_DEPENDS= libcairo.so:${PORTSDIR}/gra
USE_OPENSSL= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV= ac_cv_lib_md_MD5=no \
+ ac_cv_header_tre_tre_h=no ac_cv_lib_tre_tre_regcomp=no \
+ ac_cv_header_sqlite3_h=no ac_cv_lib_sqlite3_sqlite3_libversion=no
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LIBS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/tcpflow man/man1/tcpflow.1.gz
PORTDOCS= AUTHORS ChangeLog NEWS README
Modified: head/net/tcpflow/distinfo
==============================================================================
--- head/net/tcpflow/distinfo Sat Oct 24 07:15:27 2015 (r400110)
+++ head/net/tcpflow/distinfo Sat Oct 24 08:40:13 2015 (r400111)
@@ -1,2 +1,2 @@
-SHA256 (tcpflow-1.4.4.tar.gz) = b6f5605e7e3f71d004736f4ded9e2a4f5c2233d3423019f3dc0af56037ed544c
-SIZE (tcpflow-1.4.4.tar.gz) = 437616
+SHA256 (tcpflow-1.4.5.tar.gz) = f39fed437911b858c97937bc902f68f9a690753617abe825411a8483a7f70c72
+SIZE (tcpflow-1.4.5.tar.gz) = 450450
More information about the svn-ports-all
mailing list