1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name port-whatsnew |
---|
7 | version 0.1 |
---|
8 | categories sysutils macports |
---|
9 | maintainers gwmail.gwu.edu:egall openmaintainer |
---|
10 | platforms darwin |
---|
11 | license BSD |
---|
12 | supported_archs noarch |
---|
13 | |
---|
14 | description Show the svn log of what changed since this port was installed. |
---|
15 | long_description ${description} |
---|
16 | homepage http://svn.macports.org/repository/macports/contrib/${name} |
---|
17 | |
---|
18 | livecheck.type none |
---|
19 | |
---|
20 | fetch.type svn |
---|
21 | svn.url https://svn.macports.org/repository/macports/contrib/${name} |
---|
22 | svn.revision 103172 |
---|
23 | |
---|
24 | worksrcdir ${name} |
---|
25 | |
---|
26 | use_configure no |
---|
27 | |
---|
28 | build {} |
---|
29 | |
---|
30 | destroot { |
---|
31 | xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name} |
---|
32 | } |
---|
33 | |
---|