mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Update to 1.8
Add SHA256 PR: 88935 Submitted by: Dominik Brettnacher <domi@saargate.de> (maintainer)
This commit is contained in:
parent
d2a04c4887
commit
ce8114d5cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148116
2 changed files with 8 additions and 6 deletions
|
@ -6,21 +6,22 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= rand
|
PORTNAME= rand
|
||||||
PORTVERSION= 1.7
|
PORTVERSION= 1.8
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= http://math.missouristate.edu/~erik/files/
|
MASTER_SITES= http://math.missouristate.edu/~erik/files/
|
||||||
|
|
||||||
MAINTAINER= domi@saargate.de
|
MAINTAINER= domi@saargate.de
|
||||||
COMMENT= Utility to display files or streams in random order
|
COMMENT= Utility to display files or streams in random order
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
|
|
||||||
MAN1= rand.1
|
MAN1= rand.1
|
||||||
PLIST_FILES= bin/rand
|
PLIST_FILES= bin/rand
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/src/rand ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/src/rand ${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/man/rand.1 ${MANPREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/docs/rand.1 ${MANPREFIX}/man/man1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
MD5 (rand-1.7.tar.gz) = 601ea4fa89a0cbf93d740b2d82e93f3d
|
MD5 (rand-1.8.tar.gz) = 8e972de5622c03b82078cb6c78fd6497
|
||||||
SIZE (rand-1.7.tar.gz) = 87059
|
SHA256 (rand-1.8.tar.gz) = b66af39ade21473c33abe2bcd0a7fba6153afbe75ecb0917dd9e335e1b21b21b
|
||||||
|
SIZE (rand-1.8.tar.gz) = 226807
|
||||||
|
|
Loading…
Add table
Reference in a new issue