summaryrefslogtreecommitdiff
path: root/www/py-webware
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-06-27 14:51:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-06-27 14:51:44 +0000
commit27206851e0acd82fc03a535e82e69a98e7411148 (patch)
treeaaa48e372503706d42fbd12849a2eed81b877818 /www/py-webware
parent- Update to 0.9.7.1 (diff)
- Use UID 108 and unmark IGNOREd
PR: ports/68400 Submitted by: Stefan Schwarzer <sschwarzer@sschwarzer.net> (maintainer)
Notes
Notes: svn path=/head/; revision=112371
Diffstat (limited to 'www/py-webware')
-rw-r--r--www/py-webware/Makefile4
-rw-r--r--www/py-webware/pkg-install2
2 files changed, 1 insertions, 5 deletions
diff --git a/www/py-webware/Makefile b/www/py-webware/Makefile
index 9aa6a4b80e49..db9a4e6f8c88 100644
--- a/www/py-webware/Makefile
+++ b/www/py-webware/Makefile
@@ -16,10 +16,6 @@ DISTNAME= Webware-${PORTVERSION}
MAINTAINER= sschwarzer@sschwarzer.net
COMMENT= A versatile web application server written in Python
-IGNORE= uses uid registered to quagga.
-EXPIRATION_DATE=2004-08-20
-DEPRECATED= ${IGNORE}
-
BUILD_DEPENDS= ${PYTHON_CMD}:${PORTSDIR}/lang/python
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/DateTime:${PORTSDIR}/lang/py-mx-base
diff --git a/www/py-webware/pkg-install b/www/py-webware/pkg-install
index 01601875c2cc..0071eac9aa16 100644
--- a/www/py-webware/pkg-install
+++ b/www/py-webware/pkg-install
@@ -16,7 +16,7 @@ WEBKIT_HOME_DIR=${WEBKIT_HOME_DIR:-${PKG_PREFIX}/www/webkit}
add_webkit_account()
{
- UID=101 # shouldn't be used for any other user!
+ UID=108 # shouldn't be used for any other user!
GID=${UID}
if pw group show "${WEBWARE_GROUP}" 2>/dev/null; then