From 9927472ccbcbd85836435d73d5acd6a7ea032667 Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 15 Feb 2013 02:04:49 +0000 Subject: - Update to 1.7.1 PR: 176138 Submitted by: maintainer --- net/knc/Makefile | 5 ++++- net/knc/distinfo | 4 ++-- net/knc/files/patch-bin__knc.c | 11 ----------- 3 files changed, 6 insertions(+), 14 deletions(-) delete mode 100644 net/knc/files/patch-bin__knc.c (limited to 'net/knc') diff --git a/net/knc/Makefile b/net/knc/Makefile index c731eac60c3f..c3472b7702f4 100644 --- a/net/knc/Makefile +++ b/net/knc/Makefile @@ -2,13 +2,16 @@ # $FreeBSD$ PORTNAME= knc -PORTVERSION= 1.7 +PORTVERSION= 1.7.1 CATEGORIES= net MASTER_SITES= http://oskt.secure-endpoints.com/downloads/ MAINTAINER= gd@rambler-co.ru COMMENT= KNC is Kerberised NetCat +LICENSE= BSD MIT +LICENSE_COMB= multi + USE_AUTOTOOLS= libtool MAN1= knc.1 diff --git a/net/knc/distinfo b/net/knc/distinfo index 09b48a3d9ef7..ec40d69b7fd4 100644 --- a/net/knc/distinfo +++ b/net/knc/distinfo @@ -1,2 +1,2 @@ -SHA256 (knc-1.7.tar.gz) = d36cdec27dc505a6eca4f230bc53dafcee422122bd2ec6addc0af0c35a95f46f -SIZE (knc-1.7.tar.gz) = 646756 +SHA256 (knc-1.7.1.tar.gz) = 0e24873f2a5228e1814749becbecd67d643bb9f63663cf85a7aeedf8e73de40f +SIZE (knc-1.7.1.tar.gz) = 651416 diff --git a/net/knc/files/patch-bin__knc.c b/net/knc/files/patch-bin__knc.c deleted file mode 100644 index b485b1a3e51e..000000000000 --- a/net/knc/files/patch-bin__knc.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./bin/knc.c.orig 2013-02-09 21:09:13.000000000 +0400 -+++ ./bin/knc.c 2013-02-09 21:09:29.000000000 +0400 -@@ -47,7 +47,7 @@ - #include - #include - --#include "gssapi/gssapi.h" -+#include "config.h" - #include "gssstdio.h" - #include "knc.h" - -- cgit