Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2014 13:59:06 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        xride@FreeBSD.org
Subject:   ports/188507: [PATCH] devel/py-log4py: staging
Message-ID:  <201404121159.s3CBx6J1032601@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201404121200.s3CC01uH034655@freefall.freebsd.org>

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

>Number:         188507
>Category:       ports
>Synopsis:       [PATCH] devel/py-log4py: 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 12:00:01 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
- Add LICENSE
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-log4py/1.3/

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

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

--- py-log4py-1.3.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351089)
+++ Makefile	(working copy)
@@ -8,16 +8,17 @@
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	xride@FreeBSD.org
-COMMENT=	A python logging module
+COMMENT=	Python logging module
 
+LICENSE=	MIT
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
-NO_STAGE=	yes
 
 .if !defined(NOPORTDOCS)
 post-install:
-	@${MKDIR} ${DOCSDIR}
-	${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${CP} -R ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
--- py-log4py-1.3.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?201404121159.s3CBx6J1032601>