aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dolly
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-05-15 00:43:51 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-05-15 00:43:51 +0000
commitad05b8fe53fc41a31253777ede40a53100c2e53b (patch)
tree842bb76b6e5cfc1a49eabb0d4714493e707dbc64 /sysutils/dolly
parent44c07fddf33d703a3d723df3ec413937095339d6 (diff)
downloadports-ad05b8fe53fc41a31253777ede40a53100c2e53b.tar.gz
ports-ad05b8fe53fc41a31253777ede40a53100c2e53b.zip
- Update to 0.58C
- Fix OPTIONS handleing - silence portlint PR: ports/97280 Submitted by: Shaun Amott <shaun@inerd.com> Approved by: lawrance (mentor)
Notes
Notes: svn path=/head/; revision=162386
Diffstat (limited to 'sysutils/dolly')
-rw-r--r--sysutils/dolly/Makefile16
-rw-r--r--sysutils/dolly/distinfo6
2 files changed, 11 insertions, 11 deletions
diff --git a/sysutils/dolly/Makefile b/sysutils/dolly/Makefile
index ca825f99c5b1..ef142167ca1d 100644
--- a/sysutils/dolly/Makefile
+++ b/sysutils/dolly/Makefile
@@ -6,16 +6,16 @@
#
PORTNAME= dolly
-PORTVERSION= 0.57
+DISTVERSION= 0.58C
CATEGORIES= sysutils net
MASTER_SITES= http://www.cs.inf.ethz.ch/CoPs/patagonia/dolly/
-DISTNAME= ${PORTNAME}.${PORTVERSION}
+DISTNAME= ${PORTNAME}.${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A program to clone harddisks/partitions over a fast switched network
-OPTIONS= BZIP2 "bzip2 instead of gzip for compressing" on \
- HIGHEST_COMPRESSION "Highest rather than fastest compression" on
+OPTIONS= BZIP2 "bzip2 instead of gzip for compressing" on \
+ HIGHEST_COMPRESSION "Highest rather than fastest compression" on
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= README
@@ -30,8 +30,8 @@ do-configure:
do-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-. for file in ${PORTDOCS}
- @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}/
+. for _file in ${PORTDOCS}
+ @${INSTALL_DATA} ${WRKSRC}/${_file} ${DOCSDIR}/
. endfor
.endif
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
@@ -49,7 +49,7 @@ post-patch:
-e 's|use gzip|use gunzip|' \
${WRKSRC}/dolly.c
# Properly reference bzip2 instead of gzip
-.ifdef(WITH_BZIP2)
+.ifndef(WITHOUT_BZIP2)
@${REINPLACE_CMD} -E \
-e 's|/usr/bin/gzip|${BZIP2_CMD}|' \
-e 's|gzip|bzip2|' \
@@ -70,7 +70,7 @@ post-patch:
${WRKSRC}/*
.endif
# Highest compression possible
-.ifdef(WITH_HIGHEST_COMPRESSION)
+.ifndef(WITHOUT_HIGHEST_COMPRESSION)
@${REINPLACE_CMD} -E \
-e 's|-cf|-9cf|' \
${WRKSRC}/dolly.c
diff --git a/sysutils/dolly/distinfo b/sysutils/dolly/distinfo
index ec291b5ea134..1bfe4f1cebf0 100644
--- a/sysutils/dolly/distinfo
+++ b/sysutils/dolly/distinfo
@@ -1,3 +1,3 @@
-MD5 (dolly.0.57.tar.gz) = 2ac8b92897e3b6cee8d5d6cd75aae806
-SHA256 (dolly.0.57.tar.gz) = 2986a86f8e76f7c751c39a6a177c079db8e7a170b53544ca0a7718f5dca0438d
-SIZE (dolly.0.57.tar.gz) = 20363
+MD5 (dolly.0.58C.tar.gz) = a8525c07be466df55e55ce15ec8488ba
+SHA256 (dolly.0.58C.tar.gz) = c60818c91d0ff82d802f2fa53a1533056cc8d693250f64946a4446e4fc8e47f1
+SIZE (dolly.0.58C.tar.gz) = 25282