Bug 188773 - [PATCH] www/py-scriptaculous: stage
Summary: [PATCH] www/py-scriptaculous: 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-scriptaculous-1.8.1.1.patch (356 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-scriptaculous/1.8.1.1_2/

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:05 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:03:15 UTC
Author: vanilla
Date: Thu May  8 16:03:06 2014
New Revision: 353323
URL: http://svnweb.freebsd.org/changeset/ports/353323
QAT: https://qat.redports.org/buildarchive/r353323/

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

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

Modified: head/www/py-scriptaculous/Makefile
==============================================================================
--- head/www/py-scriptaculous/Makefile	Thu May  8 16:01:45 2014	(r353322)
+++ head/www/py-scriptaculous/Makefile	Thu May  8 16:03:06 2014	(r353323)
@@ -21,7 +21,7 @@ PYDISTUTILS_PKGNAME=	Scriptaculous
 # Use the same version of www/py-turbogears
 USES=		zip
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+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:03:51 UTC
State Changed
From-To: open->closed

Committed, thanks.