- Update to 0.9.13

- Fix WWW
This commit is contained in:
Clement Laforet 2005-05-22 12:35:37 +00:00
parent 986972b119
commit 00ea58341e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135843
4 changed files with 9 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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/

View File

@ -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