1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Update to 0.11.4p1

PR:		ports/43615
Submitted by:	Adam Weinberger <adam@vectors.cx>
Approved by:	maintainer
This commit is contained in:
Patrick Li 2002-10-07 21:31:37 +00:00
parent 5fe92eb487
commit 03e8e28229
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67581
10 changed files with 8 additions and 132 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (naim-0.11.3.tar.gz) = d7c10e61eff7a7075d2c24044fd40b51
MD5 (naim-0.11.4p1.tar.gz) = 5253a39fe594440478dc4f3fb8538ca4

View File

@ -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,

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -1 +1 @@
MD5 (naim-0.11.3.tar.gz) = d7c10e61eff7a7075d2c24044fd40b51
MD5 (naim-0.11.4p1.tar.gz) = 5253a39fe594440478dc4f3fb8538ca4

View File

@ -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,

View File

@ -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

View File

@ -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"