Revision: 75512 http://trac.macports.org/changeset/75512 Author: jmr@macports.org Date: 2011-01-27 11:47:46 -0800 (Thu, 27 Jan 2011) Log Message: ----------- asdf-binary-locations: follow upstream update (#22412), use the real version number, use versioned dist_subdir, mark noarch, add license Modified Paths: -------------- trunk/dports/devel/asdf-binary-locations/Portfile Modified: trunk/dports/devel/asdf-binary-locations/Portfile =================================================================== --- trunk/dports/devel/asdf-binary-locations/Portfile 2011-01-27 19:47:07 UTC (rev 75511) +++ trunk/dports/devel/asdf-binary-locations/Portfile 2011-01-27 19:47:46 UTC (rev 75512) @@ -4,8 +4,9 @@ PortSystem 1.0 name asdf-binary-locations -version latest +version 0.3.9 categories devel +license MIT maintainers pobox.com:rlonstein description keep asdf-compiled lisp files in their places long_description Keep asdf-compiled lisp files in directories unique \ @@ -13,17 +14,17 @@ operating system and hardware architecture. homepage http://common-lisp.net/project/cl-containers/asdf-binary-locations/ -master_sites http://common-lisp.net/project/cl-containers/asdf-binary-locations/ +master_sites ${homepage} platforms darwin -universal_variant no +supported_archs noarch -distfiles ${name}${extract.suffix} distname ${name} +dist_subdir ${name}/${version} -checksums md5 c221dcb4a1fcb0c1f744cb5fc17d8903 \ - sha1 e6420f5e95708cf7e38884e218f62336957f3091 \ - rmd160 39e678334501d231f526b90ede21c3b28acd9624 +checksums md5 96a670f18a20740d512534c5b42d9e16 \ + sha1 348f34147f1137566e6713e7d56d267404ae09ca \ + rmd160 43ed18aa3a9070f5a7f8e8f887bcd868b6e39ad9 use_configure no build { }