Index: head/devel/libcli/Makefile =================================================================== --- head/devel/libcli/Makefile (revision 273282) +++ head/devel/libcli/Makefile (revision 273283) @@ -1,33 +1,28 @@ # New ports collection makefile for: libcli # Date created: 2011-04-27 # Whom: Baptiste Daroussin # # $FreeBSD$ # PORTNAME= libcli PORTVERSION= 1.9.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE MAINTAINER= bapt@FreeBSD.org COMMENT= Emulates a cisco style command-line interface LICENSE= LGPL21 USE_GMAKE= yes USE_LDCONFIG= yes PLIST_FILES= lib/libcli.so \ lib/libcli.so.1.9.4 \ lib/libcli.so.1.9 \ + lib/libcli.so.19 \ include/libcli.h - -post-patch: - @${REINPLACE_CMD} -e "/^OPTIM/d" \ - -e "/^DEBUG/d" \ - -e "s/gcc/${CC}/g" \ - -e "s/REVISION = 3/REVISION = 4/g" \ - ${WRKSRC}/Makefile .include Property changes on: head/devel/libcli/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/devel/libcli/files/patch-clitest.c =================================================================== --- head/devel/libcli/files/patch-clitest.c (revision 273282) +++ head/devel/libcli/files/patch-clitest.c (revision 273283) @@ -1,10 +1,10 @@ --- ./clitest.c.orig 2008-10-09 04:38:01.000000000 +0200 -+++ ./clitest.c 2011-04-27 14:03:12.956175470 +0200 ++++ ./clitest.c 2011-04-28 08:16:34.501647287 +0200 @@ -4,6 +4,7 @@ #include #include #else +#include #include #include #endif Property changes on: head/devel/libcli/files/patch-clitest.c ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/libcli/files/patch-libcli.c =================================================================== --- head/devel/libcli/files/patch-libcli.c (revision 273282) +++ head/devel/libcli/files/patch-libcli.c (revision 273283) @@ -1,10 +1,10 @@ --- ./libcli.c.orig 2008-10-09 04:38:01.000000000 +0200 -+++ ./libcli.c 2011-04-27 14:02:40.896273703 +0200 ++++ ./libcli.c 2011-04-28 08:16:34.504647662 +0200 @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include Property changes on: head/devel/libcli/files/patch-libcli.c ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property