Date: Thu, 2 Aug 2001 17:18:19 -0400 (EDT) From: Pete Fritchman <petef@databits.net> To: FreeBSD-gnats-submit@freebsd.org Cc: lioux@freebsd.org Subject: ports/29401: Clean up audio/napster Message-ID: <200108022118.f72LIJF17162@entropy.databits.net>
next in thread | raw e-mail | index | archive | help
>Number: 29401 >Category: ports >Synopsis: Clean up audio/napster >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 02 14:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD entropy.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #1: Tue Jul 31 08:19:43 EDT 2001 petef@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386 >Description: - use DOCSDIR - install more documentation - update webpage >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/napster/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 2001/07/22 04:10:37 1.14 +++ Makefile 2001/08/02 21:07:25 @@ -17,9 +17,10 @@ post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/nap - ${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/nap - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nap + @${MKDIR} ${DOCSDIR} +.for file in NEWS README doc/napster.txt doc/userguide.html + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor .endif .include <bsd.port.mk> Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/audio/napster/pkg-descr,v retrieving revision 1.4 diff -u -r1.4 pkg-descr --- pkg-descr 2001/07/22 04:10:37 1.4 +++ pkg-descr 2001/08/02 20:47:47 @@ -4,7 +4,7 @@ For more information on OpenNAP, visit http://www.opennap.com/. -WWW: http://nap.sourceforge.net/ +WWW: http://theory.stanford.edu/~selinger/nap/ - Pete petef@databits.net Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/audio/napster/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 2001/07/22 04:10:37 1.4 +++ pkg-plist 2001/08/02 21:12:27 @@ -1,4 +1,6 @@ bin/nap %%PORTDOCS%%share/doc/nap/NEWS %%PORTDOCS%%share/doc/nap/README +%%PORTDOCS%%share/doc/nap/napster.txt +%%PORTDOCS%%share/doc/nap/userguide.html %%PORTDOCS%%@dirrm share/doc/nap Index: files/patch-event.c =================================================================== RCS file: /home/ncvs/ports/audio/napster/files/patch-event.c,v retrieving revision 1.1 diff -u -r1.1 patch-event.c --- files/patch-event.c 2001/07/22 04:10:37 1.1 +++ files/patch-event.c 2001/08/02 21:14:17 @@ -1,5 +1,3 @@ -Oops, forgot to include patch-event.c: - --- event.c.orig Tue Jul 3 00:46:38 2001 +++ event.c Tue Jul 3 00:47:24 2001 @@ -11,6 +11,7 @@ @@ -10,8 +8,3 @@ #include <sys/socket.h> #include <stdlib.h> #include <ctype.h> - --- -Pete Fritchman <petef@databits.net> -Databits Network Services, Inc. <http://databits.net> -finger petef@databits.net for PGP key >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?200108022118.f72LIJF17162>