Hi,

Update for Adsuck to 2.5.0:

* Automatically watch for changes to resolv.conf and reread it when that 
  happens.
* Refresh all the hosts files.
* Start using libevent2 in favor of libevent

Ok? Comments?

Cheers.

-- 
Sending from my VCR...
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/adsuck/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile    27 Sep 2012 18:20:41 -0000      1.23
+++ Makefile    11 Dec 2012 17:13:13 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=               DNS relay for ad blocking
 
-DISTNAME=              adsuck-2.4.3
+DISTNAME=              adsuck-2.5.0
 CATEGORIES=            net
 
 HOMEPAGE=              http://opensource.conformal.com/wiki/Adsuck
@@ -17,9 +17,10 @@ PERMIT_DISTFILES_FTP=        Yes
 
 MASTER_SITES=  http://opensource.conformal.com/snapshots/adsuck/
 
-WANTLIB += c event ldns
+WANTLIB += c event_core event_extra ldns
 
-LIB_DEPENDS=   net/ldns/libldns>=1.6.5
+LIB_DEPENDS=   devel/libevent2 \
+               net/ldns/libldns>=1.6.5
 
 MAKE_FLAGS=    BINDIR="${TRUEPREFIX}/sbin" \
                MANDIR="${TRUEPREFIX}/man/man"
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/adsuck/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- distinfo    27 Sep 2012 18:20:41 -0000      1.13
+++ distinfo    11 Dec 2012 17:13:13 -0000
@@ -1,2 +1,2 @@
-SHA256 (adsuck-2.4.3.tgz) = Sm0xYeyvx/54cu4+eeYgv0IGJmu4FG0ovapWpqZEGWg=
-SIZE (adsuck-2.4.3.tgz) = 10492872
+SHA256 (adsuck-2.5.0.tgz) = EmAuySScbHMD+QF7yQdHKK9jxFq+wVuYPkemZNcCQmM=
+SIZE (adsuck-2.5.0.tgz) = 10443584

Reply via email to