svn commit: r388660 - in head/comms: concordance libconcord py-libconcord
Stephen Hurd
shurd at FreeBSD.org
Sat Jun 6 09:33:28 UTC 2015
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
More information about the svn-ports-all
mailing list