svn commit: r331351 - head/sysutils/screenfetch
Jason Helfman
jgh at FreeBSD.org
Wed Oct 23 06:10:48 UTC 2013
Author: jgh
Date: Wed Oct 23 06:10:47 2013
New Revision: 331351
URL: http://svnweb.freebsd.org/changeset/ports/331351
Log:
- update to 3.2.0
- support staging
Modified:
head/sysutils/screenfetch/Makefile
head/sysutils/screenfetch/distinfo
Modified: head/sysutils/screenfetch/Makefile
==============================================================================
--- head/sysutils/screenfetch/Makefile Wed Oct 23 06:02:39 2013 (r331350)
+++ head/sysutils/screenfetch/Makefile Wed Oct 23 06:10:47 2013 (r331351)
@@ -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
Modified: head/sysutils/screenfetch/distinfo
==============================================================================
--- head/sysutils/screenfetch/distinfo Wed Oct 23 06:02:39 2013 (r331350)
+++ head/sysutils/screenfetch/distinfo Wed Oct 23 06:10:47 2013 (r331351)
@@ -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
More information about the svn-ports-all
mailing list