Index: head/net-p2p/libbt/Makefile =================================================================== --- head/net-p2p/libbt/Makefile (revision 165854) +++ head/net-p2p/libbt/Makefile (revision 165855) @@ -1,48 +1,48 @@ # New ports collection makefile for: libbt # Date created: Feb 26 2004 # Whom: Florent Thoumie # # $FreeBSD$ # PORTNAME= libbt -PORTVERSION= 1.04 +PORTVERSION= 1.05 CATEGORIES= net-p2p devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= flz@FreeBSD.org COMMENT= C library implementing the core BitTorrent protocol LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes USE_GMAKE= yes USE_GCC= 3.4 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" PORTDOCS= protocol-ext.txt protocol.txt post-patch: @${REINPLACE_CMD} -e 's|depend||' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|\(CFLAGS:=\)|\1\@CFLAGS\@ \@CPPFLAGS\@ |' ${WRKSRC}/src/Makefile.in do-install: ${INSTALL_DATA} ${WRKSRC}/src/libbt.a ${PREFIX}/lib ${MKDIR} ${PREFIX}/include/libbt .for i in btcheck btget btlist ${INSTALL_PROGRAM} ${WRKSRC}/src/${i} ${PREFIX}/bin .endfor .for i in benc.h bitset.h bterror.h btmessage.h bts.h context.h peer.h random.h segmenter.h strbuf.h stream.h types.h util.h ${INSTALL_DATA} ${WRKSRC}/include/${i} ${PREFIX}/include/libbt .endfor post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_MAN} ${WRKSRC}/docs/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/net-p2p/libbt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net-p2p/libbt/distinfo =================================================================== --- head/net-p2p/libbt/distinfo (revision 165854) +++ head/net-p2p/libbt/distinfo (revision 165855) @@ -1,3 +1,3 @@ -MD5 (libbt-1.04.tar.gz) = c5f50f1b3d76722a6494a0ae4720b9d1 -SHA256 (libbt-1.04.tar.gz) = b769ea33c7006b2239376457c2892a5d6cc5045ca9e14f0b31333eaf7d032c9a -SIZE (libbt-1.04.tar.gz) = 309186 +MD5 (libbt-1.05.tar.gz) = 38cfd6ba6d7fe6c96f904f68daac7ce1 +SHA256 (libbt-1.05.tar.gz) = d4d770120c7e5df6957b2b40e1edb6695106142360d5caac521b31a4c59fa1c7 +SIZE (libbt-1.05.tar.gz) = 322880 Property changes on: head/net-p2p/libbt/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property