1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

- Update to 1.7.1

PR:		126256
Submitted by:	Toshimichi Masubuchi <tmasu@st.rim.or.jp>
Apporved by:	maintainer
This commit is contained in:
Martin Wilke 2008-09-06 15:47:00 +00:00
parent 616ebd6c3c
commit 5fa0996c7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219993
4 changed files with 592 additions and 6 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= moinmoin
PORTVERSION= 1.7.0
PORTREVISION= 1
PORTVERSION= 1.7.1
CATEGORIES= www python
MASTER_SITES= http://static.moinmo.in/files/
DISTNAME= moin-${PORTVERSION}

View File

@ -1,3 +1,3 @@
MD5 (moin-1.7.0.tar.gz) = 8e0dfca5dcc56adf0257758657d6d4a6
SHA256 (moin-1.7.0.tar.gz) = ad6f712e51c58eca68c68cf034a8ca42f79e5ff844c255960fd2982812f18f62
SIZE (moin-1.7.0.tar.gz) = 5425051
MD5 (moin-1.7.1.tar.gz) = 871337b8171c91f9a6803e5376857e8d
SHA256 (moin-1.7.1.tar.gz) = f2818bf700257c240962a4861b4cb1bc200ee51aa7390f90fdd345db8e8d79d7
SIZE (moin-1.7.1.tar.gz) = 5468224

View File

@ -17,7 +17,7 @@ case "x$2" in
echo "add something like that to your Apache configuration."
echo ""
echo ",-----"
echo " Alias /moin_static170/ \"$sharedir/htdocs/\""
echo " Alias /moin_static171/ \"$sharedir/htdocs/\""
echo " <Directory \"$sharedir/htdocs/\">"
echo " Order deny,allow"
echo " Allow from all"

File diff suppressed because it is too large Load Diff