Date: Thu, 17 Apr 2014 00:12:29 +0200 (CEST) From: Bartek Rutkowski <ports@robakdesign.com> To: FreeBSD-gnats-submit@freebsd.org Cc: jpaetzel@FreeBSD.org Subject: ports/188706: [PATCH] www/py-django-profiles: stage and fix Message-ID: <201404162212.s3GMCT0j000915@poudriere.ithil.palantiri.org> Resent-Message-ID: <201404162220.s3GMK1TI033317@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 188706 >Category: ports >Synopsis: [PATCH] www/py-django-profiles: stage and fix >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: Wed Apr 16 22: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: - Stage - Fix distfiles and port - Pet portlint http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-django-profiles/0.2_1/ Port maintainer (jpaetzel@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- py-django-profiles-0.2.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 351421) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= django-profiles PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://bitbucket.org/ubernostrum/django-profiles/get/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,21 +11,21 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= jpaetzel@FreeBSD.org -COMMENT= A user-profile application for Django +COMMENT= User-profile application for Django RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/ubernostrum-${PORTNAME}-daac18511394 USE_PYTHON= yes USE_PYDISTUTILS= yes DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> Index: distinfo =================================================================== --- distinfo (revision 351421) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (django-profiles/v0.2.tar.gz) = c4777e03299847c752a507af28c67d99b54718bacb4db4b7f16a0513c83cdb8f -SIZE (django-profiles/v0.2.tar.gz) = 9059 +SHA256 (django-profiles/v0.2.tar.gz) = 699960d10a6234c6c3926dced550bf2897eb545f0295b57994232260f91beb0b +SIZE (django-profiles/v0.2.tar.gz) = 9062 Index: pkg-descr =================================================================== --- pkg-descr (revision 351421) +++ pkg-descr (working copy) @@ -1,3 +1,3 @@ -A user-profile application for Django. +User-profile application for Django. -WWW: http://bitbucket.org/ubernostrum/django-profiles/ +WWW: http://bitbucket.org/ubernostrum/django-profiles/ --- py-django-profiles-0.2.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?201404162212.s3GMCT0j000915>