Index: head/security/dropbear/Makefile =================================================================== --- head/security/dropbear/Makefile (revision 89341) +++ head/security/dropbear/Makefile (revision 89342) @@ -1,39 +1,41 @@ # New ports collection makefile for: dropbear # Date created: 20 August 2003 # Whom: Clement Laforet # # $FreeBSD$ # PORTNAME= dropbear -PORTVERSION= 0.36 +PORTVERSION= 0.37 CATEGORIES= security ipv6 MASTER_SITES= http://matt.ucc.asn.au/dropbear/ MAINTAINER= sheepkiller@cultdeadsheep.org COMMENT= An SSH 2 server, designed to be usable in small memory environments GNU_CONFIGURE= YES USE_GMAKE= YES USE_REINPLACE= YES .if defined(IS_STATIC) CONFIGURE_ENV= LDFLAGS=-static .endif BIN= dropbear dropbearkey dropbearconvert post-configure: @${REINPLACE_CMD} -e "s,/etc/,${PREFIX}/etc/,g" ${WRKSRC}/options.h @${REINPLACE_CMD} -e "s,/usr/bin/X11/,${X11BASE}/,g" ${WRKSRC}/options.h + @${REINPLACE_CMD} -e "s,^typedef int socklen_t,//typedef int socklen_t," \ + ${WRKSRC}/includes.h do-install: .for bin in ${BIN} @${INSTALL_PROGRAM} ${WRKSRC}/${bin} ${PREFIX}/bin .endfor .if !defined(NOPORTDOC) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/security/dropbear/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/dropbear/distinfo =================================================================== --- head/security/dropbear/distinfo (revision 89341) +++ head/security/dropbear/distinfo (revision 89342) @@ -1 +1 @@ -MD5 (dropbear-0.36.tar.gz) = 37b38670235c4cdd37e3833919bcf53f +MD5 (dropbear-0.37.tar.gz) = d71da88922b23fa41e5baac582cf74dc Property changes on: head/security/dropbear/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property