Skip to content

Instantly share code, notes, and snippets.

@kikuchy
Created May 1, 2013 01:20
Show Gist options
  • Save kikuchy/5493163 to your computer and use it in GitHub Desktop.
Save kikuchy/5493163 to your computer and use it in GitHub Desktop.
Macportsに入ってたleiningenが古かったからPortfile色々いじってみた。インストールは上手く行ったけど、これで正しいPortfileの書き方になってるのかわからないし、メンテナーさんに送るのも面倒なのでとりあえずうp
--- Portfile-leiningen-1.6.1.1 2013-05-01 09:01:03.000000000 +0900
+++ /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/leiningen/Portfile 2013-05-01 10:10:36.000000000 +0900
@@ -3,7 +3,7 @@
PortSystem 1.0
name leiningen
-version 1.6.1.1
+version 2.1.3
categories devel java
maintainers ieure
platforms darwin
@@ -11,12 +11,12 @@
long_description ${description}
homepage http://github.com/technomancy/${name}
-master_sites https://nodeload.github.com/technomancy/leiningen/tarball
-distfiles ${version}
-worksrcdir technomancy-${name}-0e43e4d
-checksums md5 dbd6ac1df529e1e3b84814b8c44265ed \
- sha1 0c0a0f5ce680c508b4cc3422ec32904cac16fade \
- rmd160 513a7a42df88ab0658e3c33115432e74f161a917
+master_sites https://github.com/technomancy/leiningen/archive
+distfiles ${version}.tar.gz
+worksrcdir ${name}-${version}
+checksums md5 075b7ae32e12301d17ef0e3f4a25ca8d \
+ sha1 91d8a484c5fbefeeafcc610bada3605a5afa7a1e \
+ rmd160 e570e300afc7084648e58fcfa5b195baf87f3ec4
depends_build port:clojure \
port:clojure-contrib \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment