Index: devel/libevent/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/libevent/Makefile,v retrieving revision 1.34 diff -u -r1.34 Makefile --- devel/libevent/Makefile 2 Jan 2008 23:42:18 -0000 1.34 +++ devel/libevent/Makefile 16 Jul 2008 14:09:37 -0000 @@ -6,9 +6,10 @@ # PORTNAME= libevent -PORTVERSION= 1.3e +PORTVERSION= 1.4.5 CATEGORIES= devel MASTER_SITES= http://monkey.org/~provos/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-stable MAINTAINER= mnag@FreeBSD.org COMMENT= Provides an API to execute callback functions on certain events @@ -16,72 +17,74 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes -MAN3= event.3 \ - evdns.3 -MLINKS= event.3 event_init.3 \ - - event_dispatch.3 \ - - event_loop.3 \ - - event_loopexit.3 \ - - event_set.3 \ - - event_base_dispatch.3 \ - - event_base_loop.3 \ - - event_base_loopexit.3 \ - - event_base_set.3 \ - - event_add.3 \ - - event_del.3 \ - - event_once.3 \ - - event_pending.3 \ - - event_initialized.3 \ - - event_priority_init.3 \ - - event_priority_set.3 \ - - evtimer_set.3 \ - - evtimer_add.3 \ - - evtimer_del.3 \ - - evtimer_pending.3 \ - - evtimer_initialized.3 \ - - signal_set.3 \ - - signal_add.3 \ - - signal_del.3 \ - - signal_pending.3 \ - - signal_initialized.3 \ - - bufferevent_new.3 \ - - bufferevent_free.3 \ - - bufferevent_write.3 \ - - bufferevent_write_buffer.3 \ - - bufferevent_read.3 \ - - bufferevent_enable.3 \ - - bufferevent_disable.3 \ - - bufferevent_settimeout.3 \ - - bufferevent_base_set.3 \ - - evbuffer_new.3 \ - - evbuffer_free.3 \ - - evbuffer_add.3 \ - - evbuffer_add_buffer.3 \ - - evbuffer_add_printf.3 \ - - evbuffer_add_vprintf.3 \ - - evbuffer_drain.3 \ - - evbuffer_write.3 \ - - evbuffer_read.3 \ - - evbuffer_find.3 \ - - evbuffer_readline.3 \ - - evhttp_start.3 \ - - evhttp_free.3 \ - evdns.3 evdns_init.3 \ - - evdns_shutdown.3 \ - - evdns_err_to_string.3 \ - - evdns_nameserver_add.3 \ - - evdns_count_nameservers.3 \ - - evdns_clear_nameservers_and_suspend.3 \ - - evdns_resume.3 \ - - evdns_nameserver_ip_add.3 \ - - evdns_resolve_ipv4.3 \ - - evdns_resolve_reverse.3 \ - - evdns_resolv_conf_parse.3 \ - - evdns_search_clear.3 \ - - evdns_search_add.3 \ - - evdns_search_ndots_set.3 \ - - evdns_set_log_fn.3 \ - - evdns_config_windows_nameservers.3 +.if !defined (NO_INSTALL_MANPAGES) +MAN3= event.3 +MLINKS= event.3 + event_init.3 \ + event_dispatch.3 \ + event_loop.3 \ + event_loopexit.3 \ + event_set.3 \ + event_base_dispatch.3 \ + event_base_loop.3 \ + event_base_loopexit.3 \ + event_base_set.3 \ + event_add.3 \ + event_del.3 \ + event_once.3 \ + event_pending.3 \ + event_initialized.3 \ + event_priority_init.3 \ + event_priority_set.3 \ + evtimer_set.3 \ + evtimer_add.3 \ + evtimer_del.3 \ + evtimer_pending.3 \ + evtimer_initialized.3 \ + et.3 \ + el.3 \ + ending.3 \ + ed.3 \ + erevent_new.3 \ + erevent_free.3 \ + erevent_write.3 \ + erevent_write_buffer.3 \ + erevent_read.3 \ + erevent_enable.3 \ + erevent_disable.3 \ + erevent_settimeout.3 \ + erevent_base_set.3 \ + evbuffer_new.3 \ + evbuffer_free.3 \ + evbuffer_add.3 \ + evbuffer_add_buffer.3 \ + evbuffer_add_printf.3 \ + evbuffer_add_vprintf.3 \ + evbuffer_drain.3 \ + evbuffer_write.3 \ + evbuffer_read.3 \ + evbuffer_find.3 \ + evbuffer_readline.3 \ + evhttp_start.3 \ + evhttp_free.3 \ + evdns.3 \ + evdns_init.3 \ + evdns_shutdown.3 \ + evdns_err_to_string.3 \ + evdns_nameserver_add.3 \ + evdns_count_nameservers.3 \ + evdns_clear_nameservers_and_suspend.3 \ + evdns_resume.3 \ + evdns_nameserver_ip_add.3 \ + evdns_resolve_ipv4.3 \ + evdns_resolve_reverse.3 \ + evdns_resolv_conf_parse.3 \ + evdns_search_clear.3 \ + evdns_search_add.3 \ + evdns_search_ndots_set.3 \ + evdns_set_log_fn.3 \ + evdns_config_windows_nameservers.3 +.endif post-patch: @${REINPLACE_CMD} -e 's,CFLAGS =,CFLAGS +=,' ${WRKSRC}/Makefile.in Index: net/libevnet/Makefile =================================================================== RCS file: /home/ncvs/ports/net/libevnet/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- net/libevnet/Makefile 2 Jan 2008 23:43:01 -0000 1.4 +++ net/libevnet/Makefile 16 Jul 2008 14:09:37 -0000 @@ -8,7 +8,7 @@ PORTNAME= libevnet PORTVERSION= 0.3.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.25thandclement.com/~william/projects/releases/ EXTRACT_SUFX= .tgz Index: databases/memcached/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/memcached/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- databases/memcached/Makefile 13 Apr 2008 03:00:55 -0000 1.26 +++ databases/memcached/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,6 +7,7 @@ PORTNAME= memcached PORTVERSION= 1.2.5 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.danga.com/memcached/dist/ \ ${MASTER_SITE_GENTOO} Index: databases/memcachedb/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/memcachedb/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- databases/memcachedb/Makefile 29 Mar 2008 23:16:04 -0000 1.9 +++ databases/memcachedb/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,6 +7,7 @@ PORTNAME= memcachedb PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://freebsd.csie.nctu.edu.tw/~gslin/files/ Index: databases/mysql-proxy/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/mysql-proxy/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- databases/mysql-proxy/Makefile 6 Jun 2008 13:16:54 -0000 1.12 +++ databases/mysql-proxy/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= mysql-proxy PORTVERSION= 0.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL} MASTER_SITE_SUBDIR= MySQL-Proxy Index: databases/pgbouncer/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/pgbouncer/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- databases/pgbouncer/Makefile 2 Jan 2008 23:42:59 -0000 1.4 +++ databases/pgbouncer/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= pgbouncer PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/1532/ Index: databases/sharedance/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/sharedance/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- databases/sharedance/Makefile 15 Apr 2008 01:02:20 -0000 1.1 +++ databases/sharedance/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,6 +7,7 @@ PORTNAME= sharedance PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://download.pureftpd.org/pub/sharedance/ Index: devel/eventxx/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/eventxx/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- devel/eventxx/Makefile 16 Jun 2008 22:05:03 -0000 1.11 +++ devel/eventxx/Makefile 16 Jul 2008 14:09:37 -0000 @@ -8,6 +8,7 @@ PORTNAME= eventxx PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://proj.llucax.com.ar/home/eventxx/releases/ MASTER_SITE_SUBDIR= gahr Index: devel/libevent/distinfo =================================================================== RCS file: /home/ncvs/ports/devel/libevent/distinfo,v retrieving revision 1.19 diff -u -r1.19 distinfo --- devel/libevent/distinfo 2 Jan 2008 23:42:18 -0000 1.19 +++ devel/libevent/distinfo 16 Jul 2008 14:09:37 -0000 @@ -1,3 +1,3 @@ -MD5 (libevent-1.3e.tar.gz) = 8553ad0f8a35d8d96ae0c69c387e06d3 -SHA256 (libevent-1.3e.tar.gz) = df523e0d9606e5bcbd8006840cee72ebf3acb934d54624bce8e19f7470237df5 -SIZE (libevent-1.3e.tar.gz) = 452077 +MD5 (libevent-1.4.5-stable.tar.gz) = efd44048cc890ad11f7099bc01e43e4a +SHA256 (libevent-1.4.5-stable.tar.gz) = 9b6c9f848ed46460583a03a57cde59d24e062b2f27a41c9f14deef91fe6ccb7c +SIZE (libevent-1.4.5-stable.tar.gz) = 483436 Index: devel/libevent/pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/libevent/pkg-plist,v retrieving revision 1.9 diff -u -r1.9 pkg-plist --- devel/libevent/pkg-plist 2 Jan 2008 23:42:18 -0000 1.9 +++ devel/libevent/pkg-plist 16 Jul 2008 14:09:37 -0000 @@ -1,9 +1,22 @@ bin/event_rpcgen.py +include/evdns.h +include/event-config.h include/event.h include/evhttp.h -include/evdns.h -lib/libevent-1.3e.so -lib/libevent-1.3e.so.1 +include/evrpc.h +include/evutil.h +lib/libevent-1.4.so +lib/libevent-1.4.so.3 lib/libevent.a lib/libevent.la lib/libevent.so +lib/libevent_core-1.4.so +lib/libevent_core-1.4.so.3 +lib/libevent_core.a +lib/libevent_core.la +lib/libevent_core.so +lib/libevent_extra-1.4.so +lib/libevent_extra-1.4.so.3 +lib/libevent_extra.a +lib/libevent_extra.la +lib/libevent_extra.so Index: devel/ocaml-event/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ocaml-event/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- devel/ocaml-event/Makefile 15 Jun 2008 19:02:24 -0000 1.11 +++ devel/ocaml-event/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= event PORTVERSION= 0.5.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= http://www.xs4all.nl/~mmzeeman/ocaml/ PKGNAMEPREFIX= ocaml- Index: devel/p5-Event-Lib/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Event-Lib/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- devel/p5-Event-Lib/Makefile 17 Apr 2008 14:25:18 -0000 1.11 +++ devel/p5-Event-Lib/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= Event-Lib PORTVERSION= 1.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: devel/py-event/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/py-event/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- devel/py-event/Makefile 13 Mar 2008 11:27:26 -0000 1.5 +++ devel/py-event/Makefile 16 Jul 2008 14:09:37 -0000 @@ -6,7 +6,7 @@ PORTNAME= event PORTVERSION= 0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel net python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: devel/thrift/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/thrift/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- devel/thrift/Makefile 2 Jan 2008 23:43:00 -0000 1.4 +++ devel/thrift/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= thrift PORTVERSION= 20070917 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://developers.facebook.com/thrift/ Index: ftp/ftp-proxy/Makefile =================================================================== RCS file: /home/ncvs/ports/ftp/ftp-proxy/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- ftp/ftp-proxy/Makefile 18 May 2008 22:43:36 -0000 1.12 +++ ftp/ftp-proxy/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,6 +7,7 @@ PORTNAME= ftp-proxy PORTVERSION= 4.3p1 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://www.chrissicool.net/projects/ftp-proxy/distfiles/ Index: ftp/pftpx/Makefile =================================================================== RCS file: /home/ncvs/ports/ftp/pftpx/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- ftp/pftpx/Makefile 2 Jan 2008 23:43:00 -0000 1.8 +++ ftp/pftpx/Makefile 16 Jul 2008 14:09:37 -0000 @@ -6,7 +6,7 @@ PORTNAME= pftpx PORTVERSION= 0.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= ftp MASTER_SITES= http://www.sentia.org/downloads/ DISTNAME= ${PORTNAME}-${PORTVERSION} Index: net-im/msn-proxy/Makefile =================================================================== RCS file: /home/ncvs/ports/net-im/msn-proxy/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- net-im/msn-proxy/Makefile 20 Jun 2008 05:30:14 -0000 1.5 +++ net-im/msn-proxy/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,6 +7,7 @@ PORTNAME= msn-proxy PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= SF Index: net-mgmt/tork/Makefile =================================================================== RCS file: /home/ncvs/ports/net-mgmt/tork/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- net-mgmt/tork/Makefile 6 Jun 2008 13:53:05 -0000 1.4 +++ net-mgmt/tork/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= tork PORTVERSION= 0.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt security MASTER_SITES= SF Index: net-mgmt/vidalia/Makefile =================================================================== RCS file: /home/ncvs/ports/net-mgmt/vidalia/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- net-mgmt/vidalia/Makefile 6 Jun 2008 13:53:06 -0000 1.11 +++ net-mgmt/vidalia/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= vidalia PORTVERSION= 0.0.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt security MASTER_SITES= http://www.vidalia-project.net:8001/vidalia/\ http://tor.eff.org/dist/vidalia-bundles/ Index: net/arpd/Makefile =================================================================== RCS file: /home/ncvs/ports/net/arpd/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- net/arpd/Makefile 2 Jan 2008 23:43:00 -0000 1.12 +++ net/arpd/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= arpd PORTVERSION= 0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= http://niels.xtdnet.nl/honeyd/ Index: net/beanstalkd/Makefile =================================================================== RCS file: /home/ncvs/ports/net/beanstalkd/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- net/beanstalkd/Makefile 8 May 2008 11:15:36 -0000 1.2 +++ net/beanstalkd/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,6 +7,7 @@ PORTNAME= beanstalkd PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://xph.us/software/beanstalkd/rel/ Index: net/honeyd/Makefile =================================================================== RCS file: /home/ncvs/ports/net/honeyd/Makefile,v retrieving revision 1.33 diff -u -r1.33 Makefile --- net/honeyd/Makefile 4 Feb 2008 15:35:08 -0000 1.33 +++ net/honeyd/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= honeyd PORTVERSION= 1.5c -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ \ http://niels.xtdnet.nl/honeyd/ Index: net/nylon/Makefile =================================================================== RCS file: /home/ncvs/ports/net/nylon/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- net/nylon/Makefile 2 Jan 2008 23:43:01 -0000 1.22 +++ net/nylon/Makefile 16 Jul 2008 14:09:37 -0000 @@ -8,7 +8,7 @@ PORTNAME= nylon PORTVERSION= 1.21 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://monkey.org/~marius/nylon/ Index: net/openospfd/Makefile =================================================================== RCS file: /home/ncvs/ports/net/openospfd/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- net/openospfd/Makefile 2 Jan 2008 23:43:01 -0000 1.9 +++ net/openospfd/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= openospfd PORTVERSION= 4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ftp://ftp.dkuug.dk/pub/OpenBSD/OpenBGPD/:openbsd \ ${MASTER_SITE_LOCAL:S/$/:freebsd/g} Index: net/plb/Makefile =================================================================== RCS file: /home/ncvs/ports/net/plb/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- net/plb/Makefile 18 Apr 2008 04:40:44 -0000 1.12 +++ net/plb/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= plb PORTVERSION= 0.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net ipv6 MASTER_SITES= http://plb.sunsite.dk/files/ Index: net/relayd/Makefile =================================================================== RCS file: /home/ncvs/ports/net/relayd/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- net/relayd/Makefile 8 Apr 2008 15:57:29 -0000 1.3 +++ net/relayd/Makefile 16 Jul 2008 14:09:37 -0000 @@ -6,6 +6,7 @@ PORTNAME= relayd PORTVERSION= 4.2.20071221 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kuriyama Index: net/spserver/Makefile =================================================================== RCS file: /home/ncvs/ports/net/spserver/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- net/spserver/Makefile 29 Jun 2008 09:50:23 -0000 1.11 +++ net/spserver/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= spserver PORTVERSION= 0.9.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-${PORTVERSION}.src Index: net/trickle/Makefile =================================================================== RCS file: /home/ncvs/ports/net/trickle/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- net/trickle/Makefile 21 Apr 2008 17:36:40 -0000 1.20 +++ net/trickle/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,6 +7,7 @@ PORTNAME= trickle PORTVERSION= 1.07 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://monkey.org/~marius/trickle/ Index: net/vomit/Makefile =================================================================== RCS file: /home/ncvs/ports/net/vomit/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- net/vomit/Makefile 2 Jan 2008 23:43:02 -0000 1.17 +++ net/vomit/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= vomit PORTVERSION= 0.2c -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net security MASTER_SITES= http://vomit.xtdnet.nl/ Index: security/dns-proxy-tor/Makefile =================================================================== RCS file: /home/ncvs/ports/security/dns-proxy-tor/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- security/dns-proxy-tor/Makefile 3 Apr 2007 12:06:03 -0000 1.3 +++ security/dns-proxy-tor/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= dns-proxy-tor PORTVERSION= 0.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security dns MASTER_SITES= http://p56soo2ibjkx23xo.onion/ \ http://www.fabiankeil.de/sourcecode/freebsd/ Index: security/fragroute/Makefile =================================================================== RCS file: /home/ncvs/ports/security/fragroute/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- security/fragroute/Makefile 2 Jan 2008 23:43:02 -0000 1.21 +++ security/fragroute/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= fragroute PORTVERSION= 1.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security net MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \ ${MASTER_SITE_PACKETSTORM} Index: security/scanssh/Makefile =================================================================== RCS file: /home/ncvs/ports/security/scanssh/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- security/scanssh/Makefile 2 Jan 2008 23:43:02 -0000 1.15 +++ security/scanssh/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= scanssh PORTVERSION= 2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security net MASTER_SITES= http://www.monkey.org/~provos/ Index: security/stegdetect/Makefile =================================================================== RCS file: /home/ncvs/ports/security/stegdetect/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- security/stegdetect/Makefile 6 Jun 2008 14:01:05 -0000 1.28 +++ security/stegdetect/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= stegdetect PORTVERSION= 0.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MASTER_SITES= http://www.outguess.org/ \ http://distfiles.master.finkmirrors.net/ Index: security/tor/Makefile =================================================================== RCS file: /home/ncvs/ports/security/tor/Makefile,v retrieving revision 1.36 diff -u -r1.36 Makefile --- security/tor/Makefile 20 Mar 2008 23:31:05 -0000 1.36 +++ security/tor/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= tor PORTVERSION= 0.1.2.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= http://www.torproject.org/dist/ \ http://mirror.onionland.org/dist/ Index: security/tor-devel/Makefile =================================================================== RCS file: /home/ncvs/ports/security/tor-devel/Makefile,v retrieving revision 1.63 diff -u -r1.63 Makefile --- security/tor-devel/Makefile 28 Jun 2008 15:18:30 -0000 1.63 +++ security/tor-devel/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,6 +7,7 @@ PORTNAME= tor DISTVERSION= 0.2.1.2-alpha +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://www.torproject.org/dist/ \ http://tor.cypherpunks.at/dist/ \ Index: security/trans-proxy-tor/Makefile =================================================================== RCS file: /home/ncvs/ports/security/trans-proxy-tor/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- security/trans-proxy-tor/Makefile 3 Apr 2007 12:08:12 -0000 1.3 +++ security/trans-proxy-tor/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= trans-proxy-tor PORTVERSION= 0.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= http://p56soo2ibjkx23xo.onion/ \ http://www.fabiankeil.de/sourcecode/freebsd/ Index: www/crawl/Makefile =================================================================== RCS file: /home/ncvs/ports/www/crawl/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- www/crawl/Makefile 2 Jan 2008 23:43:03 -0000 1.23 +++ www/crawl/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= crawl PORTVERSION= 0.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= http://www.monkey.org/~provos/ Index: www/pecl-pecl_http/Makefile =================================================================== RCS file: /home/ncvs/ports/www/pecl-pecl_http/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- www/pecl-pecl_http/Makefile 4 Feb 2008 13:14:39 -0000 1.23 +++ www/pecl-pecl_http/Makefile 16 Jul 2008 14:09:37 -0000 @@ -7,6 +7,7 @@ PORTNAME= pecl_http DISTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= www pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl-