Ticket #31980: patch-Portfile.diff
File patch-Portfile.diff, 1010 bytes (added by lperry (Perry Lee), 13 years ago) |
---|
-
Portfile
4 4 PortGroup python27 1.0 5 5 6 6 name py27-django 7 version 1.3 7 version 1.3.1 8 8 categories-append www 9 9 platforms darwin 10 10 maintainers deric … … 17 17 set branch [join [lrange [split ${version} .] 0 1] .] 18 18 master_sites http://media.djangoproject.com/releases/${branch}/ 19 19 distname Django-${version} 20 checksums md5 1b8f76e91c27564708649671f329551f\21 sha1 f 8814d5e1412bb932318db5130260da5bf053ff7\22 rmd160 57a3bdb3eb326634647d2eea9df1b5484316c7bc20 checksums md5 62d8642fd06b9a0bf8544178f8500767 \ 21 sha1 fd968134c8ded38d2d9ccd2cafe865a0585aefc4 \ 22 rmd160 baf14da8d25eb9852a7989e1a1be7d9fd0e21d3a 23 23 24 24 depends_lib-append port:py27-distribute 25 25