1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Update leinigen to 2.5.1.

The .jar file is now a .zip file but they are the same thing, so we
just install it as a .jar file.

ChangeLog: https://github.com/technomancy/leiningen/releases/tag/2.5.1

Differential Revision:	https://reviews.freebsd.org/D1771
Reviewed by:	bapt
Approved by:	bapt
This commit is contained in:
Rui Paulo 2015-02-04 20:55:28 +00:00
parent fc8ee30c40
commit 87f7692b21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378420
2 changed files with 8 additions and 8 deletions

View File

@ -1,12 +1,12 @@
# $FreeBSD$
PORTNAME= leiningen
PORTVERSION= 2.5.0
PORTVERSION= 2.5.1
CATEGORIES= devel lisp java
MASTER_SITES= GITHUB:source1 \
https://github.com/technomancy/leiningen/releases/download/${PORTVERSION}/:source2
DISTFILES= leiningen-${PORTVERSION}.tar.gz:source1 \
leiningen-${PORTVERSION}-standalone.jar:source2
leiningen-${PORTVERSION}-standalone.zip:source2
EXTRACT_ONLY= leiningen-${PORTVERSION}.tar.gz
MAINTAINER= rpaulo@FreeBSD.org
@ -17,7 +17,7 @@ LICENSE= EPL
USE_GITHUB= yes
GH_ACCOUNT= technomancy
GH_TAGNAME= ${PORTVERSION}
GH_COMMIT= f1a8bd1
GH_COMMIT= 7228d5a
USE_JAVA= yes
JAVA_VERSION= 1.6+
@ -35,6 +35,6 @@ post-patch:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/lein-pkg ${STAGEDIR}${PREFIX}/bin/lein
${INSTALL_DATA} ${DISTDIR}/leiningen-${PORTVERSION}-standalone.jar ${STAGEDIR}${JAVAJARDIR}/leiningen.jar
${INSTALL_DATA} ${DISTDIR}/leiningen-${PORTVERSION}-standalone.zip ${STAGEDIR}${JAVAJARDIR}/leiningen.jar
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
SHA256 (leiningen-2.5.0.tar.gz) = 55ff713f2ed15199fdd29fd87f76f2cb93ce308aa0483324edb1ca03e1db0f13
SIZE (leiningen-2.5.0.tar.gz) = 671607
SHA256 (leiningen-2.5.0-standalone.jar) = e96ee50fbfa5a4725e99baa6dcaed8874847323c917e6d870d5dab2433f6a739
SIZE (leiningen-2.5.0-standalone.jar) = 14952359
SHA256 (leiningen-2.5.1.tar.gz) = 93c28fa8f0c85415d264eeed0666cbe45b0ebe4f899b7d037d237ddc845581b4
SIZE (leiningen-2.5.1.tar.gz) = 676356
SHA256 (leiningen-2.5.1-standalone.zip) = b475c08f505f58f70839195a70a842dcd9b903b70d8447f45a3de06e0c1f34c7
SIZE (leiningen-2.5.1-standalone.zip) = 15268189