aboutsummaryrefslogtreecommitdiff
path: root/sysutils/snap
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2008-12-19 23:22:51 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2008-12-19 23:22:51 +0000
commite6bfbee09d9af363a250d03dc9cd125b90a54637 (patch)
tree79b45aec54bcbc8e19ccc2e473cb702289d859ff /sysutils/snap
parentce7b607c71c7afcc82a7f0ecfd0e550cf9713467 (diff)
downloadports-e6bfbee09d9af363a250d03dc9cd125b90a54637.tar.gz
ports-e6bfbee09d9af363a250d03dc9cd125b90a54637.zip
- Update to 1.0
- Change WWW to a meanful one - Set MAINTAINER to the author, ta@cs.nctu.edu.tw is just an alias PR: ports/129382 (partial) Submitted by: tabthorpe@ Approved by: maintainer/author (wchunhao AT cs.nctu.edu.tw)
Notes
Notes: svn path=/head/; revision=224496
Diffstat (limited to 'sysutils/snap')
-rw-r--r--sysutils/snap/Makefile10
-rw-r--r--sysutils/snap/distinfo6
-rw-r--r--sysutils/snap/pkg-descr2
3 files changed, 10 insertions, 8 deletions
diff --git a/sysutils/snap/Makefile b/sysutils/snap/Makefile
index cc6f6d7023a7..260c0116bb97 100644
--- a/sysutils/snap/Makefile
+++ b/sysutils/snap/Makefile
@@ -6,11 +6,12 @@
#
PORTNAME= snap
-DISTVERSION= 20070507
+DISTVERSION= 1.0
+PORTEPOCH= 1
CATEGORIES= sysutils
-MASTER_SITES= http://www.cs.nctu.edu.tw/~wchunhao/download/
+MASTER_SITES= http://www.cs.nctu.edu.tw/~wchunhao/ports/snap/
-MAINTAINER= ta@cs.nctu.edu.tw
+MAINTAINER= wchunhao@cs.nctu.edu.tw
COMMENT= Tools for periodic and manual management of UFS2 snapshots
NO_BUILD= yes
@@ -18,7 +19,8 @@ USE_PERL5_RUN= yes
MAN8= snap.8
-PLIST_FILES= sbin/snap etc/snap.conf
+PLIST_FILES= sbin/snap \
+ etc/snap.conf
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/snap ${PREFIX}/sbin/
diff --git a/sysutils/snap/distinfo b/sysutils/snap/distinfo
index 14ac13efd8ed..e48df80d6e03 100644
--- a/sysutils/snap/distinfo
+++ b/sysutils/snap/distinfo
@@ -1,3 +1,3 @@
-MD5 (snap-20070507.tar.gz) = e7896761ff2e71ee1d9c2242721f9816
-SHA256 (snap-20070507.tar.gz) = 859a6a36257b15e94dfd89348c4b971ae9c5259cf19acba7323a9b61a4d62d21
-SIZE (snap-20070507.tar.gz) = 5138
+MD5 (snap-1.0.tar.gz) = 10de8ff12179337d06fd19e2f9f51097
+SHA256 (snap-1.0.tar.gz) = 8ad268b1f063e4ba95b21af13367bd1341bff9635c6332493a562e55527acdee
+SIZE (snap-1.0.tar.gz) = 5271
diff --git a/sysutils/snap/pkg-descr b/sysutils/snap/pkg-descr
index 46814af85641..2b1cc2c2f7d6 100644
--- a/sysutils/snap/pkg-descr
+++ b/sysutils/snap/pkg-descr
@@ -8,4 +8,4 @@ The major advantage over sysutils/freebsd-snapshot is that
it uses hardlink to save diskspace, mark each snapshot with
its creation time and calculates redundancy in a smart way.
-WWW: http://www.cs.nctu.edu.tw/
+WWW: http://www.cs.nctu.edu.tw/~wchunhao/ports/snap/