Bug 188547 - [PATCH] devel/py-pytemplate: staging
Summary: [PATCH] devel/py-pytemplate: staging
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-13 11:10 UTC by Bartek Rutkowski
Modified: 2014-04-15 02:50 UTC (History)
1 user (show)

See Also:


Attachments
py-pytemplate-1.5.1.patch (900 bytes, patch)
2014-04-13 11: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-13 11:10:01 UTC
- Staging
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-pytemplate/1.5.1_2/

Port maintainer (benoit@litchis.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-13 11:10:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-13 11:10:07 UTC
Maintainer of devel/py-pytemplate,

Please note that PR ports/188547 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188547

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-13 11:10:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-04-15 02:41:37 UTC
Author: swills
Date: Tue Apr 15 01:41:33 2014
New Revision: 351301
URL: http://svnweb.freebsd.org/changeset/ports/351301
QAT: https://qat.redports.org/buildarchive/r351301/

Log:
  - Stage
  - Pet portlint
  
  PR:		ports/188547
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
  Approved by:	portmgr@ (blanket)

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

Modified: head/devel/py-pytemplate/Makefile
==============================================================================
--- head/devel/py-pytemplate/Makefile	Tue Apr 15 01:30:51 2014	(r351300)
+++ head/devel/py-pytemplate/Makefile	Tue Apr 15 01:41:33 2014	(r351301)
@@ -20,12 +20,11 @@ EXAMPLESDIR=	${PREFIX}/share/examples/py
 
 EXAMPLES=	daemonexample.py example.py threadexample.py
 
-NO_STAGE=	yes
 post-install:
 .if !defined(NOPORTEXAMPLES)
-	@${MKDIR} ${EXAMPLESDIR}
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 .for f in ${EXAMPLES}
-	@${INSTALL_DATA} ${WRKSRC}/${f} ${EXAMPLESDIR}
+	@${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${EXAMPLESDIR}
 .endfor
 .endif
 

Modified: head/devel/py-pytemplate/pkg-descr
==============================================================================
--- head/devel/py-pytemplate/pkg-descr	Tue Apr 15 01:30:51 2014	(r351300)
+++ head/devel/py-pytemplate/pkg-descr	Tue Apr 15 01:41:33 2014	(r351301)
@@ -2,3 +2,5 @@ Pytemplate is a small project intending 
 framework. It permits to create properly scripts without struggling with
 configuration files, logging properties development. They are already available
 through a main class that the new script will inherit.
+
+WWW: http://www.bulot.org
_______________________________________________
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 5 Steve Wills freebsd_committer freebsd_triage 2014-04-15 02:44:02 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!