Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2014 02:09:46 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366176 - in head: databases/libdbi finance/gnucash mail/postfix-gps net-mgmt/collectd net-mgmt/collectd5 net-mgmt/icinga net-mgmt/monitoring-plugins net-mgmt/nagios-plugins sysutils/rs...
Message-ID:  <201408260209.s7Q29kuL075039@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Aug 26 02:09:46 2014
New Revision: 366176
URL: http://svnweb.freebsd.org/changeset/ports/366176
QAT: https://qat.redports.org/buildarchive/r366176/

Log:
  - Switch databases/libdbi to USES=libtool, drop .la files
  - Bump dependent ports as .so version has changed
  
  Approved by:	portmgr blanket

Modified:
  head/databases/libdbi/Makefile
  head/databases/libdbi/pkg-plist
  head/finance/gnucash/Makefile
  head/mail/postfix-gps/Makefile
  head/net-mgmt/collectd/Makefile
  head/net-mgmt/collectd5/Makefile
  head/net-mgmt/icinga/Makefile
  head/net-mgmt/monitoring-plugins/Makefile
  head/net-mgmt/nagios-plugins/Makefile
  head/sysutils/rsyslog7-devel/Makefile
  head/sysutils/rsyslog7/Makefile
  head/sysutils/rsyslog8-devel/Makefile
  head/sysutils/rsyslog8/Makefile
  head/sysutils/syslog-ng-devel/Makefile
  head/sysutils/syslog-ng/Makefile
  head/sysutils/syslog-ng33/Makefile
  head/sysutils/syslog-ng34/Makefile
  head/textproc/refdb/Makefile
  head/www/mod_log_sql2-dtc/Makefile
  head/www/mod_log_sql2/Makefile

Modified: head/databases/libdbi/Makefile
==============================================================================
--- head/databases/libdbi/Makefile	Tue Aug 26 02:09:18 2014	(r366175)
+++ head/databases/libdbi/Makefile	Tue Aug 26 02:09:46 2014	(r366176)
@@ -3,15 +3,14 @@
 
 PORTNAME=	libdbi
 PORTVERSION=	0.9.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Database Independent Abstraction Layer for C
 
-USES=		pathfix
-USE_AUTOTOOLS=	libtool
+USES=		libtool pathfix
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/databases/libdbi/pkg-plist
==============================================================================
--- head/databases/libdbi/pkg-plist	Tue Aug 26 02:09:18 2014	(r366175)
+++ head/databases/libdbi/pkg-plist	Tue Aug 26 02:09:46 2014	(r366176)
@@ -2,9 +2,9 @@ include/dbi/dbd.h
 include/dbi/dbi-dev.h
 include/dbi/dbi.h
 lib/libdbi.a
-lib/libdbi.la
 lib/libdbi.so
-lib/libdbi.so.2
+lib/libdbi.so.1
+lib/libdbi.so.1.1.0
 libdata/pkgconfig/dbi.pc
 %%PORTDOCS%%%%DOCSDIR%%/driver-guide.pdf
 %%PORTDOCS%%%%DOCSDIR%%/driver-guide/contact.html

Modified: head/finance/gnucash/Makefile
==============================================================================
--- head/finance/gnucash/Makefile	Tue Aug 26 02:09:18 2014	(r366175)
+++ head/finance/gnucash/Makefile	Tue Aug 26 02:09:46 2014	(r366176)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnucash
 PORTVERSION=	2.6.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	finance gnome
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION}
 

Modified: head/mail/postfix-gps/Makefile
==============================================================================
--- head/mail/postfix-gps/Makefile	Tue Aug 26 02:09:18 2014	(r366175)
+++ head/mail/postfix-gps/Makefile	Tue Aug 26 02:09:46 2014	(r366176)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gps
 PORTVERSION=	1.005
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	mail security
 MASTER_SITES=	SF/greylist/greylist/${PORTVERSION}-bugfix
 PKGNAMEPREFIX=	postfix-

Modified: head/net-mgmt/collectd/Makefile
==============================================================================
--- head/net-mgmt/collectd/Makefile	Tue Aug 26 02:09:18 2014	(r366175)
+++ head/net-mgmt/collectd/Makefile	Tue Aug 26 02:09:46 2014	(r366176)
@@ -3,7 +3,7 @@
 
 PORTNAME=	collectd
 PORTVERSION=	4.10.9
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://collectd.org/files/
 

Modified: head/net-mgmt/collectd5/Makefile
==============================================================================
--- head/net-mgmt/collectd5/Makefile	Tue Aug 26 02:09:18 2014	(r366175)
+++ head/net-mgmt/collectd5/Makefile	Tue Aug 26 02:09:46 2014	(r366176)
@@ -3,7 +3,7 @@
 
 PORTNAME=	collectd
 PORTVERSION=	5.4.1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://collectd.org/files/
 PKGNAMESUFFIX=	5

Modified: head/net-mgmt/icinga/Makefile
==============================================================================
--- head/net-mgmt/icinga/Makefile	Tue Aug 26 02:09:18 2014	(r366175)
+++ head/net-mgmt/icinga/Makefile	Tue Aug 26 02:09:46 2014	(r366176)
@@ -3,7 +3,7 @@
 
 PORTNAME=	icinga
 PORTVERSION=	1.11.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
 MASTER_SITES=	https://github.com/Icinga/${PORTNAME}-core/releases/download/v${PORTVERSION}/
 

Modified: head/net-mgmt/monitoring-plugins/Makefile
==============================================================================
--- head/net-mgmt/monitoring-plugins/Makefile	Tue Aug 26 02:09:18 2014	(r366175)
+++ head/net-mgmt/monitoring-plugins/Makefile	Tue Aug 26 02:09:46 2014	(r366176)
@@ -3,6 +3,7 @@
 
 PORTNAME=	monitoring-plugins
 PORTVERSION=	2.0
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	https://www.monitoring-plugins.org/download/ LOCAL/mat/${PORTNAME}
 

Modified: head/net-mgmt/nagios-plugins/Makefile
==============================================================================
--- head/net-mgmt/nagios-plugins/Makefile	Tue Aug 26 02:09:18 2014	(r366175)
+++ head/net-mgmt/nagios-plugins/Makefile	Tue Aug 26 02:09:46 2014	(r366176)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nagios-plugins
 PORTVERSION=	2.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	https://www.nagios-plugins.org/download/ \

Modified: head/sysutils/rsyslog7-devel/Makefile
==============================================================================
--- head/sysutils/rsyslog7-devel/Makefile	Tue Aug 26 02:09:18 2014	(r366175)
+++ head/sysutils/rsyslog7-devel/Makefile	Tue Aug 26 02:09:46 2014	(r366176)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rsyslog
 PORTVERSION=	7.5.8
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.rsyslog.com/files/download/rsyslog/
 

Modified: head/sysutils/rsyslog7/Makefile
==============================================================================
--- head/sysutils/rsyslog7/Makefile	Tue Aug 26 02:09:18 2014	(r366175)
+++ head/sysutils/rsyslog7/Makefile	Tue Aug 26 02:09:46 2014	(r366176)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rsyslog
 PORTVERSION=	7.6.3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.rsyslog.com/files/download/rsyslog/
 

Modified: head/sysutils/rsyslog8-devel/Makefile
==============================================================================
--- head/sysutils/rsyslog8-devel/Makefile	Tue Aug 26 02:09:18 2014	(r366175)
+++ head/sysutils/rsyslog8-devel/Makefile	Tue Aug 26 02:09:46 2014	(r366176)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rsyslog
 PORTVERSION=	8.3.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.rsyslog.com/files/download/rsyslog/
 

Modified: head/sysutils/rsyslog8/Makefile
==============================================================================
--- head/sysutils/rsyslog8/Makefile	Tue Aug 26 02:09:18 2014	(r366175)
+++ head/sysutils/rsyslog8/Makefile	Tue Aug 26 02:09:46 2014	(r366176)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rsyslog
 PORTVERSION=	8.2.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.rsyslog.com/files/download/rsyslog/
 

Modified: head/sysutils/syslog-ng-devel/Makefile
==============================================================================
--- head/sysutils/syslog-ng-devel/Makefile	Tue Aug 26 02:09:18 2014	(r366175)
+++ head/sysutils/syslog-ng-devel/Makefile	Tue Aug 26 02:09:46 2014	(r366176)
@@ -3,6 +3,7 @@
 
 PORTNAME=	syslog-ng
 PORTVERSION=	3.6.0a3
+PORTREVISION=	1
 PKGNAMESUFFIX=	-devel
 CATEGORIES=	sysutils
 DISTVERSION=	$(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/)

Modified: head/sysutils/syslog-ng/Makefile
==============================================================================
--- head/sysutils/syslog-ng/Makefile	Tue Aug 26 02:09:18 2014	(r366175)
+++ head/sysutils/syslog-ng/Makefile	Tue Aug 26 02:09:46 2014	(r366176)
@@ -3,7 +3,7 @@
 
 PORTNAME=	syslog-ng
 PORTVERSION=	3.5.6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 DISTVERSION=	$(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/)
 DISTFILES=	syslog-ng_${DISTVERSION}.tar.gz

Modified: head/sysutils/syslog-ng33/Makefile
==============================================================================
--- head/sysutils/syslog-ng33/Makefile	Tue Aug 26 02:09:18 2014	(r366175)
+++ head/sysutils/syslog-ng33/Makefile	Tue Aug 26 02:09:46 2014	(r366176)
@@ -3,7 +3,7 @@
 
 PORTNAME=	syslog-ng
 PORTVERSION=	3.3.11
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.balabit.com/downloads/files/syslog-ng/sources/$(PORTVERSION)/source/
 PKGNAMESUFFIX=	33

Modified: head/sysutils/syslog-ng34/Makefile
==============================================================================
--- head/sysutils/syslog-ng34/Makefile	Tue Aug 26 02:09:18 2014	(r366175)
+++ head/sysutils/syslog-ng34/Makefile	Tue Aug 26 02:09:46 2014	(r366176)
@@ -3,7 +3,7 @@
 
 PORTNAME=	syslog-ng
 PORTVERSION=	3.4.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	sysutils
 DISTVERSION=	$(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/)
 PKGNAMESUFFIX=	34

Modified: head/textproc/refdb/Makefile
==============================================================================
--- head/textproc/refdb/Makefile	Tue Aug 26 02:09:18 2014	(r366175)
+++ head/textproc/refdb/Makefile	Tue Aug 26 02:09:46 2014	(r366176)
@@ -3,7 +3,7 @@
 
 PORTNAME=	refdb
 PORTVERSION=	0.9.9
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-src-${PORTVERSION}-1
 DISTNAME=	${PORTNAME}-${PORTVERSION}-1

Modified: head/www/mod_log_sql2-dtc/Makefile
==============================================================================
--- head/www/mod_log_sql2-dtc/Makefile	Tue Aug 26 02:09:18 2014	(r366175)
+++ head/www/mod_log_sql2-dtc/Makefile	Tue Aug 26 02:09:46 2014	(r366176)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mod_log_sql
 PORTVERSION=	1.101
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	www databases
 MASTER_SITES=	http://www.outoforder.cc/downloads/${PORTNAME}/
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}

Modified: head/www/mod_log_sql2/Makefile
==============================================================================
--- head/www/mod_log_sql2/Makefile	Tue Aug 26 02:09:18 2014	(r366175)
+++ head/www/mod_log_sql2/Makefile	Tue Aug 26 02:09:46 2014	(r366176)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mod_log_sql
 PORTVERSION=	1.101
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www databases
 MASTER_SITES=	http://www.outoforder.cc/downloads/${PORTNAME}/
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}



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