1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Update to 0.074

This commit is contained in:
Martin Wilke 2009-08-13 11:18:28 +00:00
parent 184e5918c1
commit 77465f1607
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239427
3 changed files with 7 additions and 5 deletions

View File

@ -6,9 +6,9 @@
# #
PORTNAME= znc PORTNAME= znc
PORTVERSION= 0.070 PORTVERSION= 0.074
CATEGORIES= irc ipv6 CATEGORIES= irc ipv6
MASTER_SITES= SF MASTER_SITES= SFP/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
MAINTAINER= miwi@FreeBSD.org MAINTAINER= miwi@FreeBSD.org
COMMENT= An advanced IRC bouncer COMMENT= An advanced IRC bouncer
@ -16,6 +16,7 @@ COMMENT= An advanced IRC bouncer
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_GNOME= gnomehack USE_GNOME= gnomehack
CONFIGURE_ARGS= --disable-c-ares
OPTIONS= DEBUG "Enable debugging" off \ OPTIONS= DEBUG "Enable debugging" off \
IPV6 "Enable IPv6 support" off \ IPV6 "Enable IPv6 support" off \

View File

@ -1,3 +1,3 @@
MD5 (znc-0.070.tar.gz) = 18bb813cb350c6db014a0d82ecdf85fe MD5 (znc-0.074.tar.gz) = 378187acd114769f8f97ef2d4b19da25
SHA256 (znc-0.070.tar.gz) = 97e6754b715ff8078cbeb2ee044e778330ff4a82ac9da27f60ce42fa4e239407 SHA256 (znc-0.074.tar.gz) = 40a655833a095b9131b86c9d9ffdeaf25676076ec3239a81ae274694a67762a7
SIZE (znc-0.070.tar.gz) = 393908 SIZE (znc-0.074.tar.gz) = 401554

View File

@ -14,6 +14,7 @@ include/znc/MD5.h
include/znc/Modules.h include/znc/Modules.h
include/znc/Nick.h include/znc/Nick.h
include/znc/Server.h include/znc/Server.h
include/znc/Socket.h
include/znc/Template.h include/znc/Template.h
include/znc/Timers.h include/znc/Timers.h
include/znc/User.h include/znc/User.h