aboutsummaryrefslogtreecommitdiffstats
path: root/www/campsite
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-05-03 17:04:03 +0800
committerpav <pav@FreeBSD.org>2006-05-03 17:04:03 +0800
commitebd900784d8e409201f3d29be54061179ca3d494 (patch)
treedbf05fa23b93fabc5e65fc4e4ff8079ca7af64aa /www/campsite
parentaa2201edb7aa4a7ff67dba99048a9a0b0d15cf62 (diff)
downloadfreebsd-ports-gnome-ebd900784d8e409201f3d29be54061179ca3d494.tar.gz
freebsd-ports-gnome-ebd900784d8e409201f3d29be54061179ca3d494.tar.zst
freebsd-ports-gnome-ebd900784d8e409201f3d29be54061179ca3d494.zip
- Update to 2.5.1
PR: ports/95985 Submitted by: Ondra Koutek <koutek@o-k.cz> (maintainer)
Diffstat (limited to 'www/campsite')
-rw-r--r--www/campsite/Makefile4
-rw-r--r--www/campsite/distinfo6
-rw-r--r--www/campsite/files/patch-install_autopublish12
-rw-r--r--www/campsite/files/patch-install_mailnotify33
-rw-r--r--www/campsite/files/patch-install_search28
5 files changed, 50 insertions, 33 deletions
diff --git a/www/campsite/Makefile b/www/campsite/Makefile
index bcd5d1b24870..98148b3b4dbe 100644
--- a/www/campsite/Makefile
+++ b/www/campsite/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= campsite
-PORTVERSION= 2.5.0
+PORTVERSION= 2.5.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -51,7 +51,7 @@ BROKEN= does not compile
post-patch:
@${FIND} ${WRKSRC} -type f -perm 755 \
- -or -name create_instance \
+ -or -name campsite_create_instance \
-or -name global_functions \
-or -name check4_functions \
-or -name conf_functions | ${XARGS} \
diff --git a/www/campsite/distinfo b/www/campsite/distinfo
index f40f12c7dd44..f511bcbec919 100644
--- a/www/campsite/distinfo
+++ b/www/campsite/distinfo
@@ -1,3 +1,3 @@
-MD5 (campsite-2.5.0.tar.gz) = ea6f32f05e84a88712505b21b4091282
-SHA256 (campsite-2.5.0.tar.gz) = a104f8b217b2a6788c7393329a8af8219204960c3717a2192e2fafc5be3ccec6
-SIZE (campsite-2.5.0.tar.gz) = 3912230
+MD5 (campsite-2.5.1.tar.gz) = b3fc1d2609bd7de323d44d416ee261aa
+SHA256 (campsite-2.5.1.tar.gz) = a599e66b5040a287033409b6a15bda476fb2e4bd6c749719df342351d3fa2a5c
+SIZE (campsite-2.5.1.tar.gz) = 3945108
diff --git a/www/campsite/files/patch-install_autopublish b/www/campsite/files/patch-install_autopublish
index fe9a10f84bf9..5998a0753148 100644
--- a/www/campsite/files/patch-install_autopublish
+++ b/www/campsite/files/patch-install_autopublish
@@ -1,12 +1,8 @@
--- implementation/management/bin/install_autopublish.orig Fri Nov 11 19:34:40 2005
-+++ implementation/management/bin/install_autopublish Fri Jan 13 14:52:04 2006
-@@ -1,12 +1,12 @@
- #!/bin/bash
-
--[ "$USER_INSTALL" = "" ] && USER_INSTALL=false
--if $USER_INSTALL; then exit 0; fi
-+#[ "$USER_INSTALL" = "" ] && USER_INSTALL=false
-+#if $USER_INSTALL; then exit 0; fi
++++ implementation/management/bin/install_autopublish Tue Apr 18 08:56:05 2006
+@@ -3,10 +3,10 @@
+ [ "$USER_INSTALL" = "" ] && USER_INSTALL=false
+ if $USER_INSTALL; then exit 0; fi
-. ${INSTALL_CONF}/cron_functions
-if [ -f /etc/crontab ]; then
diff --git a/www/campsite/files/patch-install_mailnotify b/www/campsite/files/patch-install_mailnotify
index 453423ba7e1f..cef755222637 100644
--- a/www/campsite/files/patch-install_mailnotify
+++ b/www/campsite/files/patch-install_mailnotify
@@ -1,22 +1,33 @@
---- implementation/mailnotify/install_mailnotify.orig Fri Nov 11 19:34:40 2005
-+++ implementation/mailnotify/install_mailnotify Fri Jan 13 15:17:45 2006
-@@ -6,12 +6,12 @@
+--- implementation/mailnotify/install_mailnotify.orig Tue Mar 21 16:06:05 2006
++++ implementation/mailnotify/install_mailnotify Tue Apr 18 08:51:35 2006
+@@ -8,20 +8,20 @@
+ install -o $ROOT_USER -g $APACHE_GROUP -m 750 campsite_notifyendsubs "$SBIN_DIR"
+ install -o $ROOT_USER -g $APACHE_GROUP -m 750 campsite_notifyevents "$SBIN_DIR"
- if $USER_INSTALL; then exit 0; fi
+-if $USER_INSTALL; then exit 0; fi
++#if $USER_INSTALL; then exit 0; fi
-. ${INSTALL_CONF}/cron_functions
++#. ${INSTALL_CONF}/cron_functions
+
+ # remove cron tasks from older versions
+-uninstall_cron_task "$BIN_DIR/notifyendsubs" "/etc/cron.d/notifyendsubs" &> /dev/null
+-uninstall_cron_task "$BIN_DIR/notifyevents" "/etc/cron.d/notifyevents" &> /dev/null
-if [ -f /etc/crontab ]; then
-- uninstall_cron_task "$BIN_DIR/notifyendsubs" /etc/crontab
-- uninstall_cron_task "$BIN_DIR/notifyevents" /etc/crontab
+- uninstall_cron_task "$BIN_DIR/notifyendsubs" /etc/crontab &> /dev/null
+- uninstall_cron_task "$BIN_DIR/notifyevents" /etc/crontab &> /dev/null
-fi
++#uninstall_cron_task "$BIN_DIR/notifyendsubs" "/etc/cron.d/notifyendsubs" &> /dev/null
++#uninstall_cron_task "$BIN_DIR/notifyevents" "/etc/cron.d/notifyevents" &> /dev/null
++#if [ -f /etc/crontab ]; then
++# uninstall_cron_task "$BIN_DIR/notifyendsubs" /etc/crontab &> /dev/null
++# uninstall_cron_task "$BIN_DIR/notifyevents" /etc/crontab &> /dev/null
++#fi
+
+ # install our cron tasks
-install_cron_task "0" "*/8" "*" "*" "*" "$ROOT_USER" "$SBIN_DIR/campsite_notifyendsubs" "/etc/cron.d/campsite_notifyendsubs" || exit 1
-install_cron_task "*/2" "*" "*" "*" "*" "$ROOT_USER" "$SBIN_DIR/campsite_notifyevents" "/etc/cron.d/campsite_notifyevents" || exit 1
-restart_cron || exit 1
-+#. ${INSTALL_CONF}/cron_functions
-+#if [ -f /etc/crontab ]; then
-+# uninstall_cron_task "$BIN_DIR/notifyendsubs" /etc/crontab
-+# uninstall_cron_task "$BIN_DIR/notifyevents" /etc/crontab
-+#fi
+#install_cron_task "0" "*/8" "*" "*" "*" "$ROOT_USER" "$SBIN_DIR/campsite_notifyendsubs" "/etc/cron.d/campsite_notifyendsubs" || exit 1
+#install_cron_task "*/2" "*" "*" "*" "*" "$ROOT_USER" "$SBIN_DIR/campsite_notifyevents" "/etc/cron.d/campsite_notifyevents" || exit 1
+#restart_cron || exit 1
diff --git a/www/campsite/files/patch-install_search b/www/campsite/files/patch-install_search
index 632665eeace1..646cdbc52a7c 100644
--- a/www/campsite/files/patch-install_search
+++ b/www/campsite/files/patch-install_search
@@ -1,19 +1,29 @@
---- implementation/search/install_search.orig Fri Nov 11 19:34:40 2005
-+++ implementation/search/install_search Fri Jan 13 15:17:55 2006
-@@ -6,10 +6,10 @@
+--- implementation/search/install_search.orig Tue Mar 21 16:06:05 2006
++++ implementation/search/install_search Tue Apr 18 08:54:16 2006
+@@ -8,18 +8,18 @@
+ install -o $ROOT_USER -g $APACHE_GROUP -m 750 campsite_indexer "$SBIN_DIR"
+ [ $? -ne 0 ] && exit 1
- if $USER_INSTALL; then exit 0; fi
+-if $USER_INSTALL; then exit 0; fi
++#if $USER_INSTALL; then exit 0; fi
-. ${INSTALL_CONF}/cron_functions
++#. ${INSTALL_CONF}/cron_functions
+
+ # remove cron tasks from older versions
+-uninstall_cron_task "$BIN_DIR/gather" /etc/cron.d/campsite_gather &> /dev/null
-if [ -f /etc/crontab ]; then
-- uninstall_cron_task "$BIN_DIR/gather" /etc/crontab
+- uninstall_cron_task "$BIN_DIR/gather" /etc/crontab &> /dev/null
-fi
--install_cron_task "0" "*/4" "*" "*" "*" "$ROOT_USER" "$SBIN_DIR/campsite_indexer" /etc/cron.d/campsite_indexer -c || exit 1
--restart_cron || exit 1
-+#. ${INSTALL_CONF}/cron_functions
++#uninstall_cron_task "$BIN_DIR/gather" /etc/cron.d/campsite_gather &> /dev/null
+#if [ -f /etc/crontab ]; then
-+# uninstall_cron_task "$BIN_DIR/gather" /etc/crontab
++# uninstall_cron_task "$BIN_DIR/gather" /etc/crontab &> /dev/null
+#fi
+
+ # install our cron task
+-install_cron_task "0" "*/4" "*" "*" "*" "$ROOT_USER" "$SBIN_DIR/campsite_indexer" /etc/cron.d/campsite_indexer -c || exit 1
+-restart_cron || exit 1
+#install_cron_task "0" "*/4" "*" "*" "*" "$ROOT_USER" "$SBIN_DIR/campsite_indexer" /etc/cron.d/campsite_indexer -c || exit 1
+#restart_cron || exit 1
+
exit 0