Index: head/textproc/libxdiff/Makefile =================================================================== --- head/textproc/libxdiff/Makefile (revision 160022) +++ head/textproc/libxdiff/Makefile (revision 160023) @@ -1,25 +1,28 @@ # ex:ts=8 # Ports collection makefile for: libxdiff # Date created: Jan 5, 2004 # Whom: ijliao # # $FreeBSD$ # PORTNAME= libxdiff -PORTVERSION= 0.10 +PORTVERSION= 0.20 CATEGORIES= textproc MASTER_SITES= http://www.xmailserver.org/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ler@lerctr.org COMMENT= Create file differences/patches to both binary and text files -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 +INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --enable-shared --enable-static MAN3= xdiff.3 -PLIST_FILES= include/xdiff.h lib/libxdiff.a - +PLIST_FILES= include/xdiff.h lib/libxdiff.a lib/libxdiff.so \ + lib/libxdiff.so.0 lib/libxdiff.la .include Property changes on: head/textproc/libxdiff/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/textproc/libxdiff/distinfo =================================================================== --- head/textproc/libxdiff/distinfo (revision 160022) +++ head/textproc/libxdiff/distinfo (revision 160023) @@ -1,3 +1,3 @@ -MD5 (libxdiff-0.10.tar.gz) = a3cbba25bffd9849df07bb1970ebd608 -SHA256 (libxdiff-0.10.tar.gz) = 733f5f59d180cff7f6921986bfe9f99196d907f77e1a3c2ab8d81b0019c8ddbe -SIZE (libxdiff-0.10.tar.gz) = 341982 +MD5 (libxdiff-0.20.tar.gz) = ab2810897115069644e010c60b22d3e9 +SHA256 (libxdiff-0.20.tar.gz) = ef281bd6c22a3b4557fb0a7e10f08fa3558c5215186e3cc856b8b1eafcd67c3e +SIZE (libxdiff-0.20.tar.gz) = 380103 Property changes on: head/textproc/libxdiff/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property