Bug 160220

Summary: [PATCH] www/roundup: eliminate py-pysqlite2x dependency
Product: Ports & Packages Reporter: R.Mahmatkhanov <cvs-src>
Component: Individual Port(s)Assignee: Sofian Brabez <sbz>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description R.Mahmatkhanov 2011-08-26 20:20:05 UTC
- bump USE_PYTHON to 2.5+ (the point is to reduce the number of ports that depend on python24, since it not supported upstream anymore and the default python version in the ports tree is the 2.7)
- since it now requires 2.5+ remove conditional, that will install databases/py-pysqlite2x dependency in <2.5 case.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-26 20:20:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sbz

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-01 16:21:34 UTC
sbz         2011-09-01 15:21:21 UTC

  FreeBSD ports repository

  Modified files:
    www/roundup          Makefile 
  Log:
  - Bump USE_PYTHON to 2.5+
  - Remove dependency on databases/py-pysqlite23, keep py-sqlite3
  
  PR:             ports/160220
  Submitted by:   Ruslan Mahmatkhanov <cvs-src at yandex.ru>
  Approved by:    jadawin@ (mentor)
  
  Revision  Changes    Path
  1.45      +1 -5      ports/www/roundup/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Sofian Brabez freebsd_committer freebsd_triage 2011-09-01 16:21:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!