Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2015 09:33:26 +0000 (UTC)
From:      Stephen Hurd <shurd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388660 - in head/comms: concordance libconcord py-libconcord
Message-ID:  <201506060933.t569XQVu025402@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: shurd
Date: Sat Jun  6 09:33:25 2015
New Revision: 388660
URL: https://svnweb.freebsd.org/changeset/ports/388660

Log:
  Update concordance and associated libraries to ver 1.2
  
  Require the same PORTVERSION on the libs as the binary.

Modified:
  head/comms/concordance/Makefile
  head/comms/concordance/distinfo   (contents, props changed)
  head/comms/libconcord/Makefile
  head/comms/libconcord/distinfo   (contents, props changed)
  head/comms/libconcord/pkg-plist   (contents, props changed)
  head/comms/py-libconcord/Makefile
  head/comms/py-libconcord/distinfo   (contents, props changed)

Modified: head/comms/concordance/Makefile
==============================================================================
--- head/comms/concordance/Makefile	Sat Jun  6 08:46:27 2015	(r388659)
+++ head/comms/concordance/Makefile	Sat Jun  6 09:33:25 2015	(r388660)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	concordance
-PORTVERSION=	1.1
+PORTVERSION=	1.2
 CATEGORIES=	comms
 MASTER_SITES=	SF
 
@@ -11,7 +11,7 @@ COMMENT=	Command-line Logitech Harmony c
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libconcord.so:${PORTSDIR}/comms/libconcord
+LIB_DEPENDS=	libconcord.so.${PORTVERSION}:${PORTSDIR}/comms/libconcord
 
 USES=		tar:bzip2
 WRKSRC_SUBDIR=	${PORTNAME}

Modified: head/comms/concordance/distinfo
==============================================================================
--- head/comms/concordance/distinfo	Sat Jun  6 08:46:27 2015	(r388659)
+++ head/comms/concordance/distinfo	Sat Jun  6 09:33:25 2015	(r388660)
@@ -1,2 +1,2 @@
-SHA256 (concordance-1.1.tar.bz2) = ca5ffbd8c0fd06d41192c1d5e3c8b964c2393ea6d3d9c5e495c1da4b2c778a05
-SIZE (concordance-1.1.tar.bz2) = 1142393
+SHA256 (concordance-1.2.tar.bz2) = ce9f23dfcd9bb1de79edd07231062c5e5d5fdefb3dd88ae6da7fb25b8d782434
+SIZE (concordance-1.2.tar.bz2) = 1143635

Modified: head/comms/libconcord/Makefile
==============================================================================
--- head/comms/libconcord/Makefile	Sat Jun  6 08:46:27 2015	(r388659)
+++ head/comms/libconcord/Makefile	Sat Jun  6 09:33:25 2015	(r388660)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libconcord
-PORTVERSION=	1.1
+PORTVERSION=	1.2
 CATEGORIES=	comms
 MASTER_SITES=	SF/concordance/concordance/${PORTVERSION}
 DISTNAME=	concordance-${PORTVERSION}

Modified: head/comms/libconcord/distinfo
==============================================================================
--- head/comms/libconcord/distinfo	Sat Jun  6 08:46:27 2015	(r388659)
+++ head/comms/libconcord/distinfo	Sat Jun  6 09:33:25 2015	(r388660)
@@ -1,2 +1,2 @@
-SHA256 (concordance-1.1.tar.bz2) = ca5ffbd8c0fd06d41192c1d5e3c8b964c2393ea6d3d9c5e495c1da4b2c778a05
-SIZE (concordance-1.1.tar.bz2) = 1142393
+SHA256 (concordance-1.2.tar.bz2) = ce9f23dfcd9bb1de79edd07231062c5e5d5fdefb3dd88ae6da7fb25b8d782434
+SIZE (concordance-1.2.tar.bz2) = 1143635

Modified: head/comms/libconcord/pkg-plist
==============================================================================
--- head/comms/libconcord/pkg-plist	Sat Jun  6 08:46:27 2015	(r388659)
+++ head/comms/libconcord/pkg-plist	Sat Jun  6 09:33:25 2015	(r388660)
@@ -1,6 +1,6 @@
 include/libconcord.h
 lib/libconcord.a
 lib/libconcord.so
-lib/libconcord.so.3
-lib/libconcord.so.3.0.0
+lib/libconcord.so.4
+lib/libconcord.so.4.0.0
 share/mime/packages/libconcord.xml

Modified: head/comms/py-libconcord/Makefile
==============================================================================
--- head/comms/py-libconcord/Makefile	Sat Jun  6 08:46:27 2015	(r388659)
+++ head/comms/py-libconcord/Makefile	Sat Jun  6 09:33:25 2015	(r388660)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libconcord
-PORTVERSION=	1.1
+PORTVERSION=	1.2
 CATEGORIES=	comms
 MASTER_SITES=	SF/concordance/concordance/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ COMMENT=	Python bindings for Logitech Ha
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libconcord.so:${PORTSDIR}/comms/libconcord
+LIB_DEPENDS=	libconcord.so.${PORTVERSION}:${PORTSDIR}/comms/libconcord
 
 USE_LDCONFIG=	yes
 USES=		python:2.7+ tar:bzip2

Modified: head/comms/py-libconcord/distinfo
==============================================================================
--- head/comms/py-libconcord/distinfo	Sat Jun  6 08:46:27 2015	(r388659)
+++ head/comms/py-libconcord/distinfo	Sat Jun  6 09:33:25 2015	(r388660)
@@ -1,2 +1,2 @@
-SHA256 (concordance-1.1.tar.bz2) = ca5ffbd8c0fd06d41192c1d5e3c8b964c2393ea6d3d9c5e495c1da4b2c778a05
-SIZE (concordance-1.1.tar.bz2) = 1142393
+SHA256 (concordance-1.2.tar.bz2) = ce9f23dfcd9bb1de79edd07231062c5e5d5fdefb3dd88ae6da7fb25b8d782434
+SIZE (concordance-1.2.tar.bz2) = 1143635



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