FreeBSD Bugzilla – Attachment 161699 Details for
Bug 203535
[PATCH] devel/leiningen: Install zsh/bash completions and man page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
leiningen.diff
leiningen.diff (text/plain), 2.01 KB, created by
Tobias Kortkamp
on 2015-10-04 15:36:01 UTC
(
hide
)
Description:
leiningen.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2015-10-04 15:36:01 UTC
Size:
2.01 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 398473) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= leiningen >-PORTVERSION= 2.5.2 >+PORTVERSION= 2.5.3 > CATEGORIES= devel lisp java > MASTER_SITES= GH:source1 \ > https://github.com/technomancy/leiningen/releases/download/${PORTVERSION}/:source2 >@@ -24,6 +24,9 @@ > RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash > > PLIST_FILES= bin/lein \ >+ etc/bash_completion.d/_lein.bash \ >+ man/man1/lein.1.gz \ >+ share/zsh/site-functions/_lein \ > %%JAVAJARDIR%%/leiningen.jar > > post-patch: >@@ -33,6 +36,11 @@ > > do-install: > ${INSTALL_SCRIPT} ${WRKSRC}/bin/lein-pkg ${STAGEDIR}${PREFIX}/bin/lein >+ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d >+ ${INSTALL_DATA} ${WRKSRC}/bash_completion.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d/_lein.bash >+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions >+ ${INSTALL_DATA} ${WRKSRC}/zsh_completion.zsh ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_lein >+ ${INSTALL_MAN} ${WRKSRC}/doc/lein.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ > ${INSTALL_DATA} ${DISTDIR}/leiningen-${PORTVERSION}-standalone.zip ${STAGEDIR}${JAVAJARDIR}/leiningen.jar > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 398473) >+++ distinfo (working copy) >@@ -1,4 +1,4 @@ >-SHA256 (technomancy-leiningen-2.5.2_GH0.tar.gz) = 50cd21d718603bfa4b6da673696c60482271d310f67b98a794d0413a79121a9d >-SIZE (technomancy-leiningen-2.5.2_GH0.tar.gz) = 694758 >-SHA256 (leiningen-2.5.2-standalone.zip) = 64c70202dc7989de1b9d8b8b9b99e87dbb7698338e24d25722777412e37e1b62 >-SIZE (leiningen-2.5.2-standalone.zip) = 15757991 >+SHA256 (technomancy-leiningen-2.5.3_GH0.tar.gz) = e44db1e021937a6aa68635960aefe581bf4a4090f4a0e159f6a14904d8f9e9ca >+SIZE (technomancy-leiningen-2.5.3_GH0.tar.gz) = 696873 >+SHA256 (leiningen-2.5.3-standalone.zip) = 4b0c1606b6a4816b803f1fbd704aeefc9d6e314e9b9a482d0bae0ab0079023dd >+SIZE (leiningen-2.5.3-standalone.zip) = 15768731
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203535
:
161697
|
161698
| 161699 |
161700