mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Update to 0.9.12.
PR: 42879 Submitted by: Ports Fury
This commit is contained in:
parent
e06ac271e0
commit
8a897c5ed0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66595
@ -7,27 +7,26 @@
|
||||
#
|
||||
|
||||
PORTNAME= cvsd
|
||||
PORTVERSION= 0.9.9
|
||||
PORTVERSION= 0.9.12
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://tiefighter.et.tudelft.nl/~arthur/cvsd/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
|
||||
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
|
||||
CONFIGURE_ARGS= --disable-afindep
|
||||
|
||||
MAN5= cvsd.conf.5
|
||||
MAN8= cvsd.8 cvsd-buildroot.8 cvsd-passwd.8
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|init.d/cvsd|rc.d/cvsd.sh|g" \
|
||||
-e "s|init.d|rc.d|g" ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|init.d/cvsd|rc.d/cvsd.sh.sample|g ; \
|
||||
s|init.d|rc.d|g' ${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -1 +1 @@
|
||||
MD5 (cvsd-0.9.9.tar.gz) = f91650d1ee1e86f094fdd2d855f39d1a
|
||||
MD5 (cvsd-0.9.12.tar.gz) = 77c49735926ff213f80fa7c7dd21eb61
|
||||
|
@ -1,8 +1,8 @@
|
||||
etc/cvsd/cvsd.conf
|
||||
etc/rc.d/cvsd.sh.sample
|
||||
sbin/cvsd
|
||||
sbin/cvsd-buildroot
|
||||
sbin/cvsd-passwd
|
||||
etc/cvsd/cvsd.conf
|
||||
etc/rc.d/cvsd.sh
|
||||
@dirrm etc/cvsd
|
||||
%%PORTDOCS%%share/doc/cvsd/README
|
||||
%%PORTDOCS%%@dirrm share/doc/cvsd
|
||||
@dirrm etc/cvsd
|
||||
|
Loading…
Reference in New Issue
Block a user