summaryrefslogtreecommitdiff
path: root/net/xbone-gui
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-06-01 08:24:48 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-06-01 08:24:48 +0000
commit48044f668c841f237ad7c3cc2f4c8bd4c933b2c4 (patch)
tree7605b3f3b271c37780e75319baf97f67c55b5d25 /net/xbone-gui
parentUpdate after the author rerolled the tarball after moving a target (diff)
- Change installation path of certificates to avoid conflict with net/xbone
Submitted by: Venkata Pingali <pingali@ISI.EDU> (maintainer)
Notes
Notes: svn path=/head/; revision=136585
Diffstat (limited to 'net/xbone-gui')
-rw-r--r--net/xbone-gui/Makefile1
-rw-r--r--net/xbone-gui/files/patch-Makefile11
-rw-r--r--net/xbone-gui/pkg-plist4
3 files changed, 14 insertions, 2 deletions
diff --git a/net/xbone-gui/Makefile b/net/xbone-gui/Makefile
index e0a226cc4db6..9fa5d630ed1c 100644
--- a/net/xbone-gui/Makefile
+++ b/net/xbone-gui/Makefile
@@ -7,6 +7,7 @@
PORTNAME= XBone-GUI
PORTVERSION= 3.2
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= http://www.isi.edu/xbone/software/xbone/
DISTNAME= XBone-${PORTVERSION}
diff --git a/net/xbone-gui/files/patch-Makefile b/net/xbone-gui/files/patch-Makefile
new file mode 100644
index 000000000000..d9eadea1cd30
--- /dev/null
+++ b/net/xbone-gui/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig Sat Apr 9 01:52:36 2005
++++ Makefile Wed Jun 1 10:03:20 2005
+@@ -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 --git a/net/xbone-gui/pkg-plist b/net/xbone-gui/pkg-plist
index 147da5b8462e..e08960a6e2ec 100644
--- a/net/xbone-gui/pkg-plist
+++ b/net/xbone-gui/pkg-plist
@@ -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