svn commit: r351457 - head/devel/py-notifier

Li-Wen Hsu lwhsu at FreeBSD.org
Thu Apr 17 07:30:12 UTC 2014


Author: lwhsu
Date: Thu Apr 17 07:30:11 2014
New Revision: 351457
URL: http://svnweb.freebsd.org/changeset/ports/351457
QAT: https://qat.redports.org/buildarchive/r351457/

Log:
  - Staging
  - Add LICENSE
  - Pet portlint
  
  PR:		ports/188529
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com>

Modified:
  head/devel/py-notifier/Makefile
  head/devel/py-notifier/pkg-descr

Modified: head/devel/py-notifier/Makefile
==============================================================================
--- head/devel/py-notifier/Makefile	Thu Apr 17 07:23:33 2014	(r351456)
+++ head/devel/py-notifier/Makefile	Thu Apr 17 07:30:11 2014	(r351457)
@@ -9,7 +9,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 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
@@ -20,10 +22,9 @@ EXAMPLESDIR=	${PREFIX}/share/examples/py
 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>

Modified: head/devel/py-notifier/pkg-descr
==============================================================================
--- head/devel/py-notifier/pkg-descr	Thu Apr 17 07:23:33 2014	(r351456)
+++ head/devel/py-notifier/pkg-descr	Thu Apr 17 07:30:11 2014	(r351457)
@@ -4,4 +4,4 @@ It implements notification mechanisms fo
 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


More information about the svn-ports-all mailing list