Date: Wed, 28 Jun 2000 05:41:53 -0700 (PDT) From: rbt@zort.on.ca To: freebsd-gnats-submit@FreeBSD.org Subject: ports/19559: Update: net/gnut Message-ID: <20000628124153.54A9D37B597@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 19559 >Category: ports >Synopsis: Update: net/gnut >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 28 05:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Rod Taylor >Release: >Organization: >Environment: >Description: Gnut has been updated (second submission of this), first failed to get onto the PR list. Lots of bug fixes, new features, improved connectivity, new authors (archive location), among smaller details (documentation!) >How-To-Repeat: >Fix: diff -ruN gnut.old/Makefile gnut/Makefile --- gnut.old/Makefile Sat Jun 24 11:29:06 2000 +++ gnut/Makefile Sat Jun 24 11:38:06 2000 @@ -6,9 +6,9 @@ # PORTNAME= gnut -PORTVERSION= 0.3.24 +PORTVERSION= 0.4.8 CATEGORIES= net audio -MASTER_SITES= http://www.umr.edu/~jjp/ +MASTER_SITES= http://www.mrob.com/gnut/tars/ MAINTAINER= kris@FreeBSD.org @@ -19,7 +19,11 @@ .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/gnut ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gnut - ${INSTALL_DATA} ${WRKSRC}/TUTORIAL ${PREFIX}/share/doc/gnut + +.for file in TUTORIAL gnut-1.html gnut-2.html gnut-3.html gnut-4.html gnut-5.html gnut-6.html gnut.html + ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/gnut +.endfor + .endif ${MKDIR} ${PREFIX}/share/gnut ${INSTALL_DATA} ${WRKSRC}/gnutrc.sample ${PREFIX}/share/gnut diff -ruN gnut.old/files/md5 gnut/files/md5 --- gnut.old/files/md5 Sat Jun 24 11:29:06 2000 +++ gnut/files/md5 Sat Jun 24 11:30:31 2000 @@ -1 +1 @@ -MD5 (gnut-0.3.24.tar.gz) = 9b08bbe2b47165363889efcbe70f1a44 +MD5 (gnut-0.4.8.tar.gz) = 655130ecb0e9ba9971dc32db55b3767b diff -ruN gnut.old/pkg/PLIST gnut/pkg/PLIST --- gnut.old/pkg/PLIST Sat Jun 24 11:29:06 2000 +++ gnut/pkg/PLIST Sat Jun 24 11:39:27 2000 @@ -1,6 +1,13 @@ bin/gnut share/doc/gnut/README share/doc/gnut/TUTORIAL +share/doc/gnut/gnut.html +share/doc/gnut/gnut-1.html +share/doc/gnut/gnut-2.html +share/doc/gnut/gnut-3.html +share/doc/gnut/gnut-4.html +share/doc/gnut/gnut-5.html +share/doc/gnut/gnut-6.html share/gnut/gnutrc.sample @dirrm share/doc/gnut/ @dirrm share/gnut/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000628124153.54A9D37B597>