Bug 188912 - [PATCH] graphics/py-blockdiagcontrib-cisco: stage
Summary: [PATCH] graphics/py-blockdiagcontrib-cisco: 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: Gerald Pfeifer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-23 11:40 UTC by Bartek Rutkowski
Modified: 2014-05-14 11:10 UTC (History)
1 user (show)

See Also:


Attachments
py-blockdiagcontrib-cisco-0.1.7.patch (831 bytes, patch)
2014-04-23 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-23 11:40:00 UTC
- Stage
- Drop easy_install
- Use auto plist
- Delete pkg-plist

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-blockdiagcontrib-cisco/0.1.7/

Port maintainer (kuriyama@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-23 11:40:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Gerald Pfeifer freebsd_committer freebsd_triage 2014-05-14 00:38:39 UTC
Responsible Changed
From-To: kuriyama->gerald

I am looking into committing this, per portmgr request for help.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-14 11:06:42 UTC
Author: gerald
Date: Wed May 14 10:06:38 2014
New Revision: 354034
URL: http://svnweb.freebsd.org/changeset/ports/354034
QAT: https://qat.redports.org/buildarchive/r354034/

Log:
  Stage (dropping easy_install and using auto plist instead of pkg-plist).
  
  PR:		188912
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
  Approved by:	portmgr (blanket pre-approval)

Modified:
  head/graphics/py-blockdiagcontrib-cisco/Makefile

Modified: head/graphics/py-blockdiagcontrib-cisco/Makefile
==============================================================================
--- head/graphics/py-blockdiagcontrib-cisco/Makefile	Wed May 14 09:54:52 2014	(r354033)
+++ head/graphics/py-blockdiagcontrib-cisco/Makefile	Wed May 14 10:06:38 2014	(r354034)
@@ -12,15 +12,7 @@ COMMENT=	Networking shapes for blockdiag
 RUN_DEPENDS=	${PKGNAMEPREFIX}blockdiag>=0.8.0:${PORTSDIR}/graphics/py-blockdiag
 
 USE_PYTHON=	2
-USE_PYDISTUTILS=	easy_install
-
-NO_STAGE=	yes
-x-generate-plist:
-	${FIND} ${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG} -type f | ${SORT} | \
-	${SED} -e 's,${PYTHON_SITELIBDIR},%%PYTHON_SITELIBDIR%%,' \
-	-e 's,${PYEASYINSTALL_EGG},%%PYEASYINSTALL_EGG%%,' >> pkg-plist.new
-	${FIND} ${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG} -type d -depth | ${SORT} -r | \
-	${SED} -e 's,${PYTHON_SITELIBDIR},@dirrm %%PYTHON_SITELIBDIR%%,' \
-	-e 's,${PYEASYINSTALL_EGG},%%PYEASYINSTALL_EGG%%,' >> pkg-plist.new
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .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 4 Gerald Pfeifer freebsd_committer freebsd_triage 2014-05-14 11:07:38 UTC
State Changed
From-To: open->closed

I just committed this staging patch; thank you!