ports/80590: Update to net/xbone-gui

Venkata Pingali pingali at ISI.EDU
Tue May 31 23:57:19 UTC 2005


Thanks for the corrections.

One further minor patch to avoid conflict with net/xbone in files 
copied to etc/xbone/cert.

On Sat, 28 May 2005, Pav Lucistnik wrote:
>
> Synopsis: Update to net/xbone-gui
>
> State-Changed-From-To: open->closed
> State-Changed-By: pav
> State-Changed-When: Sat May 28 23:01:47 GMT 2005
> State-Changed-Why:
> Committed with modifications. Also here patches were broken.
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=80590
>

-Venkata
-------------- next part --------------
diff -Nrtu xbone-gui.orig/files/patch-Makefile xbone-gui/files/patch-Makefile
--- xbone-gui.orig/files/patch-Makefile	Wed Dec 31 16:00:00 1969
+++ xbone-gui/files/patch-Makefile	Tue May 31 16:47:18 2005
@@ -0,0 +1,16 @@
+Index: Makefile
+===================================================================
+RCS file: /home/xbone/CVSROOT/xbone/install/Makefile,v
+retrieving revision 1.130
+diff -u -r1.130 Makefile
+--- Makefile    8 Apr 2005 23:52:36 -0000       1.130
++++ Makefile    31 May 2005 20:47:00 -0000
+@@ -212,7 +212,7 @@
+        cp -Rf ${CURDIR}/xb-gui-control.pl    ${WWW}/xbone/lib
+        for c in `ls ${CACERT}`; do \
+          if( test ! -e ${CERT}/$$c ) then  {\
+-             cp -f ${CACERT}/$$c ${CERT}; \
++             cp -f ${CACERT}/$$c ${CERT}/GUI-$$c; \
+          } fi; \
+        done
+        echo ">>> Build & install local Perl modules:" | tee -a ${LOG}
diff -Nrtu xbone-gui.orig/pkg-plist xbone-gui/pkg-plist
--- xbone-gui.orig/pkg-plist	Tue May 31 16:47:18 2005
+++ xbone-gui/pkg-plist	Tue May 31 16:47:18 2005
@@ -1,5 +1,5 @@
-etc/xbone/cert/CAcert.pem
-etc/xbone/cert/README
+etc/xbone/cert/GUI-CAcert.pem
+etc/xbone/cert/GUI-README
 etc/xbone/apache/README
 etc/xbone/apache/xb-apache-config.pl
 etc/xbone/apache/xbone-apache.conf.template


More information about the freebsd-ports-bugs mailing list