Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2014 13:18:14 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360365 - in head: net-im/climm net-mgmt/zabbix2-server net-mgmt/zabbix22-server net/asterisk net/asterisk11 textproc/iksemel textproc/iksemel/files
Message-ID:  <201407031318.s63DIEVZ052537@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Jul  3 13:18:14 2014
New Revision: 360365
URL: http://svnweb.freebsd.org/changeset/ports/360365
QAT: https://qat.redports.org/buildarchive/r360365/

Log:
  Convert textproc/iksemel to "USES=libtool pathfix" and bump dependent ports

Deleted:
  head/textproc/iksemel/files/patch-ltmain.sh
Modified:
  head/net-im/climm/Makefile
  head/net-mgmt/zabbix2-server/Makefile
  head/net-mgmt/zabbix22-server/Makefile
  head/net/asterisk/Makefile
  head/net/asterisk11/Makefile
  head/textproc/iksemel/Makefile
  head/textproc/iksemel/pkg-plist

Modified: head/net-im/climm/Makefile
==============================================================================
--- head/net-im/climm/Makefile	Thu Jul  3 13:15:43 2014	(r360364)
+++ head/net-im/climm/Makefile	Thu Jul  3 13:18:14 2014	(r360365)
@@ -3,7 +3,7 @@
 
 PORTNAME=	climm
 PORTVERSION=	0.7.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	net-im
 MASTER_SITES=	http://www.climm.org/source/ \
 		http://http.bg.climm.org/source/

Modified: head/net-mgmt/zabbix2-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix2-server/Makefile	Thu Jul  3 13:15:43 2014	(r360364)
+++ head/net-mgmt/zabbix2-server/Makefile	Thu Jul  3 13:18:14 2014	(r360365)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zabbix2
 PORTVERSION=	2.0.10
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
 PKGNAMESUFFIX?=	-server

Modified: head/net-mgmt/zabbix22-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix22-server/Makefile	Thu Jul  3 13:15:43 2014	(r360364)
+++ head/net-mgmt/zabbix22-server/Makefile	Thu Jul  3 13:18:14 2014	(r360365)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zabbix22
 PORTVERSION=	2.2.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
 PKGNAMESUFFIX?=	-server

Modified: head/net/asterisk/Makefile
==============================================================================
--- head/net/asterisk/Makefile	Thu Jul  3 13:15:43 2014	(r360364)
+++ head/net/asterisk/Makefile	Thu Jul  3 13:18:14 2014	(r360365)
@@ -3,14 +3,14 @@
 
 PORTNAME=	asterisk
 PORTVERSION=	1.8.28.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	http://downloads.asterisk.org/pub/telephony/asterisk/ \
 		http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
 PKGNAMESUFFIX=	18
 
 MAINTAINER=	flo@FreeBSD.org
-COMMENT=	An Open Source PBX and telephony toolkit
+COMMENT=	Open Source PBX and telephony toolkit
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE

Modified: head/net/asterisk11/Makefile
==============================================================================
--- head/net/asterisk11/Makefile	Thu Jul  3 13:15:43 2014	(r360364)
+++ head/net/asterisk11/Makefile	Thu Jul  3 13:18:14 2014	(r360365)
@@ -2,14 +2,14 @@
 
 PORTNAME=	asterisk
 PORTVERSION=	11.10.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	http://downloads.asterisk.org/pub/telephony/asterisk/ \
 		http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
 PKGNAMESUFFIX=	11
 
 MAINTAINER=	flo@FreeBSD.org
-COMMENT=	An Open Source PBX and telephony toolkit
+COMMENT=	Open Source PBX and telephony toolkit
 
 LIB_DEPENDS=	libspeex.so:${PORTSDIR}/audio/speex \
 		libnewt.so:${PORTSDIR}/devel/newt \

Modified: head/textproc/iksemel/Makefile
==============================================================================
--- head/textproc/iksemel/Makefile	Thu Jul  3 13:15:43 2014	(r360364)
+++ head/textproc/iksemel/Makefile	Thu Jul  3 13:18:14 2014	(r360365)
@@ -3,30 +3,28 @@
 
 PORTNAME=	iksemel
 PORTVERSION=	1.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
 MAINTAINER=	rhaamo@gruik.at
 COMMENT=	XML parser library mainly designed for Jabber applications
 
-LIB_DEPENDS=	gnutls:${PORTSDIR}/security/gnutls
+LIB_DEPENDS=	libgnutls.so:${PORTSDIR}/security/gnutls
 
-USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtool
-ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
-AUTOMAKE_ARGS=	--add-missing
+USES=		libtool makeinfo pathfix pkgconfig
+PATHFIX_MAKEFILEIN=	Makefile.am
+USE_AUTOTOOLS=	libtoolize aclocal autoconf autoheader automake
+AUTOMAKE_ARGS=	--add-missing --copy --force
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
-USES=		makeinfo pkgconfig
 
 INFO=	iksemel
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|@setfilename iksemel|@setfilename iksemel.info|' \
 	    ${WRKSRC}/doc/iksemel.texi
-	@${REINPLACE_CMD} -e 's|pkgconfigdir=$$(libdir)/pkgconfig|pkgconfigdir=$${prefix}/libdata/pkgconfig|' \
-	    ${WRKSRC}/Makefile.am
 
 .include <bsd.port.mk>

Modified: head/textproc/iksemel/pkg-plist
==============================================================================
--- head/textproc/iksemel/pkg-plist	Thu Jul  3 13:15:43 2014	(r360364)
+++ head/textproc/iksemel/pkg-plist	Thu Jul  3 13:18:14 2014	(r360365)
@@ -3,7 +3,7 @@ bin/iksperf
 bin/iksroster
 include/iksemel.h
 lib/libiksemel.a
-lib/libiksemel.la
 lib/libiksemel.so
-lib/libiksemel.so.4
+lib/libiksemel.so.3
+lib/libiksemel.so.3.1.1
 libdata/pkgconfig/iksemel.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407031318.s63DIEVZ052537>