aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsd
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-01-30 00:47:27 +0000
committerPatrick Li <pat@FreeBSD.org>2002-01-30 00:47:27 +0000
commit14d9502fdc9457a99ae6e9344714b69db947e06e (patch)
tree3d101f4aa922a74851518eec2065328d44df63cc /devel/cvsd
parent86ede6b3de697f96389212c2c6bd58655b10d7bb (diff)
downloadports-14d9502fdc9457a99ae6e9344714b69db947e06e.tar.gz
ports-14d9502fdc9457a99ae6e9344714b69db947e06e.zip
Update to 0.9.5
PR: 34376 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=53996
Diffstat (limited to 'devel/cvsd')
-rw-r--r--devel/cvsd/Makefile13
-rw-r--r--devel/cvsd/distinfo2
-rw-r--r--devel/cvsd/pkg-message6
3 files changed, 9 insertions, 12 deletions
diff --git a/devel/cvsd/Makefile b/devel/cvsd/Makefile
index 0e953204e49a..6ac481b8c4a4 100644
--- a/devel/cvsd/Makefile
+++ b/devel/cvsd/Makefile
@@ -7,32 +7,27 @@
#
PORTNAME= cvsd
-PORTVERSION= 0.9.3
+PORTVERSION= 0.9.5
CATEGORIES= devel
MASTER_SITES= http://tiefighter.et.tudelft.nl/~arthur/cvsd/
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
-
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib -lgnugetopt"
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
MAN5= cvsd.conf.5
MAN8= cvsd.8 cvsd-buildroot.8 cvsd-passwd.8
post-patch:
- @${PERL} -pi -e "s|init.d|rc.d|g" ${WRKSRC}/Makefile.in
+ @${PERL} -pi -e 's|init.d/cvsd|rc.d/cvsd.sh|g ; \
+ s|init.d|rc.d|g' ${WRKSRC}/Makefile.in
post-install:
- @${MV} ${PREFIX}/etc/rc.d/cvsd ${PREFIX}/etc/rc.d/cvsd.sh
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
- @${ECHO}
@${CAT} ${PKGMESSAGE}
- @${ECHO}
.include <bsd.port.mk>
diff --git a/devel/cvsd/distinfo b/devel/cvsd/distinfo
index 3c73b379270a..b4bae06c9396 100644
--- a/devel/cvsd/distinfo
+++ b/devel/cvsd/distinfo
@@ -1 +1 @@
-MD5 (cvsd-0.9.3.tar.gz) = 67fd0369c3c5a9a42c19c669fb3d97cf
+MD5 (cvsd-0.9.5.tar.gz) = 6bb9da46586cd5b7931642c6bb322dbd
diff --git a/devel/cvsd/pkg-message b/devel/cvsd/pkg-message
index 9c8331b382cd..eef59c5deb84 100644
--- a/devel/cvsd/pkg-message
+++ b/devel/cvsd/pkg-message
@@ -1,2 +1,4 @@
-You should set up user and group ids for cvsd, create a chrooted filesystem
-and create repositories.
+************************************************************
+You should set up user and group ids for cvsd, create a
+chrooted filesystem and create repositories.
+************************************************************