Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2014 09:55:27 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jun-g@daemonfreaks.com
Subject:   ports/188497: [PATCH] devel/py-icalendar: staging
Message-ID:  <201404120755.s3C7tRGG071118@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201404120800.s3C800Xl057021@freefall.freebsd.org>

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

>Number:         188497
>Category:       ports
>Synopsis:       [PATCH] devel/py-icalendar: 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 08: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:
- Staging

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-icalendar/3.5/

Port maintainer (jun-g@daemonfreaks.com) is cc'd.

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

--- py-icalendar-3.5.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351074)
+++ Makefile	(working copy)
@@ -21,8 +21,6 @@
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 PORTDOCS=	*
 
-NO_STAGE=	yes
-
 OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
@@ -29,8 +27,8 @@
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}/
-	${INSTALL_DATA} ${WRKSRC}/README.rst ${WRKSRC}/docs/changelog.rst ${DOCSDIR}/
+	${MKDIR} ${STAGEDIR}${DOCSDIR}/
+	${INSTALL_DATA} ${WRKSRC}/README.rst ${WRKSRC}/docs/changelog.rst ${STAGEDIR}${DOCSDIR}/
 .endif
 
 .include <bsd.port.mk>
--- py-icalendar-3.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?201404120755.s3C7tRGG071118>