From owner-cvs-ports@FreeBSD.ORG Fri Sep 23 18:51:40 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D2F51065672; Fri, 23 Sep 2011 18:51:40 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 550588FC1A; Fri, 23 Sep 2011 18:51:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p8NIpedI041401; Fri, 23 Sep 2011 18:51:40 GMT (envelope-from eadler@repoman.freebsd.org) Received: (from eadler@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p8NIpeaq041400; Fri, 23 Sep 2011 18:51:40 GMT (envelope-from eadler) Message-Id: <201109231851.p8NIpeaq041400@repoman.freebsd.org> From: Eitan Adler Date: Fri, 23 Sep 2011 18:51:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/umit Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 18:51:40 -0000 eadler 2011-09-23 18:51:40 UTC FreeBSD ports repository Modified files: security/umit Makefile distinfo pkg-descr pkg-plist Log: - update to version 1.0 - remove stale mastersite - bump USE_PYTHON to 2.5+ - use databases/py-sqlite3 instead of databases/py-pysqlite2x - set WITHOUT_PSYCO if python 2.6+ since py-psyco doesn't work with it - switch from custom do-build and do-install targets to USE_PYDISTUTILS - add INSTALLS_ICONS, remove INSTALLS_EGGINFO (pydistutils will handle it) - update WWW - update pkg-plist - patch out documentation build PR: ports/160072 Submitted by: Ruslan Mahmatkhanov Approved by: maintainer timeout (30 days) Approved by: bapt (mentor) Revision Changes Path 1.13 +9 -16 ports/security/umit/Makefile 1.3 +2 -2 ports/security/umit/distinfo 1.2 +1 -1 ports/security/umit/pkg-descr 1.3 +674 -125 ports/security/umit/pkg-plist