aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/uhub/pkg-plist
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2014-07-30 15:32:51 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2014-07-30 15:32:51 +0000
commitb0ec9d0065c04b34072329eeb6f1711f5657906d (patch)
treecc90e2dda806f268839bd9af5774d05d4b9f36f4 /net-p2p/uhub/pkg-plist
parentd377e2ab58e5589bd9c26369180700368971c1fb (diff)
downloadports-b0ec9d0065c04b34072329eeb6f1711f5657906d.tar.gz
ports-b0ec9d0065c04b34072329eeb6f1711f5657906d.zip
net-p2p/uhub: update to 0.4.1
- Support stage - Use options helpers PR: 192213 Submitted by: tkato432 yahoo com
Notes
Notes: svn path=/head/; revision=363487
Diffstat (limited to 'net-p2p/uhub/pkg-plist')
-rw-r--r--net-p2p/uhub/pkg-plist33
1 files changed, 20 insertions, 13 deletions
diff --git a/net-p2p/uhub/pkg-plist b/net-p2p/uhub/pkg-plist
index 10cf99b13958..8c9cd2e47004 100644
--- a/net-p2p/uhub/pkg-plist
+++ b/net-p2p/uhub/pkg-plist
@@ -1,14 +1,21 @@
bin/uhub
-@unexec if cmp -s %D/etc/uhub/uhub.conf.sample %D/etc/uhub/uhub.conf; then rm -f %D/etc/uhub/uhub.conf; fi
-etc/uhub/uhub.conf.sample
-@exec if [ ! -f %D/etc/uhub/uhub.conf ] ; then cp -p %D/%F %B/uhub.conf; fi
-@unexec if cmp -s %D/etc/uhub/users.conf.sample %D/etc/uhub/users.conf; then rm -f %D/etc/uhub/users.conf; fi
-etc/uhub/users.conf.sample
-@exec if [ ! -f %D/etc/uhub/users.conf ] ; then cp -p %D/%F %B/users.conf; fi
-@unexec if cmp -s %D/etc/uhub/motd.txt.sample %D/etc/uhub/motd.txt; then rm -f %D/etc/uhub/motd.txt; fi
-etc/uhub/motd.txt.sample
-@exec if [ ! -f %D/etc/uhub/motd.txt ] ; then cp -p %D/%F %B/motd.txt; fi
-@unexec if cmp -s %D/etc/uhub/rules.txt.sample %D/etc/uhub/rules.txt; then rm -f %D/etc/uhub/rules.txt; fi
-etc/uhub/rules.txt.sample
-@exec if [ ! -f %D/etc/uhub/rules.txt ] ; then cp -p %D/%F %B/rules.txt; fi
-@dirrmtry etc/uhub
+%%SQLITE%%bin/uhub-passwd
+@group uhub
+@mode 640
+@sample %%ETCDIR%%/motd.txt.sample
+@sample %%ETCDIR%%/rules.txt.sample
+@sample %%ETCDIR%%/uhub.conf.sample
+@sample %%ETCDIR%%/users.conf.sample
+@mode
+@group
+lib/uhub/mod_auth_simple.so
+%%SQLITE%%lib/uhub/mod_auth_sqlite.so
+lib/uhub/mod_chat_history.so
+lib/uhub/mod_chat_only.so
+lib/uhub/mod_example.so
+lib/uhub/mod_logging.so
+lib/uhub/mod_no_guest_downloads.so
+lib/uhub/mod_topic.so
+lib/uhub/mod_welcome.so
+@dirrm lib/uhub
+@dirrm %%ETCDIR%%