aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hurd <shurd@FreeBSD.org>2015-06-06 09:33:25 +0000
committerStephen Hurd <shurd@FreeBSD.org>2015-06-06 09:33:25 +0000
commit92eba153098d4941bae20b041ab949ad01c29890 (patch)
tree8cb8229ac38cc6ea89725bedce7b9e325a8e897f
parent04875388d02b162a37237beb8e19376d82f813ba (diff)
downloadports-92eba153098d4941bae20b041ab949ad01c29890.tar.gz
ports-92eba153098d4941bae20b041ab949ad01c29890.zip
Update concordance and associated libraries to ver 1.2
Require the same PORTVERSION on the libs as the binary.
Notes
Notes: svn path=/head/; revision=388660
-rw-r--r--comms/concordance/Makefile4
-rw-r--r--comms/concordance/distinfo4
-rw-r--r--comms/libconcord/Makefile2
-rw-r--r--comms/libconcord/distinfo4
-rw-r--r--comms/libconcord/pkg-plist4
-rw-r--r--comms/py-libconcord/Makefile4
-rw-r--r--comms/py-libconcord/distinfo4
7 files changed, 13 insertions, 13 deletions
diff --git a/comms/concordance/Makefile b/comms/concordance/Makefile
index 8f57f2786441..90384a3cb935 100644
--- a/comms/concordance/Makefile
+++ b/comms/concordance/Makefile
@@ -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 configuration tool
LICENSE= GPLv2
-LIB_DEPENDS= libconcord.so:${PORTSDIR}/comms/libconcord
+LIB_DEPENDS= libconcord.so.${PORTVERSION}:${PORTSDIR}/comms/libconcord
USES= tar:bzip2
WRKSRC_SUBDIR= ${PORTNAME}
diff --git a/comms/concordance/distinfo b/comms/concordance/distinfo
index e380d1ba87ed..b14caf2f6428 100644
--- a/comms/concordance/distinfo
+++ b/comms/concordance/distinfo
@@ -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
diff --git a/comms/libconcord/Makefile b/comms/libconcord/Makefile
index e2d213cf73e8..691618540c96 100644
--- a/comms/libconcord/Makefile
+++ b/comms/libconcord/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libconcord
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= comms
MASTER_SITES= SF/concordance/concordance/${PORTVERSION}
DISTNAME= concordance-${PORTVERSION}
diff --git a/comms/libconcord/distinfo b/comms/libconcord/distinfo
index e380d1ba87ed..b14caf2f6428 100644
--- a/comms/libconcord/distinfo
+++ b/comms/libconcord/distinfo
@@ -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
diff --git a/comms/libconcord/pkg-plist b/comms/libconcord/pkg-plist
index 9d78fdcb963a..28a230fc6584 100644
--- a/comms/libconcord/pkg-plist
+++ b/comms/libconcord/pkg-plist
@@ -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
diff --git a/comms/py-libconcord/Makefile b/comms/py-libconcord/Makefile
index 695f8fc14729..aa623f68ae33 100644
--- a/comms/py-libconcord/Makefile
+++ b/comms/py-libconcord/Makefile
@@ -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 Harmony library
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
diff --git a/comms/py-libconcord/distinfo b/comms/py-libconcord/distinfo
index e380d1ba87ed..b14caf2f6428 100644
--- a/comms/py-libconcord/distinfo
+++ b/comms/py-libconcord/distinfo
@@ -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