1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

- Update to 1.9.9

- Fix shebangs
- Pass maintainership to python@

Approved by:	linimon via irc
This commit is contained in:
Martin Wilke 2017-04-18 18:29:08 +00:00
parent efe3f7d37b
commit 5a12aed662
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438790
4 changed files with 1011 additions and 675 deletions

View File

@ -2,21 +2,22 @@
# $FreeBSD$
PORTNAME= moinmoin
PORTVERSION= 1.9.8
PORTVERSION= 1.9.9
CATEGORIES= www python
MASTER_SITES= http://static.moinmo.in/files/
DISTNAME= moin-${PORTVERSION}
MAINTAINER= linimon@FreeBSD.org
MAINTAINER= python@FreeBSD.org
COMMENT= Python clone of WikiWiki
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/docs/licenses/COPYING
USES= cpe python
USES= cpe python shebangfix
CPE_VENDOR= moinmo
USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= moin
SHEBANG_FILES= wiki/server/moin*
PLIST_SUB+= PYTHON_SITELIB=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||} \
DATADIR=share/moin

View File

@ -1,2 +1,3 @@
SHA256 (moin-1.9.8.tar.gz) = a74ba7fd8cf09b9e8415a4c45d7389ea910c09932da50359ea9796e3a30911a6
SIZE (moin-1.9.8.tar.gz) = 37140821
TIMESTAMP = 1492532786
SHA256 (moin-1.9.9.tar.gz) = 4397d7760b7ae324d7914ffeb1a9eeb15e09933b61468072acd3c3870351efa4
SIZE (moin-1.9.9.tar.gz) = 37206341

View File

@ -1,8 +0,0 @@
--- wiki/server/moin.fcgi.orig 2010-02-28 23:28:49.000000000 +0800
+++ wiki/server/moin.fcgi 2010-04-28 16:33:04.097920979 +0800
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
MoinMoin - CGI/FCGI Driver script

File diff suppressed because it is too large Load Diff