Date: Sat, 12 Apr 2014 22:08:40 +0200 (CEST) From: Bartek Rutkowski <ports@robakdesign.com> To: FreeBSD-gnats-submit@freebsd.org Cc: lwhsu@FreeBSD.org Subject: ports/188529: [PATCH] devel/py-notifier: staging Message-ID: <201404122008.s3CK8e6a065581@poudriere.ithil.palantiri.org> Resent-Message-ID: <201404122010.s3CKA1SK093310@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 188529 >Category: ports >Synopsis: [PATCH] devel/py-notifier: 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 20:10: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-notifier/0.5.8/ Port maintainer (lwhsu@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- py-notifier-0.5.8.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 351130) +++ Makefile (working copy) @@ -9,8 +9,10 @@ DISTNAME= py${PORTNAME}_${PORTVERSION}-1 MAINTAINER= lwhsu@FreeBSD.org -COMMENT= A generic notifier/event scheduler abstraction +COMMENT= Generic notifier/event scheduler abstraction +LICENSE= LGPL20 + USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= pynotifier @@ -20,10 +22,9 @@ WRKSRC= ${WRKDIR}/py${PORTNAME}-${PORTVERSION} .if !defined(NOPORTEXAMPLES) -NO_STAGE= yes post-install: - ${MKDIR} ${EXAMPLESDIR} - ${CP} ${WRKSRC}/examples/*.py ${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${CP} ${WRKSRC}/examples/*.py ${STAGEDIR}${EXAMPLESDIR} .endif .include <bsd.port.mk> Index: pkg-descr =================================================================== --- pkg-descr (revision 351130) +++ pkg-descr (working copy) @@ -4,4 +4,4 @@ and timers. Additionally external event dispatchers may be called during an idle period. -WWW: http://www.bitkipper.net/Package/pynotifier +WWW: http://www.bitkipper.net/Package/pynotifier --- py-notifier-0.5.8.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?201404122008.s3CK8e6a065581>