Update spiped to 1.3.0.
ok sthen@
This commit is contained in:
parent
ef96315c0a
commit
5c883641b7
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:41:28 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2013/04/07 15:33:02 jturner Exp $
|
||||
|
||||
COMMENT = utility for creating secure pipes between socket addresses
|
||||
|
||||
DISTNAME = spiped-1.2.2
|
||||
DISTNAME = spiped-1.3.0
|
||||
CATEGORIES = security sysutils
|
||||
|
||||
MAINTAINER = James Turner <james@calminferno.net>
|
||||
@ -17,7 +17,8 @@ WANTLIB = c crypto pthread
|
||||
|
||||
EXTRACT_SUFX = .tgz
|
||||
NO_TEST = Yes
|
||||
FAKE_FLAGS = BINDIR="${WRKINST}${PREFIX}/bin"
|
||||
FAKE_FLAGS = BINDIR="${WRKINST}${PREFIX}/bin" \
|
||||
MAN1DIR="${WRKINST}${PREFIX}/man/man1"
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/spiped
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (spiped-1.2.2.tgz) = qetGgeTM1dhrii1OFnhduLoQ2Kn39zJIVRH9S5Lf8ew=
|
||||
SIZE (spiped-1.2.2.tgz) = 51682
|
||||
SHA256 (spiped-1.3.0.tgz) = bz1RLb3I5eiT+1M5CNT4vNH9I9t4P2PHvDfPVmDBOdA=
|
||||
SIZE (spiped-1.3.0.tgz) = 59179
|
||||
|
@ -1,9 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/11/19 22:14:52 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2013/04/07 15:33:02 jturner Exp $
|
||||
@newgroup _spiped:707
|
||||
@newuser _spiped:707:_spiped:daemon:spiped user:/nonexistent:/sbin/nologin
|
||||
@extra ${SYSCONFDIR}/spiped/spiped.key
|
||||
@bin bin/spipe
|
||||
@bin bin/spiped
|
||||
@man man/man1/spipe.1
|
||||
@man man/man1/spiped.1
|
||||
share/doc/spiped/
|
||||
share/doc/spiped/COPYRIGHT
|
||||
share/doc/spiped/README
|
||||
|
Loading…
x
Reference in New Issue
Block a user