aboutsummaryrefslogtreecommitdiff
path: root/sysutils/clonehdd
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-09-20 01:13:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-09-20 01:13:55 +0000
commitb4f6685124936729175c90c5026b834a04607921 (patch)
tree68dfccc1fbe1ebf9b1aa5bdcd8b0794c4975048c /sysutils/clonehdd
parent9267d7d125de4eb793e40385f87fd64355ee6f4d (diff)
downloadports-b4f6685124936729175c90c5026b834a04607921.tar.gz
ports-b4f6685124936729175c90c5026b834a04607921.zip
- Update to 2.0.2
PR: 116375 Submitted by: Anton Lysenok <bart@tapolsky.net.ua> (maintainer)
Notes
Notes: svn path=/head/; revision=199792
Diffstat (limited to 'sysutils/clonehdd')
-rw-r--r--sysutils/clonehdd/Makefile11
-rw-r--r--sysutils/clonehdd/distinfo6
-rw-r--r--sysutils/clonehdd/files/pkg-message.in9
3 files changed, 19 insertions, 7 deletions
diff --git a/sysutils/clonehdd/Makefile b/sysutils/clonehdd/Makefile
index ed954f44b5ca..1f36e70e7acc 100644
--- a/sysutils/clonehdd/Makefile
+++ b/sysutils/clonehdd/Makefile
@@ -6,19 +6,22 @@
#
PORTNAME= clonehdd
-PORTVERSION= 2.0.1
+PORTVERSION= 2.0.2
CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
MAINTAINER= bart@tapolsky.net.ua
-COMMENT= Simple script for clone HDD on FreeBSD
+COMMENT= Tool for clone HDD on FreeBSD
USE_PERL5_RUN= YES
PLIST_FILES= sbin/clonehdd
NO_BUILD= YES
+MAN8= clonehdd.8
+SUB_FILES= pkg-message
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/clonehdd ${PREFIX}/sbin
+ ${INSTALL_MAN} ${WRKSRC}/clonehdd.8 ${MAN8PREFIX}/man/man8
+ ${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/sysutils/clonehdd/distinfo b/sysutils/clonehdd/distinfo
index 87c77017a967..c857a39b3e1c 100644
--- a/sysutils/clonehdd/distinfo
+++ b/sysutils/clonehdd/distinfo
@@ -1,3 +1,3 @@
-MD5 (clonehdd-2.0.1.tar.gz) = c1c22a2017b6fec69353a9b9cec641a2
-SHA256 (clonehdd-2.0.1.tar.gz) = 14ed2ead98f116ce3f3c31358514edfc25cc0b807a1b839754e674af823fc75a
-SIZE (clonehdd-2.0.1.tar.gz) = 3743
+MD5 (clonehdd-2.0.2.tar.gz) = 36d6babf343ba0e1c499eb6f9d00fc64
+SHA256 (clonehdd-2.0.2.tar.gz) = aa5a2a384079dcde278f95821ff667dfbc155a22be99fc3307f6b13d2ee311d2
+SIZE (clonehdd-2.0.2.tar.gz) = 6586
diff --git a/sysutils/clonehdd/files/pkg-message.in b/sysutils/clonehdd/files/pkg-message.in
new file mode 100644
index 000000000000..02fb0c773e3f
--- /dev/null
+++ b/sysutils/clonehdd/files/pkg-message.in
@@ -0,0 +1,9 @@
+----------------------------------------------------------------------
+## ATTENTION! ## ATTENTION! ## ATTENTION! ##
+
+This tool can damage your data if you will use it without
+understanding how it works!
+Please, run "man clonehdd" or read README file.
+
+All questions you can ask on http://sourceforge.net/projects/clonehdd
+----------------------------------------------------------------------