Bug 188772 - [PATCH] www/py-pysearch: stage
Summary: [PATCH] www/py-pysearch: stage
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-18 21:10 UTC by Bartek Rutkowski
Modified: 2014-04-22 08:50 UTC (History)
1 user (show)

See Also:


Attachments
py-pysearch-3.1.patch (1.07 KB, patch)
2014-04-18 21:10 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-04-18 21:10:00 UTC
- Stage
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-pysearch/3.1/

Port maintainer (lwhsu@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-18 21:10:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-22 08:47:32 UTC
Author: lwhsu
Date: Tue Apr 22 07:47:28 2014
New Revision: 351759
URL: http://svnweb.freebsd.org/changeset/ports/351759
QAT: https://qat.redports.org/buildarchive/r351759/

Log:
  - Stage
  - Pet portlint
  
  PR:		ports/188772
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>

Modified:
  head/www/py-pysearch/Makefile
  head/www/py-pysearch/pkg-descr

Modified: head/www/py-pysearch/Makefile
==============================================================================
--- head/www/py-pysearch/Makefile	Tue Apr 22 06:58:48 2014	(r351758)
+++ head/www/py-pysearch/Makefile	Tue Apr 22 07:47:28 2014	(r351759)
@@ -18,15 +18,14 @@ PYDISTUTILS_PKGNAME=	pYsearch
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
 
-NO_STAGE=	yes
 post-install:
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${CP} -R ${WRKSRC}/docs/ ${STAGEDIR}${DOCSDIR}
 .endif
 .if !defined(NOPORTEXAMPLES)
-	@${MKDIR} ${EXAMPLESDIR}
-	${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	${CP} -R ${WRKSRC}/examples/ ${STAGEDIR}${EXAMPLESDIR}
 .endif
 
 .include <bsd.port.mk>

Modified: head/www/py-pysearch/pkg-descr
==============================================================================
--- head/www/py-pysearch/pkg-descr	Tue Apr 22 06:58:48 2014	(r351758)
+++ head/www/py-pysearch/pkg-descr	Tue Apr 22 07:47:28 2014	(r351759)
@@ -2,4 +2,4 @@ This module implements a set of classes 
 Search Web Services. All results from these services are properly formatted
 XML, and this package facilitates for correct parsing of these result sets.
 
-WWW:	http://pysearch.sourceforge.net/
+WWW: http://pysearch.sourceforge.net/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Li-Wen Hsu freebsd_committer freebsd_triage 2014-04-22 08:47:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!