Ticket #25015: Portfile.diff
File Portfile.diff, 1.2 KB (added by jls@…, 14 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python26 1.0 5 5 6 6 name py26-django 7 version 1. 1.17 version 1.2 8 8 categories-append www 9 9 platforms darwin 10 10 maintainers arthurk … … 16 16 17 17 master_sites http://media.djangoproject.com/releases/${version}/ 18 18 distname Django-${version} 19 checksums md5 d7839c192e115f9c4dd8777de24dc21c\20 sha1 441c54f0e90730bf4a55432b64519169b1e6ef20 \21 rmd160 bf42e548ff86fc587086eaffc53d9397e2a8c87119 checksums md5 98fa833fdabcdd78d00245aead66c174 \ 20 sha1 2e5df7b5b7419a734d6761afdc7e368236d82740 \ 21 rmd160 30a8ba5e68ad5f12fb40a9a8bde8d295631a963c 22 22 23 23 depends_lib-append port:py26-distribute 24 24 … … 44 44 ${destroot}${prefix}/share/doc/${name} 45 45 46 46 file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}/docs 47 file copy ${worksrcpath}/examples \48 ${destroot}${prefix}/share/doc/${name}/examples49 47 50 48 # To avoid conflict between py*-django 51 49 ln -s ${python.prefix}/bin/django-admin.py \