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.
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
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"
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!