diff options
-rw-r--r-- | net/rtpbreak/Makefile | 7 | ||||
-rw-r--r-- | net/rtpbreak/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/rtpbreak/Makefile b/net/rtpbreak/Makefile index c3b6e4ae46a4..cb7f21e29d68 100644 --- a/net/rtpbreak/Makefile +++ b/net/rtpbreak/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rtpbreak -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= net MASTER_SITES= http://xenion.antifork.org/rtpbreak/ EXTRACT_SUFX= .tgz @@ -17,12 +17,11 @@ COMMENT= Detects, reconstructs and analyzes any RTP session BUILD_DEPENDS= libnet11-config:${PORTSDIR}/net/libnet MAKE_ARGS+= CFLAGS="-Wall -O3 -I${LOCALBASE}/include/libnet11" \ - LIBS="-L${LOCALBASE}/lib/libnet11 -lpcap -lnet" \ - DEFS="-DPATH_MAX=256" + LIBS="-L${LOCALBASE}/lib/libnet11 -lpcap -lnet" PLIST_FILES= bin/rtpbreak do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/rtpbreak ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/rtpbreak ${PREFIX}/bin .include <bsd.port.mk> diff --git a/net/rtpbreak/distinfo b/net/rtpbreak/distinfo index 599f4a29f7bc..c3534f496314 100644 --- a/net/rtpbreak/distinfo +++ b/net/rtpbreak/distinfo @@ -1,3 +1,3 @@ -MD5 (rtpbreak-1.2.tgz) = 06a0259452c34b406b2b26443f0cf2b9 -SHA256 (rtpbreak-1.2.tgz) = 5231bdbc123462e1b86b2a0c1fdfa608877c051e44e610d73f4c80bb263c2092 -SIZE (rtpbreak-1.2.tgz) = 50902 +MD5 (rtpbreak-1.3.tgz) = 3a3458d99734907e1ae35390ff3cc9c1 +SHA256 (rtpbreak-1.3.tgz) = b144cc0483ba3d0bacf2dee2188e20bf5e0c299ef0b72fe3febd124f6abfcf7d +SIZE (rtpbreak-1.3.tgz) = 41236 |