aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/cvsd/Makefile11
-rw-r--r--devel/cvsd/distinfo6
-rw-r--r--devel/cvsd/pkg-descr2
3 files changed, 11 insertions, 8 deletions
diff --git a/devel/cvsd/Makefile b/devel/cvsd/Makefile
index 3f4f1ea698a3..576e2704f108 100644
--- a/devel/cvsd/Makefile
+++ b/devel/cvsd/Makefile
@@ -7,9 +7,10 @@
#
PORTNAME= cvsd
-PORTVERSION= 1.0.14
+PORTVERSION= 1.0.16
CATEGORIES= devel
-MASTER_SITES= http://ch.tudelft.nl/~arthur/cvsd/
+MASTER_SITES= http://arthurdejong.org/cvsd/ \
+ http://wiftp.com/
MAINTAINER= bu7cher@yandex.ru
COMMENT= CVS pserver daemon
@@ -25,7 +26,7 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
MAN5= cvsd.conf.5
MAN8= cvsd.8 cvsd-buginfo.8 cvsd-buildroot.8 cvsd-passwd.8
-PORTDOCS= README
+PORTDOCS= FAQ NEWS README
PLIST_FILES= etc/cvsd/cvsd.conf.sample sbin/cvsd sbin/cvsd-buginfo \
sbin/cvsd-buildroot sbin/cvsd-passwd
PLIST_DIRS= etc/cvsd
@@ -46,7 +47,9 @@ do-install:
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.for docs in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
+.endfor
.endif
@${CAT} ${PKGMESSAGE}
diff --git a/devel/cvsd/distinfo b/devel/cvsd/distinfo
index 7197bdd4cc34..5447f63b0898 100644
--- a/devel/cvsd/distinfo
+++ b/devel/cvsd/distinfo
@@ -1,3 +1,3 @@
-MD5 (cvsd-1.0.14.tar.gz) = 6be998a2108966b9f7cae364b5bcda52
-SHA256 (cvsd-1.0.14.tar.gz) = f9437509f0cfbf10673f130a0c9e477f9e6bbd1bdb4d947366da8351bc62419b
-SIZE (cvsd-1.0.14.tar.gz) = 214982
+MD5 (cvsd-1.0.16.tar.gz) = 534428853508a5581ae311bbb48fb9c6
+SHA256 (cvsd-1.0.16.tar.gz) = 5df200df15e211d12678ee8c166eb0d286996d4fa5af6963fc64bb5b67e7060f
+SIZE (cvsd-1.0.16.tar.gz) = 234898
diff --git a/devel/cvsd/pkg-descr b/devel/cvsd/pkg-descr
index 3b760dce26ea..302132f153a6 100644
--- a/devel/cvsd/pkg-descr
+++ b/devel/cvsd/pkg-descr
@@ -17,4 +17,4 @@ it is possible to limit the amount of "damage" cvs can do if it is exploited.
It is generally a good idea to run cvsd without any write permissions to any
directory on the system.
-WWW: http://ch.tudelft.nl/~arthur/cvsd/
+WWW: http://arthurdejong.org/cvsd