diff options
author | pat <pat@FreeBSD.org> | 2002-01-30 08:47:27 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-30 08:47:27 +0800 |
commit | d2b5de938871f7dc8b0a71449ab402282d369346 (patch) | |
tree | 2b4a2b99ca902df5c7ab9dd4ea0f2bdd084d1a1f /devel | |
parent | 6cb8fde8419ae1a6f52b749e62edf5ea2d5239ac (diff) | |
download | freebsd-ports-gnome-d2b5de938871f7dc8b0a71449ab402282d369346.tar.gz freebsd-ports-gnome-d2b5de938871f7dc8b0a71449ab402282d369346.tar.zst freebsd-ports-gnome-d2b5de938871f7dc8b0a71449ab402282d369346.zip |
Update to 0.9.5
PR: 34376
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsd/Makefile | 13 | ||||
-rw-r--r-- | devel/cvsd/distinfo | 2 | ||||
-rw-r--r-- | devel/cvsd/pkg-message | 6 |
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. +************************************************************ |