From owner-cvs-ports@FreeBSD.ORG Sat May 15 13:02:49 2010 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 867DE106567B; Sat, 15 May 2010 13:02:49 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7729D8FC2A; Sat, 15 May 2010 13:02:49 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4FD2nZo099279; Sat, 15 May 2010 13:02:49 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4FD2nHM099278; Sat, 15 May 2010 13:02:49 GMT (envelope-from bsam) Message-Id: <201005151302.o4FD2nHM099278@repoman.freebsd.org> From: Boris Samorodov Date: Sat, 15 May 2010 13:02:49 +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/comms/gammu Makefile pkg-plist ports/comms/gammu-python Makefile 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: Sat, 15 May 2010 13:02:49 -0000 bsam 2010-05-15 13:02:49 UTC FreeBSD ports repository Modified files: comms/gammu Makefile pkg-plist comms/gammu-python Makefile Log: . move *.pyc and *.pyo file creation to comms/gammu Makefile (so those who use comms/gammu with WITH_PYTHON_GAMMU option get the same files and pkg-plists as users of comms/gammu-python); . compile all python files after installing (not just __init__.py); . remove PORTREVISION from comms/gammu-python (should be fine to reflect the one from the master port, and it's bumped indirectly from 1 to 2); . do not bump PORTREVISION for comms/gammu since it's default package s not touched by those changes). Revision Changes Path 1.3 +0 -5 ports/comms/gammu-python/Makefile 1.56 +7 -0 ports/comms/gammu/Makefile 1.20 +5 -0 ports/comms/gammu/pkg-plist