mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- update to 3.2.0
- support staging
This commit is contained in:
parent
67c852a85f
commit
e0242fef99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331351
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= screenFetch
|
||||
PORTVERSION= 3.1.0
|
||||
PORTVERSION= 3.2.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= LOCAL/jgh/sysutils/${PORTNAME:L}/ \
|
||||
GH
|
||||
@ -20,22 +20,22 @@ OPTIONS_DEFINE= DOCS
|
||||
NO_BUILD= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= KittyKatt
|
||||
GH_TAGNAME= 56f2151
|
||||
GH_TAGNAME= be0e27d
|
||||
GH_COMMIT= ${GH_TAGNAME}
|
||||
|
||||
PLIST_FILES= bin/screenFetch
|
||||
PLIST_FILES= bin/screenFetch bin/screenfetch
|
||||
PORTDOCS= CHANGELOG README.mkdn TODO
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME:L}-dev ${PREFIX}/bin/${PORTNAME}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME:L}-dev ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
${LN} -fs ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/screenfetch
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for file in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (screenFetch-3.1.0.tar.gz) = ba18aa3dd53d680978b4167ced8f6417be7d8ad9719b00e49b9788724639a424
|
||||
SIZE (screenFetch-3.1.0.tar.gz) = 45576
|
||||
SHA256 (screenFetch-3.2.0.tar.gz) = cf88e1f512ab42aed8924ba194a8036181f8850a7a50d5ce9369f4e6f1bb1d98
|
||||
SIZE (screenFetch-3.2.0.tar.gz) = 46380
|
||||
|
Loading…
Reference in New Issue
Block a user