- Update to 0.2.7 Added file(s): - files/patch-ccomp_runtime_GCATS_gcats1__misc.dats Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it.
scheidell 2012-05-28 17:40:27 UTC FreeBSD ports repository Modified files: lang/ats Makefile bsd.ats.mk distinfo pkg-plist lang/ats/files patch-Makefile Added files: lang/ats/files patch-ccomp_runtime_GCATS_gcats1__misc.dats Log: - Update to 0.2.7 PR: ports/168249 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer) Revision Changes Path 1.5 +11 -1 ports/lang/ats/Makefile 1.3 +1 -1 ports/lang/ats/bsd.ats.mk 1.3 +2 -2 ports/lang/ats/distinfo 1.3 +12 -11 ports/lang/ats/files/patch-Makefile 1.1 +10 -0 ports/lang/ats/files/patch-ccomp_runtime_GCATS_gcats1__misc.dats (new) 1.4 +28 -0 ports/lang/ats/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. Next time around, you might try to find a better way to install PORTDOCS and EXAMPLES. (look at COPYSHARE_TREE) /bin/mkdir -p /usr/local/share/doc/ats cd /work/a/ports/lang/ats/work/ats-lang-anairiats-0.2.7/doc; /usr/bin/find FAQ.txt -type d -exec install -d /usr/local/share/doc/ats/{} ; cd /work/a/ports/lang/ats/work/ats-lang-anairiats-0.2.7/doc; /usr/bin/find BOOK -type d -exec install -d /usr/local/share/doc/ats/{} ; cd /work/a/ports/lang/ats/work/ats-lang-anairiats-0.2.7/doc; /usr/bin/find FAQ.txt -type f -exec install -o root -g wheel -m 444 {} /usr/local/share/doc/ats/{} ; cd /work/a/ports/lang/ats/work/ats-lang-anairiats-0.2.7/doc; /usr/bin/find BOOK -type f -exec install -o root -g wheel -m 444 {} /usr/local/share/doc/ats/{} ;