diff options
author | mi <mi@FreeBSD.org> | 2001-07-20 00:34:13 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-07-20 00:34:13 +0800 |
commit | 3a128727a9beeadb8448001c543362fe55bf904b (patch) | |
tree | 9fd3f88b3a9cd945a0407ed62c30b2c271ef7dbd /www/linbot/Makefile | |
parent | 167c20c8cba51d192ba46fd51af9c83b521c85c7 (diff) | |
download | freebsd-ports-gnome-3a128727a9beeadb8448001c543362fe55bf904b.tar.gz freebsd-ports-gnome-3a128727a9beeadb8448001c543362fe55bf904b.tar.zst freebsd-ports-gnome-3a128727a9beeadb8448001c543362fe55bf904b.zip |
Add another patch (by Mike Meyer), who answered my call for a
Python guru and fixed the linbot to work under modern version of
Python (as well as the 1.5). He also replaced regex and regsub
with the re module, which seems to make it work better
with no-ascii web-pages too (a nice side-effect). Bump up
PORTREVISION and give MAINTAINERship to Mike (he *did* see it
coming).
Obtained from: Mike Meyer
Diffstat (limited to 'www/linbot/Makefile')
-rw-r--r-- | www/linbot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/linbot/Makefile b/www/linbot/Makefile index e41899f6f48f..c39f4b307ea4 100644 --- a/www/linbot/Makefile +++ b/www/linbot/Makefile @@ -7,15 +7,15 @@ PORTNAME= linbot PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/misc EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mwm@mired.org -RUN_DEPENDS= python:${PORTSDIR}/lang/python15 +USE_PYTHON= YES do-install: ${MKDIR} ${PREFIX}/share/linbot |