Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2000 20:28:50 -0700 (MST)
From:      jjreynold@home.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17762: update of sysutils/flexbackup (patch included)
Message-ID:  <200004030328.UAA03646@whale.home-net>

next in thread | raw e-mail | index | archive | help

>Number:         17762
>Category:       ports
>Synopsis:       sysutils/flexbackup 0.9.8 needs a slight update
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr  2 20:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     John Reynolds
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
Four Guy's Plumbing.
>Environment:

FreeBSD whale 3.4-STABLE FreeBSD 3.4-STABLE #0: Sat Mar  4 10:48:02 MST 2000 
   root@whale:/usr/src/sys/compile/WHALE  i386

>Description:

  the "flexbackup" port needs a slight update. The README file along with a
  configuration file sample have been moved from $PREFIX/share/flexbackup to
  $PREFIX/share/doc/flexbackup which is more consistent with what other ports
  do for random associated docs.

  Thanks to kiri@pis.toba-cmt.ac.jp for pointing this out.

>How-To-Repeat:

  Install the flexbackup port. You will see files being placed in
  $PREFIX/share/flexbackup which isn't consistent with other ports.

>Fix:
	
Please apply the attached patch from the ports/sysutils directory:

diff -urN flexbackup.9.8/Makefile flexbackup/Makefile
--- flexbackup.9.8/Makefile	Sun Apr  2 19:51:15 2000
+++ flexbackup/Makefile	Sun Apr  2 19:59:31 2000
@@ -26,9 +26,9 @@
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/flexbackup ${PREFIX}/bin
-	${MKDIR} ${PREFIX}/share/flexbackup
-	${INSTALL_DATA} ${WRKSRC}/flexbackup.conf.sample ${PREFIX}/share/flexbackup
-	${INSTALL_DATA} ${WRKSRC}/flexbackup.README ${PREFIX}/share/flexbackup
+	${MKDIR} ${PREFIX}/share/doc/flexbackup
+	${INSTALL_DATA} ${WRKSRC}/flexbackup.conf.sample ${PREFIX}/share/doc/flexbackup
+	${INSTALL_DATA} ${WRKSRC}/flexbackup.README ${PREFIX}/share/doc/flexbackup
 
 post-install:
 	@cat ${PKGDIR}/MESSAGE
diff -urN flexbackup.9.8/pkg/MESSAGE flexbackup/pkg/MESSAGE
--- flexbackup.9.8/pkg/MESSAGE	Sun Apr  2 19:51:15 2000
+++ flexbackup/pkg/MESSAGE	Sun Apr  2 20:22:14 2000
@@ -3,7 +3,7 @@
 Flexbackup needs to have its configuration file placed in /etc. A template
 copy of this configuration file has been installed into
 
-  ${PREFIX}/share/flexbackup/flexbackup.conf.sample
+  ${PREFIX}/share/doc/flexbackup/flexbackup.conf.sample
 
 (where PREFIX nominally is /usr/local). Please copy this file as 
 
@@ -15,7 +15,7 @@
  ** Changes have occurred in this file since previous versions **
  ****************************************************************
 
-Also see ${PREFIX}/share/flexbackup/flexbackup.README for more information on
-how to use flexbackup (until the man pages are written :).
+Also see ${PREFIX}/share/doc/flexbackup/flexbackup.README for more information
+on how to use flexbackup (until the man pages are written :).
 
 -------------------------------------------------------------------------------
diff -urN flexbackup.9.8/pkg/PLIST flexbackup/pkg/PLIST
--- flexbackup.9.8/pkg/PLIST	Sun Apr  2 19:51:15 2000
+++ flexbackup/pkg/PLIST	Sun Apr  2 19:59:19 2000
@@ -1,4 +1,4 @@
 bin/flexbackup
-share/flexbackup/flexbackup.conf.sample
-share/flexbackup/flexbackup.README
-@dirrm share/flexbackup
+share/doc/flexbackup/flexbackup.conf.sample
+share/doc/flexbackup/flexbackup.README
+@dirrm share/doc/flexbackup



>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?200004030328.UAA03646>