summaryrefslogtreecommitdiff
path: root/news/papercut
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-05-22 12:35:37 +0000
committerClement Laforet <clement@FreeBSD.org>2005-05-22 12:35:37 +0000
commit00ea58341e9aa78f1b1400b8906a399d4df3951b (patch)
treecbb386dd23626213601e7bf749526185ee128ee0 /news/papercut
parentUpdate to 2.2.3. (diff)
- Update to 0.9.13
- Fix WWW
Diffstat (limited to 'news/papercut')
-rw-r--r--news/papercut/Makefile4
-rw-r--r--news/papercut/distinfo4
-rw-r--r--news/papercut/pkg-descr2
-rw-r--r--news/papercut/pkg-plist4
4 files changed, 9 insertions, 5 deletions
diff --git a/news/papercut/Makefile b/news/papercut/Makefile
index 145f49511712..ab09e1e93046 100644
--- a/news/papercut/Makefile
+++ b/news/papercut/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= papercut
-PORTVERSION= 0.9.12
+PORTVERSION= 0.9.13
CATEGORIES= news python
-MASTER_SITES= http://papercut.org/
+MASTER_SITES= http://pessoal.org/papercut/
MAINTAINER= clement@FreeBSD.org
COMMENT= Papercut is a news server written in Python, using a MySQL backend
diff --git a/news/papercut/distinfo b/news/papercut/distinfo
index 0f7683dd6945..46736834ba6e 100644
--- a/news/papercut/distinfo
+++ b/news/papercut/distinfo
@@ -1,2 +1,2 @@
-MD5 (papercut-0.9.12.tar.gz) = d4f5ccdb95930171dbce3bc6d53befa0
-SIZE (papercut-0.9.12.tar.gz) = 158049
+MD5 (papercut-0.9.13.tar.gz) = da6445b4060075752e396b9b0bcdac98
+SIZE (papercut-0.9.13.tar.gz) = 162916
diff --git a/news/papercut/pkg-descr b/news/papercut/pkg-descr
index 8462d79eef5e..00498f051c20 100644
--- a/news/papercut/pkg-descr
+++ b/news/papercut/pkg-descr
@@ -3,4 +3,4 @@ to be use as backend for PHP, or to be run on a small network.
Messages can be stored in a MySQL database.
It doesn't support feeding.
-WWW: http://papercut.org
+WWW: http://pessoal.org/papercut/
diff --git a/news/papercut/pkg-plist b/news/papercut/pkg-plist
index 3e19afd44019..117bd3e771bc 100644
--- a/news/papercut/pkg-plist
+++ b/news/papercut/pkg-plist
@@ -9,8 +9,11 @@ bin/papercut
%%DATADIR%%/auth/phorum_mysql_users.py
%%DATADIR%%/auth/phorum_pgsql_users.py
%%DATADIR%%/auth/phpbb_mysql_users.py
+%%DATADIR%%/auth/phpnuke_phpbb_mysql_users.py
+%%DATADIR%%/auth/postnuke_phpbb_mysql_users.py
%%DATADIR%%/storage/__init__.py
%%DATADIR%%/storage/forwarding_proxy.py
+%%DATADIR%%/storage/maildir.py
%%DATADIR%%/storage/mbox.py
%%DATADIR%%/storage/mime.py
%%DATADIR%%/storage/mysql.py
@@ -22,6 +25,7 @@ bin/papercut
%%DATADIR%%/storage/phorum_pgsql_fix.sql
%%DATADIR%%/storage/phpbb_mysql.py
%%DATADIR%%/storage/phpbb_mysql_fix.sql
+%%DATADIR%%/storage/phpnuke_phpbb_mysql.py
%%DATADIR%%/storage/strutil.py
@exec echo "To use papercut you need to copy %D/%%DATADIR%%/settings.py.sample to %D/%%DATADIR%%/settings.py and edit it." |fmt
@unexec [ -f %D/%%DATADIR%%/papercut.pyc ] && rm %D/%%DATADIR%%/papercut.pyc || true