diff -u ./Portfile ../new/Portfile
old
|
new
|
|
5 | 5 | |
6 | 6 | name encfs |
7 | 7 | |
8 | | fetch.type svn |
9 | | svn.url http://encfs.googlecode.com/svn/branches/1.x |
10 | | svn.revision 135 |
| 8 | version 1.8.1 |
| 9 | |
| 10 | fetch.type git |
| 11 | git.url https://github.com/vgough/encfs |
| 12 | git.branch v${version} |
11 | 13 | |
12 | | version 1.7.5-${svn.revision} |
13 | | revision 2 |
14 | 14 | worksrcdir 1.x |
15 | 15 | |
16 | 16 | categories fuse |
… |
… |
|
26 | 26 | underlying filesystem. Unlike loopback filesystems, \ |
27 | 27 | there is no predetermined or pre-allocated filesystem size. |
28 | 28 | |
29 | | homepage http://www.arg0.net/encfs |
| 29 | homepage https://vgough.github.io/encfs/ |
30 | 30 | |
31 | 31 | depends_build port:pkgconfig |
32 | 32 | depends_lib port:rlog port:openssl port:osxfuse port:gettext port:boost |