Update to 1.2.2.
PR: 47837 Submitted by: maintainer
This commit is contained in:
parent
7995f90a7b
commit
14faea9410
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75270
3 changed files with 5 additions and 8 deletions
|
@ -7,20 +7,17 @@
|
|||
#
|
||||
|
||||
PORTNAME= spinner
|
||||
PORTVERSION= 1.1
|
||||
PORTVERSION= 1.2.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/spinner/
|
||||
|
||||
MAINTAINER= mich@freebsdcluster.org
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O2 ||g ; \
|
||||
s|gcc |\$$\(CC\) |g' ${WRKSRC}/Makefile
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/spinner ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/spinner ${PREFIX}/sbin
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (spinner-1.1.tar.gz) = f4f6046c2c8b760659288bce03111a53
|
||||
MD5 (spinner-1.2.2.tar.gz) = bd185e7d5466485354f0463ce648e807
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
bin/spinner
|
||||
sbin/spinner
|
||||
%%PORTDOCS%%share/doc/spinner/README
|
||||
%%PORTDOCS%%@dirrm share/doc/spinner
|
||||
|
|
Loading…
Reference in a new issue