From owner-svn-ports-all@FreeBSD.ORG Sun Apr 13 02:23:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D4AAAB0; Sun, 13 Apr 2014 02:23:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FF18188D; Sun, 13 Apr 2014 02:23:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3D2N6J7077308; Sun, 13 Apr 2014 02:23:06 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3D2N6dh077305; Sun, 13 Apr 2014 02:23:06 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201404130223.s3D2N6dh077305@svn.freebsd.org> From: Steve Wills Date: Sun, 13 Apr 2014 02:23:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351174 - head/devel/py-instant X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2014 02:23:07 -0000 Author: swills Date: Sun Apr 13 02:23:06 2014 New Revision: 351174 URL: http://svnweb.freebsd.org/changeset/ports/351174 QAT: https://qat.redports.org/buildarchive/r351174/ Log: - Stage - Fix pkg-plist - Pet portlint PR: ports/188502 Submitted by: Bartek Rutkowski Approved by: Jason Bacon (maintainer) Modified: head/devel/py-instant/Makefile head/devel/py-instant/pkg-descr head/devel/py-instant/pkg-plist Modified: head/devel/py-instant/Makefile ============================================================================== --- head/devel/py-instant/Makefile Sun Apr 13 02:15:38 2014 (r351173) +++ head/devel/py-instant/Makefile Sun Apr 13 02:23:06 2014 (r351174) @@ -18,13 +18,8 @@ USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= instant -MAN1= instant-clean.1 \ - instant-showcache.1 -MANCOMPRESSED= yes - MMVERSION= 1.2 -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|\[(join("share", "man", "man1"),|\[(join("man", "man1"),|' \ Modified: head/devel/py-instant/pkg-descr ============================================================================== --- head/devel/py-instant/pkg-descr Sun Apr 13 02:15:38 2014 (r351173) +++ head/devel/py-instant/pkg-descr Sun Apr 13 02:23:06 2014 (r351174) @@ -5,4 +5,4 @@ import the module manually. The code can be either C or C++, but like when programming C or C++, it has to be inside a function or a similar C/C++ construct. -WWW: https://launchpad.net/instant +WWW: https://launchpad.net/instant Modified: head/devel/py-instant/pkg-plist ============================================================================== --- head/devel/py-instant/pkg-plist Sun Apr 13 02:15:38 2014 (r351173) +++ head/devel/py-instant/pkg-plist Sun Apr 13 02:23:06 2014 (r351174) @@ -1,5 +1,7 @@ bin/instant-clean bin/instant-showcache +man/man1/instant-clean.1.gz +man/man1/instant-showcache.1.gz %%PYTHON_SITELIBDIR%%/instant/__init__.py %%PYTHON_SITELIBDIR%%/instant/__init__.pyc %%PYTHON_SITELIBDIR%%/instant/__init__.pyo