diff options
author | Jason Evans <jasone@FreeBSD.org> | 2000-11-29 07:56:10 +0000 |
---|---|---|
committer | Jason Evans <jasone@FreeBSD.org> | 2000-11-29 07:56:10 +0000 |
commit | 381fdeef1e357df6aa9b3f9b45decc8c26cac7a9 (patch) | |
tree | f458a9ec72aa907b015fe853980e1fd741400d7b /devel | |
parent | tcpreplay - a *working* libpcap trace file replay tool (diff) |
Update to version 1.1.0.
Notes
Notes:
svn path=/head/; revision=35502
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libsock/Makefile | 5 | ||||
-rw-r--r-- | devel/libsock/distinfo | 2 | ||||
-rw-r--r-- | devel/libstash/Makefile | 7 | ||||
-rw-r--r-- | devel/libstash/distinfo | 2 | ||||
-rw-r--r-- | devel/libstash/pkg-plist | 1 |
5 files changed, 8 insertions, 9 deletions
diff --git a/devel/libsock/Makefile b/devel/libsock/Makefile index b144e1430124..6be398928e44 100644 --- a/devel/libsock/Makefile +++ b/devel/libsock/Makefile @@ -6,9 +6,9 @@ # PORTNAME= libsock -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= devel -DISTNAME= canonware-1.0.0 +DISTNAME= canonware-1.1.0 MASTER_SITES= http://www.canonware.com/download/canonware/ MAINTAINER= jasone@FreeBSD.org @@ -16,7 +16,6 @@ MAINTAINER= jasone@FreeBSD.org BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook \ ${LOCALBASE}/lib/libstash.a:${PORTSDIR}/devel/libstash -USE_AUTOCONF= yes GNU_CONFIGURE= yes MAN3= libsock.3s libsock_sock.3s libsock_socks.3s diff --git a/devel/libsock/distinfo b/devel/libsock/distinfo index a9f365257dfd..1126df1d4d8c 100644 --- a/devel/libsock/distinfo +++ b/devel/libsock/distinfo @@ -1 +1 @@ -MD5 (canonware-1.0.0.tar.gz) = ce4ce59792727f662b4b20aa6b002eef +MD5 (canonware-1.1.0.tar.gz) = 362ba2fca263edaf76643315f7ff449a diff --git a/devel/libstash/Makefile b/devel/libstash/Makefile index 8bcd64e4f23e..54d02fbd11cf 100644 --- a/devel/libstash/Makefile +++ b/devel/libstash/Makefile @@ -6,16 +6,15 @@ # PORTNAME= libstash -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= devel -DISTNAME= canonware-1.0.0 +DISTNAME= canonware-1.1.0 MASTER_SITES= http://www.canonware.com/download/canonware/ MAINTAINER= jasone@FreeBSD.org BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook -USE_AUTOCONF= yes GNU_CONFIGURE= yes MAN3= libstash_dbg.3s libstash_pezz.3s libstash_rwl.3s \ @@ -23,7 +22,7 @@ MAN3= libstash_dbg.3s libstash_pezz.3s libstash_rwl.3s \ libstash_bhp.3s libstash_mem.3s libstash_ql.3s libstash_thd.3s \ libstash_buf.3s libstash_mq.3s libstash_qr.3s libstash_treen.3s \ libstash_ch.3s libstash_mtx.3s libstash_qs.3s libstash_tsd.3s \ - libstash_cnd.3s libstash_out.3s libstash_res.3s + libstash_cnd.3s libstash_out.3s libstash_res.3s libstash_xep.3s MANCOMPRESSED= no do-build: diff --git a/devel/libstash/distinfo b/devel/libstash/distinfo index a9f365257dfd..1126df1d4d8c 100644 --- a/devel/libstash/distinfo +++ b/devel/libstash/distinfo @@ -1 +1 @@ -MD5 (canonware-1.0.0.tar.gz) = ce4ce59792727f662b4b20aa6b002eef +MD5 (canonware-1.1.0.tar.gz) = 362ba2fca263edaf76643315f7ff449a diff --git a/devel/libstash/pkg-plist b/devel/libstash/pkg-plist index 0f4677a503ce..fe7ff3103c85 100644 --- a/devel/libstash/pkg-plist +++ b/devel/libstash/pkg-plist @@ -21,6 +21,7 @@ include/libstash/sema.h include/libstash/thd.h include/libstash/treen.h include/libstash/tsd.h +include/libstash/xep.h include/libstash/libstash_defs.h lib/libstash.a lib/libstash_p.a |