Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 20:13:39 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jacob@whotookspaz.org
Subject:   ports/188467: [PATCH] devel/py-akismet: staging
Message-ID:  <201404111813.s3BIDda1055523@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201404111820.s3BIK07Q066781@freefall.freebsd.org>

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

>Number:         188467
>Category:       ports
>Synopsis:       [PATCH] devel/py-akismet: 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:   Fri Apr 11 18:20: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:443/latest-per-pkg/py27-akismet/0.2.0_1/

Port maintainer (jacob@whotookspaz.org) is cc'd.

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

--- py-akismet-0.2.0.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351022)
+++ Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	akismet
 PORTVERSION=	0.2.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	http://www.voidspace.org.uk/downloads/ \
 		http://whotookspaz.org/misc/freebsd/py-akismet/
@@ -9,8 +10,10 @@
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	jacob@whotookspaz.org
-COMMENT=	A Python interface to the Akismet API
+COMMENT=	Python interface to the Akismet API
 
+LICENSE=	BSD
+
 USES=		zip
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
@@ -18,11 +21,10 @@
 
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 
-NO_STAGE=	yes
 post-install:
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	@(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${DOCSDIR})
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
 .endif
 
 .include <bsd.port.mk>
--- py-akismet-0.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?201404111813.s3BIDda1055523>