svn commit: r387173 - in head/net/tcpproxy: . files
Thomas Zander
riggs at FreeBSD.org
Sat May 23 15:41:27 UTC 2015
Author: riggs
Date: Sat May 23 15:41:26 2015
New Revision: 387173
URL: https://svnweb.freebsd.org/changeset/ports/387173
Log:
- Update to upstream version 1.2
While on it:
- Add LICENSE
- Pet portlint
PR: 200389
Submitted by: alex at hugo.bmg.gv.at (maintainer)
Modified:
head/net/tcpproxy/Makefile
head/net/tcpproxy/distinfo
head/net/tcpproxy/files/patch-configure
Modified: head/net/tcpproxy/Makefile
==============================================================================
--- head/net/tcpproxy/Makefile Sat May 23 15:38:52 2015 (r387172)
+++ head/net/tcpproxy/Makefile Sat May 23 15:41:26 2015 (r387173)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tcpproxy
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= net
MASTER_SITES= http://www.spreadspace.org/tcpproxy/releases/ \
http://alex.bmg.gv.at/programs/
@@ -10,6 +10,9 @@ MASTER_SITES= http://www.spreadspace.org
MAINTAINER= alex at hugo.bmg.gv.at
COMMENT= Simple TCP connection proxy for IPv4 and IPv6
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/../LICENSE
+
BUILD_DEPENDS= ragel:${PORTSDIR}/devel/ragel
USES= gmake
Modified: head/net/tcpproxy/distinfo
==============================================================================
--- head/net/tcpproxy/distinfo Sat May 23 15:38:52 2015 (r387172)
+++ head/net/tcpproxy/distinfo Sat May 23 15:41:26 2015 (r387173)
@@ -1,2 +1,2 @@
-SHA256 (tcpproxy-1.1.tar.gz) = dda436a6ea260e6bf6655688f8f8da34cde6751d4fa720732766868b90858f1d
-SIZE (tcpproxy-1.1.tar.gz) = 36513
+SHA256 (tcpproxy-1.2.tar.gz) = 446104b3abefda73b1255e5197702acbeb36b3aada251ad39e1e5ab55292683b
+SIZE (tcpproxy-1.2.tar.gz) = 37006
Modified: head/net/tcpproxy/files/patch-configure
==============================================================================
--- head/net/tcpproxy/files/patch-configure Sat May 23 15:38:52 2015 (r387172)
+++ head/net/tcpproxy/files/patch-configure Sat May 23 15:41:26 2015 (r387173)
@@ -1,6 +1,6 @@
---- configure.orig 2013-10-07 13:59:48.000000000 +0200
-+++ configure 2013-10-07 16:30:19.000000000 +0200
-@@ -105,12 +105,12 @@
+--- configure.orig 2015-05-13 22:14:22 UTC
++++ configure
+@@ -110,12 +110,12 @@ if [ -n "$ERRORS" ] && [ $EBUILD_COMPAT
fi
if [ $USE_CLANG -eq 0 ]; then
@@ -17,7 +17,7 @@
COMPILER='clang'
fi
-@@ -151,7 +151,6 @@
+@@ -160,7 +160,6 @@ cat > include.mk <<EOF
# use ./configure instead
TARGET := $TARGET
More information about the svn-ports-all
mailing list