Index: head/net/hexinject/files/patch-prettypacket.h =================================================================== --- head/net/hexinject/files/patch-prettypacket.h (revision 431777) +++ head/net/hexinject/files/patch-prettypacket.h (nonexistent) @@ -1,38 +0,0 @@ ---- prettypacket.h.orig 2012-12-04 09:31:27 UTC -+++ prettypacket.h -@@ -102,7 +102,7 @@ const char *next_color() { - * @param counter protocol number offset - * @return protocol number in host format - */ --inline uint8_t protocol_8bit_extract(const char *packet_buffer, int counter) { -+uint8_t protocol_8bit_extract(const char *packet_buffer, int counter) { - return *(packet_buffer + counter); - } - -@@ -113,7 +113,7 @@ inline uint8_t protocol_8bit_extract(con - * @param counter protocol number offset - * @return protocol number in host format - */ --inline uint16_t protocol_16bit_extract(const char *packet_buffer, int counter) { -+uint16_t protocol_16bit_extract(const char *packet_buffer, int counter) { - return ntohs(*((uint16_t *)(packet_buffer + counter))); - } - -@@ -123,7 +123,7 @@ inline uint16_t protocol_16bit_extract(c - * @param counter protocol number offset - * @return protocol number in host format - */ --inline uint64_t protocol_48bit_extract(const char *packet_buffer, int counter) { -+uint64_t protocol_48bit_extract(const char *packet_buffer, int counter) { - uint64_t value = 0; - - int i; -@@ -144,7 +144,7 @@ inline uint64_t protocol_48bit_extract(c - * @param counter read bytes counter - * @param field_text description of the field - */ --inline field_print (const char *packet_buffer, int field_size, int *counter, const char *field_text) { -+void field_print (const char *packet_buffer, int field_size, int *counter, const char *field_text) { - - char *tmp_hexstr = raw_to_hexstr(packet_buffer + *counter, field_size); - *counter += field_size; Property changes on: head/net/hexinject/files/patch-prettypacket.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/hexinject/Makefile =================================================================== --- head/net/hexinject/Makefile (revision 431777) +++ head/net/hexinject/Makefile (revision 431778) @@ -1,25 +1,24 @@ # Created by: Sofian Brabez # $FreeBSD$ PORTNAME= hexinject -PORTVERSION= 1.5 -PORTREVISION= 1 +PORTVERSION= 1.6 CATEGORIES= net security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= sbz@FreeBSD.org COMMENT= HexInject is a very versatile packet injector and sniffer LICENSE= BSD2CLAUSE PLIST_FILES= bin/${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME} post-patch: ${REINPLACE_CMD} -e 's#gcc#${CC}#g' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/net/hexinject/distinfo =================================================================== --- head/net/hexinject/distinfo (revision 431777) +++ head/net/hexinject/distinfo (revision 431778) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470332871 -SHA256 (hexinject-1.5.tar.gz) = 329f0686069988ac0dae4a00082b205ac9669bc8e202d4b112c600bcbc198ce9 -SIZE (hexinject-1.5.tar.gz) = 14449 +TIMESTAMP = 1484702457 +SHA256 (hexinject-1.6.tar.gz) = 06e64636923af593c742129d81b717667223bff39918f26bf56809ead9700e65 +SIZE (hexinject-1.6.tar.gz) = 16876