Bug 168249 - [MAINTAINER] lang/ats: update to 0.2.7
Summary: [MAINTAINER] lang/ats: update to 0.2.7
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: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-23 08:00 UTC by Jyun-Yan You
Modified: 2012-05-28 18:50 UTC (History)
0 users

See Also:


Attachments
ats-0.2.7.patch (11.42 KB, patch)
2012-05-23 08:00 UTC, Jyun-Yan You
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jyun-Yan You 2012-05-23 08:00:15 UTC
- Update to 0.2.7

Added file(s):
- files/patch-ccomp_runtime_GCATS_gcats1__misc.dats

Generated with FreeBSD Port Tools 0.99
Comment 1 Michael Scheidell freebsd_committer freebsd_triage 2012-05-28 14:28:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-28 18:40:41 UTC
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"
Comment 3 Michael Scheidell freebsd_committer freebsd_triage 2012-05-28 18:41:00 UTC
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/{} ;