Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2014 12:38:41 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jwbacon@tds.net
Subject:   ports/188502: [PATCH] devel/py-instant: staging
Message-ID:  <201404121038.s3CAcfdk055447@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201404121040.s3CAe1oi010163@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         188502
>Category:       ports
>Synopsis:       [PATCH] devel/py-instant: staging
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 12 10:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Bartek Rutkowski
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST
>Description:
- Staging
- Fixing pkg-plist
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-instant/1.2.0/

Port maintainer (jwbacon@tds.net) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- py-instant-1.2.0.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351082)
+++ Makefile	(working copy)
@@ -18,13 +18,11 @@
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	instant
 
-MAN1=		instant-clean.1 \
-		instant-showcache.1
+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"),|' \
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 351082)
+++ pkg-descr	(working copy)
@@ -5,4 +5,4 @@
 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
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 351082)
+++ pkg-plist	(working copy)
@@ -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
--- py-instant-1.2.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404121038.s3CAcfdk055447>