Index: textproc/iksemel/Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/iksemel/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- textproc/iksemel/Makefile 11 Jul 2007 22:06:16 -0000 1.7 +++ textproc/iksemel/Makefile 1 Oct 2007 19:35:12 -0000 @@ -6,10 +6,9 @@ # PORTNAME= iksemel -PORTVERSION= 1.2 -PORTREVISION= 3 +PORTVERSION= 1.3 CATEGORIES= textproc -MASTER_SITES= http://jabberstudio.2nw.net/iksemel/ +MASTER_SITES= http://iksemel.googlecode.com/files/ MAINTAINER= trasz@FreeBSD.org COMMENT= XML parser library mainly designed for Jabber applications Index: textproc/iksemel/distinfo =================================================================== RCS file: /home/pcvs/ports/textproc/iksemel/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- textproc/iksemel/distinfo 28 Apr 2006 07:34:00 -0000 1.1 +++ textproc/iksemel/distinfo 1 Oct 2007 16:21:58 -0000 @@ -1,3 +1,3 @@ -MD5 (iksemel-1.2.tar.gz) = 82e7c8fdb6211839246b788c040a796b -SHA256 (iksemel-1.2.tar.gz) = a606e230b22d9d029998b84e5d6311a8ba35a304fe457e254eb5fd19943cd639 -SIZE (iksemel-1.2.tar.gz) = 429405 +MD5 (iksemel-1.3.tar.gz) = 36ab2d9f11980a19217b6f79a19ef8e7 +SHA256 (iksemel-1.3.tar.gz) = ee021861be6bdb9a970ab3d5997dd14ffdbf33ad573691292176031f49aa4f45 +SIZE (iksemel-1.3.tar.gz) = 485208 Index: textproc/iksemel/pkg-descr =================================================================== RCS file: /home/pcvs/ports/textproc/iksemel/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- textproc/iksemel/pkg-descr 28 Apr 2006 07:34:00 -0000 1.1 +++ textproc/iksemel/pkg-descr 1 Oct 2007 16:21:41 -0000 @@ -4,4 +4,4 @@ highly portable. Iksemel is released under GNU Lesser General Public License. A copy of the license is included in the COPYING file. -WWW: http://iksemel.jabberstudio.org/ +WWW: http://code.google.com/p/iksemel/ Index: textproc/iksemel/pkg-plist =================================================================== RCS file: /home/pcvs/ports/textproc/iksemel/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- textproc/iksemel/pkg-plist 1 Feb 2007 02:41:58 -0000 1.2 +++ textproc/iksemel/pkg-plist 1 Oct 2007 19:17:22 -0000 @@ -5,5 +5,5 @@ lib/libiksemel.a lib/libiksemel.la lib/libiksemel.so -lib/libiksemel.so.3 +lib/libiksemel.so.4 libdata/pkgconfig/iksemel.pc Index: textproc/iksemel/files/patch-Makefile.in =================================================================== RCS file: /home/pcvs/ports/textproc/iksemel/files/patch-Makefile.in,v retrieving revision 1.1 diff -u -r1.1 patch-Makefile.in --- textproc/iksemel/files/patch-Makefile.in 28 Apr 2006 07:34:00 -0000 1.1 +++ textproc/iksemel/files/patch-Makefile.in 1 Oct 2007 16:22:57 -0000 @@ -1,11 +1,11 @@ ---- Makefile.in.orig Mon Apr 24 22:21:34 2006 -+++ Makefile.in Mon Apr 24 22:21:37 2006 -@@ -92,7 +92,7 @@ - +--- Makefile.in.orig 2007-08-02 12:49:14.000000000 +0200 ++++ Makefile.in 2007-10-01 18:22:45.000000000 +0200 +@@ -187,7 +187,7 @@ + target_alias = @target_alias@ + SUBDIRS = include src tools test doc EXTRA_DIST = HACKING iksemel.pc.in - -pkgconfigdir = $(libdir)/pkgconfig +pkgconfigdir = ${prefix}/libdata/pkgconfig pkgconfig_DATA = iksemel.pc - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + all: all-recursive + Index: textproc/iksemel/files/patch-doc-Makefile.in =================================================================== RCS file: /home/pcvs/ports/textproc/iksemel/files/patch-doc-Makefile.in,v retrieving revision 1.1 diff -u -r1.1 patch-doc-Makefile.in --- textproc/iksemel/files/patch-doc-Makefile.in 28 Apr 2006 07:34:00 -0000 1.1 +++ textproc/iksemel/files/patch-doc-Makefile.in 1 Oct 2007 19:14:53 -0000 @@ -1,20 +1,20 @@ ---- doc/Makefile.in.orig Fri Aug 6 20:39:05 2004 -+++ doc/Makefile.in Fri Apr 28 15:25:23 2006 -@@ -93,7 +93,7 @@ - CONFIG_HEADER = ../include/config.h - CONFIG_CLEAN_FILES = - TEXI2DVI = texi2dvi --INFO_DEPS = iksemel -+INFO_DEPS = iksemel.info +--- doc/Makefile.in.orig 2007-08-02 12:49:13.000000000 +0200 ++++ doc/Makefile.in 2007-10-01 21:14:31.000000000 +0200 +@@ -46,7 +46,7 @@ + CONFIG_CLEAN_FILES = + SOURCES = + DIST_SOURCES = +-INFO_DEPS = $(srcdir)/iksemel ++INFO_DEPS = $(srcdir)/iksemel.info + am__TEXINFO_TEX_DIR = $(srcdir) DVIS = iksemel.dvi - TEXINFOS = iksemel.texi - DIST_COMMON = Makefile.am Makefile.in texinfo.tex -@@ -123,7 +123,7 @@ - .texi.info: - @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] - cd $(srcdir) \ -- && $(MAKEINFO) `echo $< | sed 's,.*/,,'` -+ && $(MAKEINFO) `echo $< | sed 's,.*/,,'` -o $@ + PDFS = iksemel.pdf +@@ -207,7 +207,7 @@ + distclean-libtool: + -rm -f libtool - .texi.dvi: - TEXINPUTS=.:$$TEXINPUTS \ +-$(srcdir)/iksemel: iksemel.texi ++$(srcdir)/iksemel.info: iksemel.texi + restore=: && backupdir="$(am__leading_dot)am$$$$" && \ + am__cwd=`pwd` && cd $(srcdir) && \ + rm -rf $$backupdir && mkdir $$backupdir && \ Index: net/asterisk/Makefile =================================================================== RCS file: /home/pcvs/ports/net/asterisk/Makefile,v retrieving revision 1.82 diff -u -r1.82 Makefile --- net/asterisk/Makefile 18 Sep 2007 03:18:10 -0000 1.82 +++ net/asterisk/Makefile 2 Oct 2007 08:03:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.4.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ @@ -144,7 +144,7 @@ .else PLIST_SUB+= WITH_JABBER="" CONFIGURE_ARGS+= --with-iksemel -LIB_DEPENDS+= iksemel.3:${PORTSDIR}/textproc/iksemel +LIB_DEPENDS+= iksemel.4:${PORTSDIR}/textproc/iksemel .endif .if defined(WITHOUT_SQLITE) Index: net-mgmt/zabbix/Makefile =================================================================== RCS file: /home/pcvs/ports/net-mgmt/zabbix/Makefile,v retrieving revision 1.44 diff -u -r1.44 Makefile --- net-mgmt/zabbix/Makefile 27 Aug 2007 18:35:50 -0000 1.44 +++ net-mgmt/zabbix/Makefile 2 Oct 2007 08:03:56 -0000 @@ -7,6 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.4.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= SF @@ -15,7 +16,7 @@ COMMENT= Application and network monitoring solution LIB_DEPENDS= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp \ - iksemel.3:${PORTSDIR}/textproc/iksemel \ + iksemel.4:${PORTSDIR}/textproc/iksemel \ curl.4:${PORTSDIR}/ftp/curl OPTIONS= MYSQL "Use MySQL backend" on \