Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2014 21:50:13 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        flz@FreeBSD.org
Subject:   ports/188671: [PATCH] net-im/py-jabber: stage
Message-ID:  <201404151950.s3FJoDiZ094619@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201404152000.s3FK01C6093526@freefall.freebsd.org>

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

>Number:         188671
>Category:       ports
>Synopsis:       [PATCH] net-im/py-jabber: stage
>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:   Tue Apr 15 20:00: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:
- Stage
- Add LICENSE
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-jabber/0.5/

Port maintainer (flz@FreeBSD.org) is cc'd.

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

--- py-jabber-0.5.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351363)
+++ Makefile	(working copy)
@@ -9,15 +9,16 @@
 DISTNAME=	jabberpy-${PORTVERSION}-0
 
 MAINTAINER=	flz@FreeBSD.org
-COMMENT=	A Python Jabber library
+COMMENT=	Python Jabber library
 
+LICENSE=	LGPL20
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	jabber.py
 PYDISTUTILS_PKGVERSION=	0.3-1
 
-NO_STAGE=	yes
 post-install:
-	@${ECHO} "jabber" > ${PYTHON_SITELIBDIR}/jabber.pth
+	@${ECHO} "jabber" > ${STAGEDIR}${PYTHON_SITELIBDIR}/jabber.pth
 
 .include <bsd.port.mk>
--- py-jabber-0.5.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?201404151950.s3FJoDiZ094619>