diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2007-12-11 21:18:55 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2007-12-11 21:18:55 +0000 |
commit | 00d74c58ff230f24781e800888976c8e171efec2 (patch) | |
tree | 0fc9cf2068a514aac0d5b62864a7adbdf366b8e6 /net/iscsi-target | |
parent | Take maintainership. (diff) |
Bring iscsi-target up-to-date with respect to upstream version
netbsd-iscsi). Changes include fix for multiple targets bug.
PR: 118462
Submitted by: Mark D. Foster <mark at foster.cc> (maintainer)
Diffstat (limited to 'net/iscsi-target')
-rw-r--r-- | net/iscsi-target/Makefile | 6 | ||||
-rw-r--r-- | net/iscsi-target/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/iscsi-target/Makefile b/net/iscsi-target/Makefile index fbcb53f13037..298581b1b93a 100644 --- a/net/iscsi-target/Makefile +++ b/net/iscsi-target/Makefile @@ -6,10 +6,10 @@ # PORTNAME= iscsi-target -PORTVERSION= 20071025 +PORTVERSION= 20071205 CATEGORIES= net MASTER_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/ \ - http://www.magnesium.net/~mdf/distfiles/ + http://www.magnesium.net/~mdf/distfiles/ DISTNAME= netbsd-iscsi-${PORTVERSION} MAINTAINER= mark@foster.cc @@ -31,7 +31,7 @@ post-patch: @${REINPLACE_CMD} -e 's|_FLAGS= -pthread|_FLAGS= ${PTHREAD_CFLAGS}|' ${WRKSRC}/Makefile.in do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/../bin/iscsi-target ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/iscsi-target ${PREFIX}/bin ${MKDIR} ${PREFIX}/etc/iscsi .for i in targets passwd auths ${INSTALL_DATA} ${WRKSRC}/etc/$i ${PREFIX}/etc/iscsi/$i.sample diff --git a/net/iscsi-target/distinfo b/net/iscsi-target/distinfo index 784894110439..1ba688feccc1 100644 --- a/net/iscsi-target/distinfo +++ b/net/iscsi-target/distinfo @@ -1,3 +1,3 @@ -MD5 (netbsd-iscsi-20071025.tar.gz) = 56c388009881f8d27e91707aa9feb072 -SHA256 (netbsd-iscsi-20071025.tar.gz) = 2da13d69f9cbfe274adce572a6a256ae14a44d1b0bd023f4a4ff9b9bed89e31d -SIZE (netbsd-iscsi-20071025.tar.gz) = 247775 +MD5 (netbsd-iscsi-20071205.tar.gz) = 30be23ff85a1a13d782e7d1d04319536 +SHA256 (netbsd-iscsi-20071205.tar.gz) = 7cc34adfbec8914b68a50f5033fd4623d0d3ddd65314f4d8af252f39930a89ce +SIZE (netbsd-iscsi-20071205.tar.gz) = 258411 |