Update to 1.9.6, fixing security issue.
All problems here are my responsiblity. PR: ports/175004 Submitted by: crees Approved by: so (simon)
This commit is contained in:
parent
6e35983b99
commit
1e70d9d65c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309959
4 changed files with 9 additions and 10 deletions
|
@ -1,12 +1,8 @@
|
|||
# New ports collection makefile for: moinmoin
|
||||
# Date created: 18 September 2001
|
||||
# Whom: Hye-Shik Chang <perky@python.or.kr>
|
||||
#
|
||||
# Created by: Hye-Shik Chang <perky@python.or.kr>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= moinmoin
|
||||
PORTVERSION= 1.9.5
|
||||
PORTVERSION= 1.9.6
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://static.moinmo.in/files/
|
||||
DISTNAME= moin-${PORTVERSION}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (moin-1.9.5.tar.gz) = 74e1d1420723aaf202f46082540524987f47c40a444f8444d58d57c66324811c
|
||||
SIZE (moin-1.9.5.tar.gz) = 36740561
|
||||
SHA256 (moin-1.9.6.tar.gz) = 816f0454808e8abdc44e9839ed08802bea78c174bdbd72b9644c72fce891f6f6
|
||||
SIZE (moin-1.9.6.tar.gz) = 36754215
|
||||
|
|
|
@ -92,7 +92,7 @@ case "x$2" in
|
|||
echo ""
|
||||
echo "If you want to install additional wiki instances"
|
||||
echo "call 'make instance' with appriopriate arguments."
|
||||
echo "E.g.: make MOINTYPE=FCGI MOINDEST=/usr/local/www/wiki instance"
|
||||
echo "E.g.: make MOINTYPE=FCGI MOINDEST=%%PREFIX%%/www/wiki instance"
|
||||
echo "************************************************************"
|
||||
|
||||
;;
|
||||
|
@ -104,7 +104,7 @@ case "x$2" in
|
|||
echo ""
|
||||
echo "If you're installing from ports, just run 'make instance'"
|
||||
echo "with appriopriate arguments."
|
||||
echo "eg. make MOINTYPE=FCGI MOINDEST=/usr/local/www/wiki instance"
|
||||
echo "eg. make MOINTYPE=FCGI MOINDEST=%%PREFIX%%/www/wiki instance"
|
||||
echo ""
|
||||
echo "If you're installing from package, run these commands."
|
||||
echo ""
|
||||
|
|
|
@ -871,6 +871,9 @@ bin/moin
|
|||
%%PYTHON_SITELIBDIR%%/MoinMoin/script/migration/1090500.py
|
||||
%%PYTHON_SITELIBDIR%%/MoinMoin/script/migration/1090500.pyc
|
||||
%%PYTHON_SITELIBDIR%%/MoinMoin/script/migration/1090500.pyo
|
||||
%%PYTHON_SITELIBDIR%%/MoinMoin/script/migration/1090600.py
|
||||
%%PYTHON_SITELIBDIR%%/MoinMoin/script/migration/1090600.pyc
|
||||
%%PYTHON_SITELIBDIR%%/MoinMoin/script/migration/1090600.pyo
|
||||
%%PYTHON_SITELIBDIR%%/MoinMoin/script/migration/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/MoinMoin/script/migration/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/MoinMoin/script/migration/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue