1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Update to 1.8.0

PR:		ports/129039
Submitted by:	Max Campos <lists@bpsw.biz>
Approved by:	Razor <bg1tpt@gmail.com> (maintainer)
This commit is contained in:
Wesley Shields 2008-12-10 00:28:37 +00:00
parent 2a1d9d5f25
commit b042bd66d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224057
4 changed files with 1837 additions and 2540 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= moinmoin
PORTVERSION= 1.7.1
PORTVERSION= 1.8.0
CATEGORIES= www python
MASTER_SITES= http://static.moinmo.in/files/
DISTNAME= moin-${PORTVERSION}
@ -18,7 +18,8 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= moin
PLIST_SUB+= PYTHON_SITELIB=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||}
PLIST_SUB+= PYTHON_SITELIB=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||} \
DATADIR=share/moin
SUB_FILES= pkg-install
SUB_LIST= MOINDIR=${MOINDIR} MOINDEST=${MOINDEST}

View File

@ -1,3 +1,3 @@
MD5 (moin-1.7.1.tar.gz) = 871337b8171c91f9a6803e5376857e8d
SHA256 (moin-1.7.1.tar.gz) = f2818bf700257c240962a4861b4cb1bc200ee51aa7390f90fdd345db8e8d79d7
SIZE (moin-1.7.1.tar.gz) = 5468224
MD5 (moin-1.8.0.tar.gz) = 8f22aed6244cb00c66f029faa12a2b76
SHA256 (moin-1.8.0.tar.gz) = cb5c95e98df4d5dc1be50955b2685de24cbb9c8e2986a6491b28f5dddaf9b04e
SIZE (moin-1.8.0.tar.gz) = 5918078

View File

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

File diff suppressed because it is too large Load Diff