FreeBSD Bugzilla – Attachment 231074 Details for
Bug 261271
misc/lesspipe: Update to 2.02
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update misc/lesspipe to 2.01
lesspipe-2.01.patch (text/plain), 2.55 KB, created by
Hajimu UMEMOTO
on 2022-01-17 14:46:07 UTC
(
hide
)
Description:
update misc/lesspipe to 2.01
Filename:
MIME Type:
Creator:
Hajimu UMEMOTO
Created:
2022-01-17 14:46:07 UTC
Size:
2.55 KB
patch
obsolete
>diff --git misc/lesspipe/Makefile misc/lesspipe/Makefile >index 63f635308e0e..790e8aaf6297 100644 >--- misc/lesspipe/Makefile >+++ misc/lesspipe/Makefile >@@ -1,9 +1,9 @@ > # Created by: Slaven Rezic <slaven@rezic.de> > > PORTNAME= lesspipe >-PORTVERSION= 1.83 >+DISTVERSIONPREFIX= v >+DISTVERSION= 2.01 > CATEGORIES= misc >-MASTER_SITES= SF > > MAINTAINER= slaven@rezic.de > COMMENT= Preprocessor for less >@@ -14,20 +14,32 @@ MY_DEPENDS= bash:shells/bash > BUILD_DEPENDS= ${MY_DEPENDS} > RUN_DEPENDS= ${MY_DEPENDS} > >-USES= perl5 >+USES= perl5 shebangfix >+ >+USE_GITHUB= yes >+GH_ACCOUNT= wofr06 > > NO_BUILD= yes > NO_ARCH= yes > HAS_CONFIGURE= yes > CONFIGURE_ARGS= --yes --prefix=${PREFIX} > >-PLIST_FILES= bin/lesspipe.sh bin/code2color man/man1/lesspipe.1.gz >+SHEBANG_FILES= code2color lesscomplete lesspipe.sh >+ >+PLIST_FILES= bin/code2color bin/lesscomplete bin/lesspipe.sh \ >+ etc/bash_completion.d/less_completion man/man1/lesspipe.1.gz \ >+ share/zsh/site-functions/_less > > SUB_FILES= pkg-message > > do-install: >- ${INSTALL_SCRIPT} ${WRKSRC}/code2color ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_SCRIPT} ${WRKSRC}/code2color ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_SCRIPT} ${WRKSRC}/lesscomplete ${STAGEDIR}${PREFIX}/bin > ${INSTALL_SCRIPT} ${WRKSRC}/lesspipe.sh ${STAGEDIR}${PREFIX}/bin >- ${INSTALL_MAN} ${WRKSRC}/lesspipe.1 ${STAGEDIR}${MANPREFIX}/man/man1 >+ @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d >+ ${INSTALL_DATA} ${WRKSRC}/less_completion ${STAGEDIR}${PREFIX}/etc/bash_completion.d >+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions >+ ${INSTALL_DATA} ${WRKSRC}/_less ${STAGEDIR}${PREFIX}/share/zsh/site-functions >+ ${INSTALL_MAN} ${WRKSRC}/lesspipe.1 ${STAGEDIR}${MANPREFIX}/man/man1 > > .include <bsd.port.mk> >diff --git misc/lesspipe/distinfo misc/lesspipe/distinfo >index be16bfe4f9aa..be3ffd3a88ec 100644 >--- misc/lesspipe/distinfo >+++ misc/lesspipe/distinfo >@@ -1,2 +1,3 @@ >-SHA256 (lesspipe-1.83.tar.gz) = d616f0d51852e60fb0d0801eec9c31b10e0acc6fdfdc62ec46ef7bfd60ce675e >-SIZE (lesspipe-1.83.tar.gz) = 115129 >+TIMESTAMP = 1642257392 >+SHA256 (wofr06-lesspipe-v2.01_GH0.tar.gz) = f6642b1bda91e98c3745fe084164a556832f2aeaa9304bd7534954bff5eeceea >+SIZE (wofr06-lesspipe-v2.01_GH0.tar.gz) = 171601 >diff --git misc/lesspipe/pkg-descr misc/lesspipe/pkg-descr >index c570c6655e5c..4982203897b2 100644 >--- misc/lesspipe/pkg-descr >+++ misc/lesspipe/pkg-descr >@@ -7,4 +7,4 @@ lesspipe is a powerful preprocessor for less(1). The features include > > * Optional syntax highlightning of source files > >-WWW: https://sourceforge.net/projects/lesspipe/ >+WWW: https://www.zeuthen.desy.de/~friebel/unix/lesspipe.html
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 261271
:
231074
|
231177