diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-26 03:56:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-26 03:56:55 +0000 |
commit | c1fa31b225c06e72585e680b2d6ddcd6bc89eadb (patch) | |
tree | 9774df6ee4162571d6d470a1ac2dfc1e64810931 /net/gnut | |
parent | Fix library name in LIB_DEPENDS. (diff) |
Upgrade to gnut-0.4.27
Notes
Notes:
svn path=/head/; revision=46917
Diffstat (limited to 'net/gnut')
-rw-r--r-- | net/gnut/Makefile | 2 | ||||
-rw-r--r-- | net/gnut/distinfo | 2 | ||||
-rw-r--r-- | net/gnut/files/patch-ab | 52 |
3 files changed, 54 insertions, 2 deletions
diff --git a/net/gnut/Makefile b/net/gnut/Makefile index 558219ac05fc..b7f321e1b269 100644 --- a/net/gnut/Makefile +++ b/net/gnut/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnut -PORTVERSION= 0.4.26 +PORTVERSION= 0.4.27 CATEGORIES= net audio MASTER_SITES= http://www.gnutelliums.com/linux_unix/gnut/tars/ diff --git a/net/gnut/distinfo b/net/gnut/distinfo index 05f5e89afb7f..cc74825fba02 100644 --- a/net/gnut/distinfo +++ b/net/gnut/distinfo @@ -1 +1 @@ -MD5 (gnut-0.4.26.tar.gz) = 135b45ec00792a0ce007a06942e8718c +MD5 (gnut-0.4.27.tar.gz) = 842dce7191cb9be92898cb92cf9bc30c diff --git a/net/gnut/files/patch-ab b/net/gnut/files/patch-ab new file mode 100644 index 000000000000..601838f49bb5 --- /dev/null +++ b/net/gnut/files/patch-ab @@ -0,0 +1,52 @@ +--- configure.in.orig Sat Aug 25 20:50:06 2001 ++++ configure.in Sat Aug 25 20:50:22 2001 +@@ -2,49 +2,6 @@ + + AC_INIT(src/gnut.c) + +-cat << 'cat_eof' +- gnut -- Command-line oriented Gnutella client for POSIX +- +-gnut is free software; you can redistribute it and/or modify it under +-the terms of the GNU General Public License as published by the Free +-Software Foundation; either version 2 of the License, or (at your +-option) any later version. +- +-gnut is distributed in the hope that it will be useful, but WITHOUT +-ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +-FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +-for more details. +- +-You should have received a copy of the GNU General Public License +-along with this program; if not, write to the Free Software +-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +- +-To contact one of the authors, send electronic mail to: gnut@mrob.com +-or paper mail to: Gnut, c/o Robert Munafo, P.O. Box 0513, Scituate, MA +-02066-0513, USA. +- +-Hit return: +-cat_eof +-read GPL_OK_TMP +- +-cat << 'cat_eof' +- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +-Read this only if you're interested in submitting patches or +-suggestions for improvements: +- +- Many people have been submitting patches and suggestions for +- modifying the auto-generated files, something which cannot be +- done in the distribution versions. +- +- Therefore, the file HACKING, located in the same directory as +- this 'configure' script, has been provided to explain how to +- change files and rebuild. Please read that file before +- submitting patches to the makefiles or scripts. +- +-Hit return: +-cat_eof +-read GPL_OK_TMP +- + AM_INIT_AUTOMAKE(gnut,0.4.27) + AM_MAINTAINER_MODE + AM_ACLOCAL_INCLUDE(macros) |