Bug 188774 - [PATCH] www/py-tgwebservices: stage
Summary: [PATCH] www/py-tgwebservices: 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: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-18 21:50 UTC by Bartek Rutkowski
Modified: 2014-05-08 17:10 UTC (History)
1 user (show)

See Also:


Attachments
py-tgwebservices-1.2.4.patch (369 bytes, patch)
2014-04-18 21:50 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:50:01 UTC
- Stage
- Drop easy_install
- Use auto pkg-plist
- Delete pkg-plist

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-tgwebservices/1.2.4/

Port maintainer (python@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:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-08 17:01:49 UTC
Author: vanilla
Date: Thu May  8 16:01:45 2014
New Revision: 353322
URL: http://svnweb.freebsd.org/changeset/ports/353322
QAT: https://qat.redports.org/buildarchive/r353322/

Log:
  - Stage
  - Drop easy_install
  - Use auto pkg-plist
  - Delete pkg-plist
  
  PR:		ports/188774
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
  Approved by:	portmgr@

Deleted:
  head/www/py-tgwebservices/pkg-plist
Modified:
  head/www/py-tgwebservices/Makefile

Modified: head/www/py-tgwebservices/Makefile
==============================================================================
--- head/www/py-tgwebservices/Makefile	Thu May  8 15:59:41 2014	(r353321)
+++ head/www/py-tgwebservices/Makefile	Thu May  8 16:01:45 2014	(r353322)
@@ -17,8 +17,8 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Tu
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	TGWebServices
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	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 3 Vanilla I. Shu freebsd_committer freebsd_triage 2014-05-08 17:04:06 UTC
State Changed
From-To: open->closed

Committed, thanks.