Bug 160053 - [PATCH] audio/pytone: some cleanup
Summary: [PATCH] audio/pytone: some cleanup
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: David Thiel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-24 12:20 UTC by R.Mahmatkhanov
Modified: 2011-08-26 01:01 UTC (History)
0 users

See Also:


Attachments
file.diff (20.59 KB, patch)
2011-08-24 12: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-24 12:20:12 UTC
- this ports need python 2.5+, so bump SUE_PYTHON 
  (see http://www.luga.de/pytone/#prerequisistes)
- since it now will use python2.5+ we need to depend on databases/py-sqlite3
  instead.
  this port use sqlite binding like this:
  """
  try:
    import sqlite3 as sqlite
  except ImportError:
    from pysqlite2 import dbapi2 as sqlite
  """
  so nothing will be broken with sqlite3
- fix whitespace nit in pkg-message
- use PYTHON_SITELIBDIR instead of lib/%%PYTHON_VERSION%%/site-packages in 
  pkg-plist
- bump portrevision because of this changes

ps. btw, 3.0.3 is already there, so this port should be also updated to latest version.

tinderbuild logs:
7.4: http://happy-nation.by.ru/ports/tb/7.4/pytone-3.0.2_2.log
8.2: http://happy-nation.by.ru/ports/tb/8.2/pytone-3.0.2_2.log

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-24 12:20:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lx

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-08-26 00:59:36 UTC
lx          2011-08-25 23:59:28 UTC

  FreeBSD ports repository

  Modified files:
    audio/pytone         Makefile pkg-message pkg-plist 
  Log:
  Apply cleanup patch.
  
  PR:             ports/160053
  Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
  
  Revision  Changes    Path
  1.10      +3 -3      ports/audio/pytone/Makefile
  1.4       +1 -1      ports/audio/pytone/pkg-message
  1.4       +179 -179  ports/audio/pytone/pkg-plist
_______________________________________________
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 David Thiel freebsd_committer freebsd_triage 2011-08-26 01:01:17 UTC
State Changed
From-To: open->closed

Committed, thanks!