diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-19 17:29:44 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-19 17:29:44 +0800 |
commit | 3d1bb480deb54daad4f0685144626fbfbbbaf924 (patch) | |
tree | 44d02391af82bbd6fecfd65bdfd5e85a7550e285 /net/naim | |
parent | 23bde94bb6ad2c4c84be0516393a9c4f472b6b72 (diff) | |
download | freebsd-ports-gnome-3d1bb480deb54daad4f0685144626fbfbbbaf924.tar.gz freebsd-ports-gnome-3d1bb480deb54daad4f0685144626fbfbbbaf924.tar.zst freebsd-ports-gnome-3d1bb480deb54daad4f0685144626fbfbbbaf924.zip |
upgrade to 0.11.3
pass maintainership to submitter
PR: 40754
Submitted by: "Ryan T. Dean" <rtdean@cytherianage.net> (new maintainer)
Diffstat (limited to 'net/naim')
-rw-r--r-- | net/naim/Makefile | 14 | ||||
-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/pkg-plist | 3 |
5 files changed, 44 insertions, 11 deletions
diff --git a/net/naim/Makefile b/net/naim/Makefile index 03cbf736c547..85ad4aaf968f 100644 --- a/net/naim/Makefile +++ b/net/naim/Makefile @@ -6,23 +6,21 @@ # PORTNAME= naim -PORTVERSION= 0.11.2 +PORTVERSION= 0.11.3 CATEGORIES= net -MASTER_SITES= http://dev.n.ml.org/ +MASTER_SITES= http://www.acm.rpi.edu/~n/dev.n.ml.org/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rtdean@cytherianage.net GNU_CONFIGURE= yes +MAN1= naim.1 + post-install: - @ ${MKDIR} ${PREFIX}/share/examples/naim - @ ${INSTALL_DATA} ${WRKSRC}/doc/naimrc_sample ${PREFIX}/share/examples/naim/ .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/naim @ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${PREFIX}/share/doc/naim/ + @ ${INSTALL_DATA} ${WRKSRC}/doc/COLORS ${PREFIX}/share/doc/naim/ .endif - @ ${ECHO} "************************************************************" - @ ${CAT} ${PKGMESSAGE} - @ ${ECHO} "************************************************************" .include <bsd.port.mk> diff --git a/net/naim/distinfo b/net/naim/distinfo index cf32ba4c059e..4db4d01bf9e3 100644 --- a/net/naim/distinfo +++ b/net/naim/distinfo @@ -1 +1 @@ -MD5 (naim-0.11.2.tar.gz) = 370d8de3e1e15a82a1a0a6b8834aca79 +MD5 (naim-0.11.3.tar.gz) = d7c10e61eff7a7075d2c24044fd40b51 diff --git a/net/naim/files/patch-aa b/net/naim/files/patch-aa new file mode 100644 index 000000000000..a50b399c4d40 --- /dev/null +++ b/net/naim/files/patch-aa @@ -0,0 +1,17 @@ +--- 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 new file mode 100644 index 000000000000..cdb693304b27 --- /dev/null +++ b/net/naim/files/patch-ab @@ -0,0 +1,19 @@ +--- 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/pkg-plist b/net/naim/pkg-plist index ac3a84b17dd2..7e80fb4e05a9 100644 --- a/net/naim/pkg-plist +++ b/net/naim/pkg-plist @@ -1,5 +1,4 @@ bin/naim -share/examples/naim/naimrc_sample share/doc/naim/naim.hlp -@dirrm share/examples/naim +share/doc/naim/COLORS @dirrm share/doc/naim |