Bug 160220 - [PATCH] www/roundup: eliminate py-pysqlite2x dependency
Summary: [PATCH] www/roundup: eliminate py-pysqlite2x dependency
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: Sofian Brabez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-26 20:20 UTC by R.Mahmatkhanov
Modified: 2011-09-01 16:30 UTC (History)
0 users

See Also:


Attachments
file.diff (679 bytes, patch)
2011-08-26 20:20 UTC, R.Mahmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!