Index: head/net-mgmt/cdpd/Makefile =================================================================== --- head/net-mgmt/cdpd/Makefile (revision 420639) +++ head/net-mgmt/cdpd/Makefile (revision 420640) @@ -1,22 +1,26 @@ # Created by: Alexandre Snarskii # $FreeBSD$ PORTNAME= cdpd PORTVERSION= 1.0.4.1 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://snar.spb.ru/prog/cdpd/ MAINTAINER= ports@FreeBSD.org COMMENT= Daemon to send CDP/LLDP announces over ethernet +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + +USES= tar:tgz GNU_CONFIGURE= yes -EXTRACT_SUFX= .tgz USE_RC_SUBR= cdpd PLIST_FILES= sbin/cdpd man/man8/cdpd.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/cdpd.8 ${STAGEDIR}${MANPREFIX}/man/man8 .include Index: head/net-mgmt/cdpd/files/patch-cdpd.c =================================================================== --- head/net-mgmt/cdpd/files/patch-cdpd.c (nonexistent) +++ head/net-mgmt/cdpd/files/patch-cdpd.c (revision 420640) @@ -0,0 +1,11 @@ +--- cdpd.c.orig 2016-03-22 18:37:16 UTC ++++ cdpd.c +@@ -606,7 +606,7 @@ cdp_debug_packet(struct cdp_interface* c + int + main(int argc, char* argv[]) + { +- char c; ++ int c; + int timeout=60, ret=0; + unsigned char buffer[1600]; + int offset; Property changes on: head/net-mgmt/cdpd/files/patch-cdpd.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property