diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-10-07 21:31:37 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-10-07 21:31:37 +0000 |
commit | 03e8e2822927ea76136fd4dd4bceb87c27ed3267 (patch) | |
tree | ab0736dec84dde0453f4cc2c8b907284f3ff8fdb /net | |
parent | 5fe92eb48741d2c283e18bfc8cb3777a730f0fbc (diff) | |
download | ports-03e8e2822927ea76136fd4dd4bceb87c27ed3267.tar.gz ports-03e8e2822927ea76136fd4dd4bceb87c27ed3267.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/naim/Makefile | 7 | ||||
-rw-r--r-- | net/naim/distinfo | 2 | ||||
-rw-r--r-- | net/naim/files/patch-aa | 17 | ||||
-rw-r--r-- | net/naim/files/patch-ab | 19 | ||||
-rw-r--r-- | net/naim/files/patch-ltmain.sh | 25 |
5 files changed, 4 insertions, 66 deletions
diff --git a/net/naim/Makefile b/net/naim/Makefile index 6fcc2b8ec1d6..802bf3a3fe9f 100644 --- a/net/naim/Makefile +++ b/net/naim/Makefile @@ -6,14 +6,13 @@ # PORTNAME= naim -PORTVERSION= 0.11.3 -PORTREVISION= 1 +PORTVERSION= 0.11.4p1 CATEGORIES= net -MASTER_SITES= http://rpi-acm.org/~n/dev.n.ml.org/ \ - http://www.acm.rpi.edu/~n/dev.n.ml.org/ +MASTER_SITES= http://www.acm.rpi.edu/~n/ MAINTAINER= rtdean@cytherianage.net +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/p1//} GNU_CONFIGURE= yes MAN1= naim.1 diff --git a/net/naim/distinfo b/net/naim/distinfo index 4db4d01bf9e3..ddb69cec8550 100644 --- a/net/naim/distinfo +++ b/net/naim/distinfo @@ -1 +1 @@ -MD5 (naim-0.11.3.tar.gz) = d7c10e61eff7a7075d2c24044fd40b51 +MD5 (naim-0.11.4p1.tar.gz) = 5253a39fe594440478dc4f3fb8538ca4 diff --git a/net/naim/files/patch-aa b/net/naim/files/patch-aa deleted file mode 100644 index a50b399c4d40..000000000000 --- a/net/naim/files/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ ---- naim.1.old Wed Jun 19 22:11:07 2002 -+++ naim.1 Thu Jul 18 23:00:58 2002 -@@ -49,10 +49,10 @@ - messages while connected, and anything else not a part of the front end) - contact the FireTalk maintainer, Ian Gulliver <ian@penguinhosting.net>. - .PP --To report issues with the FreeBSD port, contact Michael Haro --<mharo@FreeBSD.org>. To report issues with the Debian package, contact Ian --Gulliver <ian@penguinhosting.net>. To report issues with the OpenBSD port, --contact Lurene Grenier <lurene@menagerie.tf>. -+To report issues with the FreeBSD port, contact Ryan Dean -+<rtdean@cytherianage.net>. To report issues with the Debian package, -+contact Ian Gulliver <ian@penguinhosting.net>. To report issues with the -+OpenBSD port, contact Lurene Grenier <lurene@menagerie.tf>. - .PP - .SH "FEATURE REQUESTS" - If you would like to suggest new features or significant behavior changes, diff --git a/net/naim/files/patch-ab b/net/naim/files/patch-ab deleted file mode 100644 index cdb693304b27..000000000000 --- a/net/naim/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ ---- README.old Thu Jul 18 23:29:09 2002 -+++ README Thu Jul 18 23:28:47 2002 -@@ -64,11 +64,11 @@ - not a part of the front end) contact the FireTalk main- - tainer, Ian Gulliver <ian@penguinhosting.net>. - -- To report issues with the FreeBSD port, contact Michael -- Haro <mharo@FreeBSD.org>. To report issues with the Debian -- package, contact Ian Gulliver <ian@penguinhosting.net>. To -- report issues with the OpenBSD port, contact Lurene Gre- -- nier <lurene@menagerie.tf>. -+ To report issues with the FreeBSD port, contact Ryan Dean -+ <rtdean@cytherianage.net>. To report issues with the -+ Debian package, contact Ian Gulliver <ian@penguinhost- -+ ing.net>. To report issues with the OpenBSD port, contact -+ Lurene Grenier <lurene@menagerie.tf>. - - - FEATURE REQUESTS diff --git a/net/naim/files/patch-ltmain.sh b/net/naim/files/patch-ltmain.sh deleted file mode 100644 index 996e351d9db8..000000000000 --- a/net/naim/files/patch-ltmain.sh +++ /dev/null @@ -1,25 +0,0 @@ ---- ltmain.sh.orig Mon Sep 23 01:54:26 2002 -+++ ltmain.sh Mon Sep 23 01:55:41 2002 -@@ -2444,6 +2444,9 @@ - *-*-openbsd*) - # Do not include libc due to us having libc/libc_r. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test $build_libtool_need_lc = "yes"; then -@@ -4210,10 +4213,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |