Bug 188821 - [PATCH] cad/pythoncad: stage
Summary: [PATCH] cad/pythoncad: 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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-20 11:40 UTC by Bartek Rutkowski
Modified: 2014-04-26 22:10 UTC (History)
1 user (show)

See Also:


Attachments
pythoncad-37.patch (1.45 KB, patch)
2014-04-20 11:40 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-20 11:40:01 UTC
- Stage
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/pythoncad/37_1/

Port maintainer (fbsd-ports@xbsd.net) 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-20 11:40:10 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-20 11:40:11 UTC
Maintainer of cad/pythoncad,

Please note that PR ports/188821 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/188821

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

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Sven Esbjerg 2014-04-21 12:39:05 UTC
Looks ok to me.


Regards
Sven Esbjerg
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-04-26 22:01:27 UTC
Author: swills
Date: Sat Apr 26 21:01:23 2014
New Revision: 352373
URL: http://svnweb.freebsd.org/changeset/ports/352373
QAT: https://qat.redports.org/buildarchive/r352373/

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

Modified:
  head/cad/pythoncad/Makefile

Modified: head/cad/pythoncad/Makefile
==============================================================================
--- head/cad/pythoncad/Makefile	Sat Apr 26 20:59:44 2014	(r352372)
+++ head/cad/pythoncad/Makefile	Sat Apr 26 21:01:23 2014	(r352373)
@@ -9,28 +9,27 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 DISTNAME=	PythonCAD-DS1-R${PORTVERSION}
 
 MAINTAINER=	fbsd-ports@xbsd.net
-COMMENT=	An open-source CAD package built designed around Python
-
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
+COMMENT=	Open-source CAD package built designed around Python
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	PythonCAD
 PYDISTUTILS_PKGVERSION=	DS1-R${PORTVERSION}
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
 		${WRKSRC}/PythonCAD/Generic/preferences.py \
 		${WRKSRC}/PythonCAD/Interface/Gtk/gtkimage.py
 
 post-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/gtkpycad.py ${PREFIX}/bin/gtkpycad
-	${INSTALL_DATA} ${WRKSRC}/gtkpycad.png ${PREFIX}/share/pixmaps
-	${MKDIR} ${PREFIX}/etc/pythoncad
-	${INSTALL_DATA} ${WRKSRC}/prefs.py ${PREFIX}/etc/pythoncad/prefs.py.sample
+	${INSTALL_SCRIPT} ${WRKSRC}/gtkpycad.py ${STAGEDIR}${PREFIX}/bin/gtkpycad
+	${INSTALL_DATA} ${WRKSRC}/gtkpycad.png ${STAGEDIR}${PREFIX}/share/pixmaps
+	${MKDIR} ${STAGEDIR}${PREFIX}/etc/pythoncad
+	${INSTALL_DATA} ${WRKSRC}/prefs.py ${STAGEDIR}${PREFIX}/etc/pythoncad/prefs.py.sample
 
 .include <bsd.port.mk>
_______________________________________________
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 6 Steve Wills freebsd_committer freebsd_triage 2014-04-26 22:01:30 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!