"Federico G. Schwindt" <fg...@lodoss.net> writes:

>   Update to 1.9.7.
>   For details see http://hg.moinmo.in/moin/1.9/file/1.9.7/docs/CHANGES.
>   While here simplify the Makefile somewhat.
>   Comments? OK?

Basic testing shows no issue so far. ok jca@

Please see below.

>   f.-
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/www/moinmoin/Makefile,v
> retrieving revision 1.29
> diff -u -p -r1.29 Makefile
> --- Makefile  18 May 2013 05:54:52 -0000      1.29
> +++ Makefile  21 Sep 2013 00:43:17 -0000
> @@ -2,7 +2,7 @@
>  
>  COMMENT =    wiki engine written in python
>  
> -MODPY_EGG_VERSION = 1.9.6
> +MODPY_EGG_VERSION = 1.9.7
>  DISTNAME =   moin-${MODPY_EGG_VERSION}
>  PKGNAME =    moin${DISTNAME}
>  
> @@ -20,9 +20,8 @@ MODULES =   lang/python
>  
>  NO_TEST =    Yes
>  
> -post-configure:
> -     @cd ${WRKSRC}/wiki/server && perl -pi -e \
> -         's,/usr/bin/env python|/usr/bin/python,${MODPY_BIN},g' \
> +pre-configure:
> +     @cd ${WRKSRC}/wiki/server && ${MODPY_BIN_ADJ} \
>           moin moin.ajp moin.cgi moin.fcgi moin.scgi test.wsgi

Or
MODPY_ADJ_FILES = wiki/server/moin* wiki/server/test.wsgi

>  post-install:

[...]


-- 
jca | PGP: 0x06A11494 / 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494

Reply via email to