diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-20 08:00:32 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-20 08:00:32 +0800 |
commit | 7a925305319e1d7851fec9a244773881b1cf852c (patch) | |
tree | 4e043356a58b486f6612dee57a2af70aa5b8d6ef /irc/ngircd | |
parent | 972fdb152e4fc9df754a7e177a19823a63da83b1 (diff) | |
download | freebsd-ports-gnome-7a925305319e1d7851fec9a244773881b1cf852c.tar.gz freebsd-ports-gnome-7a925305319e1d7851fec9a244773881b1cf852c.tar.zst freebsd-ports-gnome-7a925305319e1d7851fec9a244773881b1cf852c.zip |
Update to 0.9.2
Take MAINTAINER
PR: 87693
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
Diffstat (limited to 'irc/ngircd')
-rw-r--r-- | irc/ngircd/Makefile | 10 | ||||
-rw-r--r-- | irc/ngircd/distinfo | 4 | ||||
-rw-r--r-- | irc/ngircd/files/patch-doc::Makefile.in | 21 |
3 files changed, 17 insertions, 18 deletions
diff --git a/irc/ngircd/Makefile b/irc/ngircd/Makefile index b9cb7bacdaab..d07c86c95a81 100644 --- a/irc/ngircd/Makefile +++ b/irc/ngircd/Makefile @@ -6,12 +6,12 @@ # PORTNAME= ngircd -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= irc MASTER_SITES= http://download.berlios.de/ngircd/ \ ftp://ftp.berlios.de/pub/ngircd/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= laszlof@vonostingroup.com COMMENT= Free open source daemon for Internet Relay Chat (IRC) GNU_CONFIGURE= yes @@ -19,6 +19,9 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +MAN5= ngircd.conf.5 +MAN8= ngircd.8 + .if exists(/usr/include/tcpd.h) WITH_TCP_WRAPPERS= yes CONFIGURE_ARGS+= --with-tcp-wrappers @@ -37,9 +40,6 @@ CONFIGURE_ARGS+= --without-syslog CONFIGURE_ARGS+= --without-zlib .endif -MAN5= ngircd.conf.5 -MAN8= ngircd.8 - pre-configure: @${ECHO_MSG} "" .if defined(WITH_TCP_WRAPPERS) diff --git a/irc/ngircd/distinfo b/irc/ngircd/distinfo index a1a8c72f33a0..340dbfa5146d 100644 --- a/irc/ngircd/distinfo +++ b/irc/ngircd/distinfo @@ -1,2 +1,2 @@ -MD5 (ngircd-0.9.1.tar.gz) = 591808f2b1515e79dfb752de25d5c7f2 -SIZE (ngircd-0.9.1.tar.gz) = 287538 +MD5 (ngircd-0.9.2.tar.gz) = da4dc8d5c3f6980ecb435300a42b1f2f +SIZE (ngircd-0.9.2.tar.gz) = 282713 diff --git a/irc/ngircd/files/patch-doc::Makefile.in b/irc/ngircd/files/patch-doc::Makefile.in index 15e69dac9577..8866d51daf94 100644 --- a/irc/ngircd/files/patch-doc::Makefile.in +++ b/irc/ngircd/files/patch-doc::Makefile.in @@ -1,24 +1,23 @@ - -$FreeBSD$ - ---- doc/Makefile.in.orig -+++ doc/Makefile.in -@@ -149,12 +149,10 @@ - target_cpu = @target_cpu@ +--- doc/Makefile.in.orig Wed Oct 19 18:33:52 2005 ++++ doc/Makefile.in Wed Oct 19 18:35:19 2005 +@@ -135,14 +135,11 @@ target_os = @target_os@ target_vendor = @target_vendor@ + -EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt Platforms.txt \ - README-AUX.txt README-BeOS.txt RFC.txt sample-ngircd.conf -+EXTRA_DIST = +- ++EXTRA_DIST = docdir = $(datadir)/doc/$(PACKAGE) + -documents = $(EXTRA_DIST) ../AUTHORS ../COPYING ../ChangeLog ../INSTALL \ - ../NEWS ../README +documents = $(EXTRA_DIST) - all: all-am - -@@ -318,8 +316,8 @@ + subdir = doc + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +@@ -294,8 +291,8 @@ install-data-hook: $(mkinstalldirs) $(DESTDIR)$(sysconfdir) |