Bug 136462 - upgrade math/py-gato from 0.99_1 to 0.99D
Summary: upgrade math/py-gato from 0.99_1 to 0.99D
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: 2009-07-08 15:00 UTC by Kouki Hashimoto
Modified: 2009-07-13 07:10 UTC (History)
0 users

See Also:


Attachments
file.diff (3.72 KB, patch)
2009-07-08 15:00 UTC, Kouki Hashimoto
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kouki Hashimoto 2009-07-08 15:00:12 UTC
upgrade math/py-gato from 0.99_1 to 0.99D

In FreeBSD ports, math/py-gato was last updated 07/30/2007.
The most recent version of Gato is 0.99D, which is available from 10/01/2008.

Fix: apply the patch.
# cd /usr/ports/math/py-gato
# patch -p1 < /path/to/py-gato_patch.txt
# make install clean


Patch attached with submission follows:
How-To-Repeat: This is upgrade request, so there is no problem.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-08 15:00:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-07-13 07:00:21 UTC
lwhsu       2009-07-13 05:59:54 UTC

  FreeBSD ports repository

  Modified files:
    math/py-gato         Makefile distinfo pkg-plist 
    math/py-gato/files   patch-Gato.py patch-Gred.py 
  Log:
  - Update to to 0.99D
  - Respect PORTEXAMPLES, NOPORTEXAMPLES
  - portlint(1)
  
  PR:             ports/136462
  Submitted by:   Kouki Hashimoto <hsmtkk AT gmail.com> (based on)
  
  Revision  Changes    Path
  1.11      +3 -4      ports/math/py-gato/Makefile
  1.8       +3 -3      ports/math/py-gato/distinfo
  1.4       +3 -37     ports/math/py-gato/files/patch-Gato.py
  1.4       +5 -5      ports/math/py-gato/files/patch-Gred.py
  1.4       +82 -85    ports/math/py-gato/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 Li-Wen Hsu freebsd_committer freebsd_triage 2009-07-13 07:02:23 UTC
State Changed
From-To: open->closed

Committed.  Thanks! 

There are some points can make your patch better: 
- "SIZE (Gato-0.99.tar.gz) = 194444" should be Gato-0.99D.tar.gz 
- Check pkg-plist for added/deleted files (install/deinstall test) 
- Use portlint(1) 

Thank you for work on this port!