diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-27 16:59:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-27 16:59:24 +0800 |
commit | f25922719d1ece9eab102036ad536ef9335295d2 (patch) | |
tree | 32a925ad9f0d2eba81e4d510ddd620e00997cdea /net/rtpbreak | |
parent | ea4aecb5403a0e78f9c054923c9a01acd71174c7 (diff) | |
download | freebsd-ports-gnome-f25922719d1ece9eab102036ad536ef9335295d2.tar.gz freebsd-ports-gnome-f25922719d1ece9eab102036ad536ef9335295d2.tar.zst freebsd-ports-gnome-f25922719d1ece9eab102036ad536ef9335295d2.zip |
- Update to 1.3
PR: 121128
Submitted by: Prudhvi Krishna <prudhvikrishna@gmail.com> (maintainer)
Diffstat (limited to 'net/rtpbreak')
-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 |