ports/188529: [PATCH] devel/py-notifier: staging

Bartek Rutkowski ports at robakdesign.com
Sat Apr 12 20:10:02 UTC 2014


>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 at 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 at 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:


More information about the freebsd-ports-bugs mailing list