Index: head/irc/ngircd/Makefile =================================================================== --- head/irc/ngircd/Makefile (revision 313611) +++ head/irc/ngircd/Makefile (revision 313612) @@ -1,86 +1,85 @@ # Created by: Kirill Ponomarew # $FreeBSD$ PORTNAME= ngircd -PORTVERSION= 0.19.2 -PORTREVISION= 1 +PORTVERSION= 20.2 +PORTEPOCH= 1 CATEGORIES= irc ipv6 MASTER_SITES= ftp://ftp.berlios.de/pub/%SUBDIR%/ \ http://arthur.barton.de/pub/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} -DISTVERSION= ${PORTVERSION:S/0.//} MAINTAINER= ports@FreeBSD.org COMMENT= Free open source daemon for Internet Relay Chat (IRC) LICENSE= GPLv2 USE_RC_SUBR= ngircd GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include MAN5= ngircd.conf.5 MAN8= ngircd.8 OPTIONS_DEFINE=TCP_WRAPPERS SYSLOG ZLIB IPV6 OPENSSL GNUTLS IRCPLUS IDENT SNIFFER DEBUG OPTIONS_DEFAULT=TCP_WRAPPERS SYSLOG ZLIB IPV6 IRCPLUS NO_OPTIONS_SORT=yes TCP_WRAPPERS_DESC=Enable TCP wrappers support SYSLOG_DESC=Enable syslog() support ZLIB_DESC=Enable ZLIB compression IRCPLUS_DESC=Enable IRC+ protocol IDENT_DESC=Enable IDENT (AUTH) protocol support SNIFFER_DESC=Enable IRC traffic sniffer DEBUG_DESC=Show additional debug output .include .if exists(/usr/include/tcpd.h) && !defined(WITHOUT_TCP_WRAPPERS) CONFIGURE_ARGS+= --with-tcp-wrappers .endif .if empty(PORT_OPTIONS:MSYSLOG) CONFIGURE_ARGS+= --without-syslog .endif .if empty(PORT_OPTIONS:MZLIB) CONFIGURE_ARGS+= --without-zlib .endif .if ${PORT_OPTIONS:MIPV6} CONFIGURE_ARGS+= --enable-ipv6 .endif .if ${PORT_OPTIONS:MOPENSSL} CONFIGURE_ARGS+= --with-openssl USE_OPENSSL=yes .endif .if ${PORT_OPTIONS:MGNUTLS} CONFIGURE_ARGS+= --with-gnutls LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls .endif .if empty(PORT_OPTIONS:MIRCPLUS) CONFIGURE_ARGS+= --disable-ircplus .endif .if ${PORT_OPTIONS:MIDENT} LIB_DEPENDS+= ident:${PORTSDIR}/security/libident CONFIGURE_ARGS+= --with-ident .endif .if ${PORT_OPTIONS:MSNIFFER} CONFIGURE_ARGS+= --enable-sniffer .endif .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+= --enable-debug .endif .if defined(NOPORTDOCS) MAKE_ARGS+= NOPORTDOCS=yes .endif .include Property changes on: head/irc/ngircd/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/ngircd/distinfo =================================================================== --- head/irc/ngircd/distinfo (revision 313611) +++ head/irc/ngircd/distinfo (revision 313612) @@ -1,2 +1,2 @@ -SHA256 (ngircd-19.2.tar.gz) = bf1d5bc7554863e295d3175483f5bb01ccb0acf06a64ba9bb222150b808cf34d -SIZE (ngircd-19.2.tar.gz) = 490590 +SHA256 (ngircd-20.2.tar.gz) = 306c0ef0d2ceac0836a84ecf871a6bc4dd16c25683aa87c0f172b6e68b93357d +SIZE (ngircd-20.2.tar.gz) = 479987 Property changes on: head/irc/ngircd/distinfo ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/ngircd/files/patch-doc-Makefile.in =================================================================== --- head/irc/ngircd/files/patch-doc-Makefile.in (revision 313611) +++ head/irc/ngircd/files/patch-doc-Makefile.in (revision 313612) @@ -1,21 +1,41 @@ ---- doc/Makefile.in.orig 2010-11-07 17:25:30.000000000 +0100 -+++ doc/Makefile.in 2010-12-11 06:14:18.000000000 +0100 -@@ -505,8 +505,9 @@ - install-data-hook: $(static_docs) $(toplevel_docs) $(generated_docs) - $(mkinstalldirs) $(DESTDIR)$(sysconfdir) - if [ ! -f $(DESTDIR)$(sysconfdir)/ngircd.conf ]; then \ -- $(INSTALL) -m 600 -c sample-ngircd.conf $(DESTDIR)$(sysconfdir)/ngircd.conf; \ -+ $(INSTALL) -m 600 -c sample-ngircd.conf $(DESTDIR)$(sysconfdir)/ngircd.conf.sample; \ +--- doc/Makefile.in.orig 2013-02-15 11:30:58.000000000 +0000 ++++ doc/Makefile.in 2013-03-07 12:19:53.000000000 +0000 +@@ -588,6 +588,7 @@ + @if [ ! -f $(DESTDIR)$(sysconfdir)/ngircd.conf ]; then \ + make install-config; \ fi +.if !defined(NOPORTDOCS) $(mkinstalldirs) $(DESTDIR)$(docdir) for f in $(static_docs) $(toplevel_docs); do \ $(INSTALL) -m 644 -c $(srcdir)/$$f $(DESTDIR)$(docdir)/; \ -@@ -514,6 +515,7 @@ +@@ -595,12 +596,13 @@ for f in $(generated_docs); do \ $(INSTALL) -m 644 -c $$f $(DESTDIR)$(docdir)/; \ done +.endif + install-config: +- $(INSTALL) -m 600 -c sample-ngircd.conf $(DESTDIR)$(sysconfdir)/ngircd.conf ++ $(INSTALL) -m 600 -c sample-ngircd.conf $(DESTDIR)$(sysconfdir)/ngircd.conf.sample + @echo; \ + echo " ** NOTE: Installed sample configuration file:"; \ +- echo " ** \"$(DESTDIR)$(sysconfdir)/ngircd.conf\""; \ ++ echo " ** \"$(DESTDIR)$(sysconfdir)/ngircd.conf.sample\""; \ + echo + uninstall-hook: - rm -rf $(DESTDIR)$(docdir) +@@ -610,12 +612,12 @@ + else \ + echo; \ + echo " ** NOTE: Not uninstalling changed configuration file:"; \ +- echo " ** \"$(DESTDIR)$(sysconfdir)/ngircd.conf\""; \ ++ echo " ** \"$(DESTDIR)$(sysconfdir)/ngircd.conf.sample\""; \ + echo; \ + fi + + uninstall-config: +- rm -f $(DESTDIR)$(sysconfdir)/ngircd.conf ++ rm -f $(DESTDIR)$(sysconfdir)/ngircd.conf.sample + + srcdoc: + make -C src srcdoc Property changes on: head/irc/ngircd/files/patch-doc-Makefile.in ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/ngircd/pkg-plist =================================================================== --- head/irc/ngircd/pkg-plist (revision 313611) +++ head/irc/ngircd/pkg-plist (revision 313612) @@ -1,25 +1,26 @@ etc/ngircd.conf.sample sbin/ngircd %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/Bopm.txt %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/Capabilities.txt +%%PORTDOCS%%%%DOCSDIR%%/Contributing.txt %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/FAQ.txt %%PORTDOCS%%%%DOCSDIR%%/GIT.txt %%PORTDOCS%%%%DOCSDIR%%/HowToRelease.txt %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/Modes.txt %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/PAM.txt %%PORTDOCS%%%%DOCSDIR%%/Platforms.txt %%PORTDOCS%%%%DOCSDIR%%/Protocol.txt %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README-AUX.txt %%PORTDOCS%%%%DOCSDIR%%/README-BeOS.txt %%PORTDOCS%%%%DOCSDIR%%/README-Interix.txt %%PORTDOCS%%%%DOCSDIR%%/RFC.txt %%PORTDOCS%%%%DOCSDIR%%/SSL.txt %%PORTDOCS%%%%DOCSDIR%%/Services.txt %%PORTDOCS%%%%DOCSDIR%%/sample-ngircd.conf %%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/irc/ngircd/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property